.new_wrapper {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow-x: hidden;
    min-height: 750px;
    background-color: #a4b2b7
}

.new_wrapper:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, .5) 0, rgba(0, 0, 0, .15) 51.1%, rgba(0, 0, 0, 0) 100%)
}

.webp .new_wrapper {
    background-image: url(../img/login-register-background.webp)
}

@media only screen and (max-width:767px) {
    .webp .new_wrapper {
        background-image: url(../img/login-register-background-mobile.webp)
    }
    .no-webp .new_wrapper {
        background-image: url(../img/login-register-background-mobile.jpg)
    }
}

.no-webp .new_wrapper {
    background-image: url(../img/login-register-background.jpg)
}

.login-page {
    min-height: calc(100vh - 200px);
    margin-top: 40px
}

.login-registration-block .login-block .menu-text {
    color: #9bf367
}

.login-block {
    border-bottom: 6px solid #9bf367;
    height: 100%
}

.login-block:hover {
    transform: none!important
}

.login-header-logo {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase
}

.resend_mail {
    max-width: 380px;
    width: 100%;
    height: 60px;
    border-radius: 60px;
    background-color: #4db6ff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    border: none;
    transition: .3s;
    cursor: pointer
}

.resend_mail:hover {
    transform: scale(1.1)
}

.invalid-request {
    width: 100%;
    margin-top: 0;
    font-size: 80%;
    color: #dc3545
}

.login-block-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: inherit
}

.login-page-login-block {
    width: 440px;
    background-color: rgba(77, 182, 255, .5);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    border-radius: 8px;
    padding: 15px 30px;
    margin-top: 60px;
    margin-bottom: 120px
}

.login-title {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 52px;
    text-align: center
}
.facebook-registration-link-block{
    margin-bottom: 15px;
    height: 40px;
    width: 100%;
    border-radius: 2px;
    background-color: #4364B2;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}
.facebook-registration-link-block span{
    color: #FFFFFF;
    font-size: 14px;
    line-height: 16px;
    margin-left: 21.11px;
}
.facebook-registration-link-block a{
    width: 100%;
}
.facebook-registration-link-block img{
    height: 23.89px;
    width: 23.89px;
    margin-left: 8px;
}
.google-registration-link-block{
    height: 40px;
    width: 100%;
    border-radius: 2px;
    background-color: #4285F4;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.google-registration-link-block .google-text-style{
    color: #FFFFFF;
    font-size: 14px;
    line-height: 16px;
    margin-left: 21.11px;
}
.google-registration-link-block a{
    width: 100%;
}
.google-registration-link-block img{
    height: 18px;
    width: 18px;
}
.google-img-style{
 background-color: white;
    padding: 8px;
}

.already-have-account {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    padding: 15px 0 30px
}

.login-active-link {
    color: #9bf367
}

.login-input {
    text-indent: 12px;
    padding: 9px 0;
    width: 100%;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 8px;
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: centre;
    -ms-flex-align: centre;
    align-items: centre;
    -webkit-box-pack: centre;
    -ms-flex-pack: centre;
    justify-content: centre
}

.login-input:focus {
    border: 4px solid #fff;
    outline: 0
}

.login-input[type=email] {
    margin-bottom: 15px
}

.login-input::-webkit-input-placeholder {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-indent: 12px;
    height: inherit
}

.login-input:-ms-input-placeholder {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-indent: 12px;
    height: inherit
}

.login-input::-ms-input-placeholder {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-indent: 12px;
    height: inherit
}

.login-input::placeholder {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-indent: 12px;
    height: inherit
}

.password-recovery {
    color: #9bf367;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    text-align: right;
    text-transform: uppercase;
    float: right;
    display: block;
    cursor: pointer
}

.remember_me_text {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    cursor: pointer
}

.round {
    position: relative;
    margin-top: 7px;
    margin-bottom: 30px
}

.round .checkbox-rounding {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px
}

.round .checkbox-rounding:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 12px
}

.round input[type=checkbox] {
    visibility: hidden
}

