.login-block {
    border-radius: 4px;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.25);
}

.text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    color: #FFFFFF;
}

.link {
    color: #00B0F0;
    
}

.h100 {
    min-height: 100%;
    height: 100vh;
    /* height: auto; */
    width: 100%;
    position: relative;
}
.h100 .bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.h100 .bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.visibility-pass {
    position: absolute;
    top: 50%;
    right: 5px;
    background: #fff;
    cursor: pointer;
    transform: translate(-50%, -50%);

}



.visibility-pass svg path {
    fill: #6c757d;
}

.visibility-pass:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: #6c757d;
    height: 1px;
    width: 20px;
}

.login-block .col-12 {
    display: none;
}

.login-block .col-12.visible {
    display: block;
}

.visibility-pass.js-active:before {
    display: none;
}

/* .h100 {
    height: inherit;
    width: 100%;
    width: 100%;
} */
.h100 .main {
    min-height: 100%;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 300;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
.form-text ul {
    padding-left: 20px;
    margin-bottom: 0;
}
.login-block {
    max-width: 475px;
    width: 90vw;
    display: flex;
    height: auto;
    /* max-height: 93vh; */
    /* overflow-y: auto; */
    align-items: center;
    flex-direction: column;
    background-color: #fff;
}

.w320 {
    width: 320px;
}

form.w320 {
    padding-bottom: 50px;
}

.registration-form {
    padding-bottom: 50px;
}

.login_links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.login_link {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
    border-bottom: 1.5px solid #CACACA;
    font-weight: 500;
    font-size: 16px;
    color: #CACACA;
    transition: 0.2s all ease-in-out; 
    text-decoration: none !important;
}

.login_link:hover {
    color: #5C5C5C;
    border-bottom: 1.5px solid #00B0F0;
}

.login-block .logo {
    margin-top: 50px;
}

.login_link.active {
    color: #5C5C5C;
    border-bottom: 1.5px solid #00B0F0;
}

.login-reg-label {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
}

.login-reg-label:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.form_input {
    height: 48px;
    position: relative;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    border-radius: 4px;
}

.form_input-wrapper {
    margin-top: 20px;
    position: relative;
}

.form_input-wrapper .form-text {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    position: absolute;
    background-color: #5E5F61;
    top: 0;
    left: 103%;
    right: 0;
    font-size: 14px;
    z-index: 30;
    padding: 10px 15px;
    color: #fff !important;
    width: 500px;
    border-radius: 4px;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.12);
    height: auto;
}

.form-text_triangle {
    position: absolute;
    left: -5px;
    top: 13px;
}

.form_input-wrapper .form-text ul li {
    margin-top: 5px;
}

.form_input-wrapper .form-text ul li:first-child {
    margin-top: 0;
}

.form_input-wrapper.js-active .form-text {
    opacity: 1;
    visibility: visible;
}

.form_input:first-child {
    margin-top: 0;
}

.newPassword {
    font-size: 12px;
    color: #00B0F0;
    margin-top: 8px;
    text-decoration: none !important;
}

.wrapperFormText {
    background: #FFFAF0;
    border-radius: 4px;
    padding: 8px 4px;
    margin-top: 20px;
}

.form-item .newFormBtn {
    width: 100%;
    border: 1px solid #00B0F0;
    box-sizing: border-box;
    border-radius: 4px;
    transition: .2s ease-in-out;
    color: #00B0F0;
    font-weight: 500;
    font-size: 16px;
    margin-top: 26px;
}
.form-item .newFormBtn.code-resend {
    background: #FFFFFF;
    border: 1px solid #C9C9C9;
    color: #777777;
}

.form-item .newFormBtn.code-resend:disabled {
    opacity: .5;
    cursor: default;
    background-color: #fff !important;
}

.form-item .newFormBtn.code-resend span {
    display: none;
}

.form-item .newFormBtn.code-resend span.js-active {
    display: inline;
}

.form-item .newFormBtn:hover {
    background-color: rgba(0, 176, 240, 0.06);
}

.form-item .newFormBtn:focus {
    background-color:#00B0F0;
    color: #fff;
}
.form-item {
    width: 100%;
}
.form-item .newFormBtn_second {
    width: 100%;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    border-radius: 4px;
    transition: .2s ease-in-out;
    color: #5C5C5C;
    font-weight: 500;
    font-size: 16px;
    margin-top: 26px;
}

.form-item .newFormBtn_second:hover {
    background: #F5F5F5;
}

.form-item .newFormBtn_second:focus {
    background-color:#00B0F0;
    color: #fff;
}

.form_input {
    cursor: text;
}

