.content-sections {
    overflow-y: visible;
}


#site-login-header nav div .collapse.navbar-collapse {
    justify-content: flex-end;
}

.login-button {
    color: #ffffff !important;
}

.site-login-wrapper {

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#site-login-header {
    width: 100%;
    position: relative;
}

#main_image_back_top {
    position: absolute;
    z-index: -99;
    top: 0;
    left: 0;
}

#main_image_back_right {
    position: absolute;
    right: 0;
    z-index: -99;
}

@media screen and (max-width: 600px) {
    #main_image_back_top {
        /*display: none;*/
        width: 100vw;
    }

    #main_image_back_right {
        /*display: none;*/
        width: 100vw;
        top: 50%
    }
}

.site-login {
    background-color: #292929;
    width: 600px;
    padding: 30px 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin: 100px;
}

.site-login h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.site-login label {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.site-login input {
    width: 360px;
    height: 40px;
    margin-bottom: 20px;
    border-radius: 8px;
    padding: 0 10px;
    border: 1px solid #7E7E7E;
    background-color: #292929;
    color: #ffffff;
}

.site-login #forgot-password {
    color: #7E7E7E;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 400;
    text-decoration: none;
}

.site-login button[name="login-button"] {
    background-color: #959C6D;
    color: #ffffff;
    width: 364px;
    height: 43px;
    border-radius: 8px;
    padding: 10px 14px 10px 14px;
    text-align: center;
    border: none;
    box-shadow: none;
    margin-bottom: 20px;
    margin-top: 20px;
}

#invite-registration {
    color: #BEBEBE;
    font-size: 16px;
    font-weight: 400;
}

#invite-registration a {
    color: #FF1733;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.login-form-captcha {
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.login-form-captcha .captcha-input {
    margin-top: 10px;
}

.go-back-button {
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;

}

.login-auth-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 20px;
}

.login-auth-btns a {
    border: 1px solid #7E7E7E;
}

.login-auth-btns a:hover {
    scale: 1.1;
    border: 1px solid #7E7E7E;
}