.round input[type=checkbox]:checked+.checkbox-rounding {
    background-color: rgba(77, 182, 255, .5);
    border-color: rgba(77, 182, 255, .5)
}

.round input[type=checkbox]:checked+.checkbox-rounding:after {
    opacity: 1
}

.remember_me_text {
    margin-left: 25px
}

.login-confirmation {
    height: 60px;
    width: 100%;
    border-radius: 30px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    margin-top: 30px;
    transition: all .5s;
    background-color: #4db6ff;
    color: #fff;
    border: none
}

.login-confirmation:disabled,
.login-confirmation[disabled] {
    border: 2px solid #fff;
    color: #fff;
    background: 0 0
}

.login-confirmation:disabled:hover,
.login-confirmation[disabled]:hover {
    cursor: not-allowed;
    transform: none
}

.login-confirmation:hover:enabled {
    transform: scale(1.1)
}

.or {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    margin: 15px 0
}

.facebook-login {
    height: 60px;
    width: 100%;
    border-radius: 60px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    background-color: #1549b3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    transition: all .5s
}

.facebook-login:hover {
    background: rgba(21, 73, 179, .45);
    transform: scale(1.1);
    color: #fff
}

.modal-content,
.modal-dialog {
    height: 100%
}

.modal-content {
    display: block;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    border: 0
}

@media screen and (max-width:683px) {
    .already-have-account {
        font-size: 15px;
        line-height: 20px;
        padding: 0 0 15px
    }
    .password-recovery {
        font-size: 11px;
        line-height: 15px;
        margin-top: 5px
    }
    .facebook-login,
    .login-confirmation {
        font-size: 13px;
        line-height: 18px;
        height: 40px;
        margin: 0
    }
    .login-page-login-block {
        width: 90%;
        margin-top: 30px
    }
    .or {
        font-size: 13px;
        line-height: 18px
    }
    .facebook-registration,
    .google-registration {
        font-size: 13px!important;
        line-height: 18px!important;
        height: 40px!important
    }
    .login-title{
        display: none;
    }
}

.facebook-registration {
    height: 60px;
    width: 100%;
    border-radius: 60px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    background-color: #1549b3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    transition: all .5s
}

.google-registration {
    margin: 15px 0;
    height: 60px;
    width: 100%;
    border-radius: 60px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    background-color: #4d9fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    transition: all .5s
}

.facebook-registration:hover {
    background: rgba(21, 73, 179, .45);
    transform: scale(1.05);
    color: #fff
}

.google-registration:hover {
    background: rgba(21, 73, 179, .45);
    transform: scale(1.05);
    color: #fff
}

.new_wrapper {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow-x: hidden;
    min-height: 750px;
    background-color: #a4b2b7
}

.new_wrapper:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, .5) 0, rgba(0, 0, 0, .15) 51.1%, rgba(0, 0, 0, 0) 100%)
}

.webp .new_wrapper {
    background-image: url(../img/login-register-background.webp)
}

@media only screen and (max-width:767px) and (orientation:portrait) {
    .webp .new_wrapper {
        background-image: url(../img/login-register-background-mobile.webp)
    }
    .no-webp .new_wrapper {
        background-image: url(../img/login-register-background-mobile.jpg)
    }
}

.no-webp .new_wrapper {
    background-image: url(../img/login-register-background.jpg)
}

.login-page {
    min-height: calc(100vh - 200px);
    margin-top: 40px
}

.login-registration-block .login-block .menu-text {
    color: #9bf367
}

.login-block {
    border-bottom: 6px solid #9bf367;
    height: 100%
}

.login-block:hover {
    transform: none!important
}

.login-header-logo {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase
}

.resend_mail {
    max-width: 380px;
    width: 100%;
    height: 60px;
    border-radius: 60px;
    background-color: #4db6ff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    border: none;
    transition: .3s;
    cursor: pointer
}

.resend_mail:hover {
    transform: scale(1.1)
}

.invalid-request {
    width: 100%;
    margin-top: 0;
    font-size: 80%;
    color: #dc3545
}

.login-block-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: inherit
}

