.pickem-login{
    margin-top: 57px;
    height: 580px;
    width: 1168px;

    align-self: center;
    background-repeat: no-repeat;
    background-image: url("../../assets/pickem/login-img.png");

    justify-content: end;
    align-items: center;
}

.pickem-login-banner{
    width: 1168px;
    height: 405px;
    align-self: center;
    background-image: url("../../assets/pickem/pickem-banner-new.png");
    margin-bottom: 45px;
    margin-top: 96px;
}

.pickem-login-buttons{
    gap: 67px;
    margin-bottom: 89px;
    align-self: center;
    display: flex;
    align-items: center;
}

.pickem-login-title {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.pickem-login-button {
    background: #A744FF;
    width: 224px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04px;
    border-radius: 10px;
    cursor: pointer;
}

.pickem-login-button:hover {
    background: #8e3dd6;
}

.pickem-login-twitch{
    width: 82px;
    height: 82px;

    background-image: url("../../assets/twitch-logo.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #A744FF;
    border-radius: 15px;

    cursor: pointer;
}

.pickem-login-main{
    width: 298px;
    height: 82px;
    background-color: #A744FF;
    font-size: 21px;
    font-weight: 550;

    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 21px;

    cursor: pointer;
}