.form_input .form-control {
    position: absolute;
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
    bottom: 0%;
    background-color: transparent !important;
    height: 27px;
    border: 0 !important;
    padding-left: 2px;
    border-radius: 0 !important;
    padding: 0 !important;
}
.form_input .text {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%)
}


.label-size {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #63666A;
}

.button-size {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    background-color: #02A3DD !important;
    border-radius: 16px;
    border-color: #02A3DD !important;
}

.a-size {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}

.a-size:hover {
    color: #FFFFFF;
}

.error-text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 21px;
    color: rgba(255, 67, 67, 1);
    margin-top: 5px;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.2s ease-in-out;
}

.error-text.js-active {
    max-height: 40px;
    visibility: visible;
    opacity: 1;
    overflow: visible;
}

.was-validated .form-control:invalid, .was-validated .form-control:valid{
    background-image: none !important;
    border-color: #FFEBCC;
}

.was-validated .form-control:invalid:focus{
    border-color: #FFEBCC;
    box-shadow: 0 0 0 0.2rem #ffc10740;
}

.was-validated .form-control:focus {
    border-color: transparent;
    box-shadow: 0 0 0 0.2rem transparent;
}

.label-size {
    margin-bottom: 0;
    transition: all 0.2s ease-in-out;
}

.label-size.active{
    font-size: 12px !important;
    top: 2px;
    left: 20px;
    transform: translateY(0);
}

.form-input {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

.languages {
    position: absolute;
    top: 20px;
    right: 30px;
    display: flex;
    align-items: center;
}

.language_item {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #CACACA;
}

.language_item:hover {
    text-decoration: none;
    color: #5C5C5C;
}

.language_item:first-child {
    margin-right: 10px;
    position: relative;
}

.language_item:first-child:after {
    content: "/";
    position: absolute;
    right: -7px;
}

.language_item.active {
    text-decoration: underline;
    color: #5C5C5C;
}

.login-subtitle {
    margin-top: 30px;
    text-align: center;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    color: #5C5C5C;
}

.email-message {
    margin-top: 25px;
    background: #FFFAF0;
    border-radius: 4px;
    padding: 4px 4px;
}

.email-message p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 0;
    color: #777777;
}

.newFormBtn-secondary {
    border: 1px solid #D9D9D9 !important;
    border-radius: 4px;
    color: #5C5C5C;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.newFormBtn-secondary:hover {
    background-color: #f5f5f5 !important;
}

.js-hidden {
    display: none;
}

.newPassword {
    margin-top: 10px;
    display: block;
}

.login-text {
    font-weight: 400;
    font-size: 14px;
    color: #4E4E4E;
    margin-top: 25px;
}

.waitList {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 500px;
    min-width: 500px;
    max-width: 95%;
    margin: 0 auto;
    margin-top: 142px;
}

.waitList__title {
    font-weight: 700;
    display: block;
    font-size: 20px;
    line-height: 145%;
    text-align: center;
    color: #212121;
    opacity: 0.85;
    margin-top: 45px;
    width: 100%;
}

.waitList__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;

    text-align: center;

    color: #212121;

    opacity: 0.85;

    margin-top: 20px;
    width: 100%;
}

.waitList_img {
    width: auto;
    height: auto;
    max-width: 100%;
}

@media (max-width: 1400px) {
    .form_input-wrapper .form-text {
        width: 380px;
    }
}

@media (max-width: 1100px) {
    .form_input-wrapper .form-text {
        opacity: 1;
        visibility: visible;
        transition: all 0.2s ease-in-out;
        position: static;
        background-color: #fff;
        top: 0;
        left: 0;
        right: 0;
        font-size: 14px;
        z-index: 30;
        padding: 10px 15px;
        padding-left: 0;
        color: #6c757d!important;
        width: 100%;
        border-radius: 0px;
        box-shadow: none;
        height: auto;
    }
    
    .login-block {
        overflow-y: auto;
        max-height: 95vh;
    }

    .form-text_triangle {
        position: absolute;
        left: -5px;
        top: 13px;
        display: none;
    }
    
    .form_input-wrapper .form-text ul li {
        margin-top: 5px;
    }
    
    .form_input-wrapper .form-text ul li:first-child {
        margin-top: 0;
    }
    
}




.btn-google {
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    gap: 10px;
    font-weight: 500;
    font-size: 16px;
    background: #FFFFFF;
    border: 1px solid #C9C9C9;
    border-radius: 4px;
    padding: 0 10px;
    height: 38px;
    width: 100%;
    cursor: pointer;
    color: #777777;
    transition: all .15s;
    margin-left: 0;
    text-decoration: none;
    margin-top: 10px;
}


.btn-google:hover {
    background: #F5F5F5;
    color: #777777;
    text-decoration: none;
}

.cloak-btn {
    margin-top: 20px;
}