.login-page-login-block {
    width: 440px;
    background-color: rgba(77, 182, 255, .5);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    border-radius: 8px;
    padding: 15px 30px;
    margin-top: 60px;
    margin-bottom: 120px
}

.login-title {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 52px;
    text-align: center
}

.already-have-account {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    padding: 15px 0 30px
}

.login-active-link {
    color: #9bf367
}

.login-input {
    text-indent: 12px;
    padding: 9px 0;
    width: 100%;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 8px;
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: centre;
    -ms-flex-align: centre;
    align-items: centre;
    -webkit-box-pack: centre;
    -ms-flex-pack: centre;
    justify-content: centre
}

.login-input:focus {
    border: 4px solid #fff;
    outline: 0
}

.login-input[type=email] {
    margin-bottom: 15px
}

.login-input::-webkit-input-placeholder {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-indent: 12px;
    height: inherit
}

.login-input:-ms-input-placeholder {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-indent: 12px;
    height: inherit
}

.login-input::-ms-input-placeholder {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-indent: 12px;
    height: inherit
}

.login-input::placeholder {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-indent: 12px;
    height: inherit
}

.password-recovery {
    color: #9bf367;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    text-align: right;
    text-transform: uppercase;
    float: right;
    display: block;
    cursor: pointer
}

.remember_me_text {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    cursor: pointer
}

.round {
    position: relative;
    margin-top: 7px;
    margin-bottom: 30px
}

.round .checkbox-rounding {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px
}

.round .checkbox-rounding:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 12px
}

.round input[type=checkbox] {
    visibility: hidden
}

.round input[type=checkbox]:checked+.checkbox-rounding {
    background-color: rgba(77, 182, 255, .5);
    border-color: rgba(77, 182, 255, .5)
}

.round input[type=checkbox]:checked+.checkbox-rounding:after {
    opacity: 1
}

.remember_me_text {
    margin-left: 25px
}

.login-confirmation {
    height: 60px;
    width: 100%;
    border-radius: 30px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    margin-top: 30px;
    transition: all .5s;
    background: 0 0;
    border: 2px solid #FFFFFF;
    color: #fff;
}

.login-confirmation:disabled,
.login-confirmation[disabled] {
    border: 2px solid #fff;
    color: #fff;
    background: 0 0
}

.login-confirmation:disabled:hover,
.login-confirmation[disabled]:hover {
    cursor: not-allowed;
    transform: none
}

.login-confirmation:hover:enabled {
    transform: scale(1.1)
}

.or {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    margin: 15px 0
}

.facebook-login {
    height: 60px;
    width: 100%;
    border-radius: 60px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    background-color: #1549b3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    transition: all .5s
}

.facebook-login:hover {
    background: rgba(21, 73, 179, .45);
    transform: scale(1.1);
    color: #fff
}

.modal-content,
.modal-dialog {
    height: 100%
}

.modal-content {
    display: block;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    border: 0
}

@media screen and (max-width:683px) {
    .already-have-account {
        font-size: 15px;
        line-height: 20px;
        padding: 0 0 15px
    }
    .password-recovery {
        font-size: 11px;
        line-height: 15px;
        margin-top: 5px
    }
    .facebook-login,
    .login-confirmation {
        font-size: 13px;
        line-height: 18px;
        height: 40px;
        margin: 0
    }
    .login-page-login-block {
        width: 90%;
        margin-top: 0;
    }
    .or {
        font-size: 13px;
        line-height: 18px
    }
    .facebook-registration,
    .google-registration {
        font-size: 13px!important;
        line-height: 18px!important;
        height: 40px!important
    }
}

.facebook-registration {
    height: 60px;
    width: 100%;
    border-radius: 60px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    background-color: #1549b3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    transition: all .5s
}

.google-registration {
    margin: 15px 0;
    height: 60px;
    width: 100%;
    border-radius: 60px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    background-color: #4d9fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    transition: all .5s
}

.facebook-registration:hover {
    background: rgba(21, 73, 179, .45);
    transform: scale(1.05);
    color: #fff
}

.google-registration:hover {
    background: rgba(21, 73, 179, .45);
    transform: scale(1.05);
    color: #fff
}