﻿body {
    height: 100%;
    background-size: 100%;
    margin: 0;
    padding: 0;
    background-attachment: fixed;
    /*font-family: 'Segoe UI Regular';*/
}

.language-select {
    display: flex;
    justify-content: end;
    padding-right: 20px;
    padding-top: 40px;
}

.login-page {
    height: 100vh;
    display: flex;
    justify-content: end;
    align-items: center;
}

.register-page {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    width: 195px;
}

.header-text {
    font-style: normal;
/*    font-weight: 600;
    font-size: 26px;*/
    padding-right: 12px;
    line-height: 32px;
}

.login-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
}

.login-footer {
    width: 100%;
}

.login-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px;
    background: #FFFFFF;
    width: 570px
}

.external-login {
    align-items: center;
    padding: 0px;
    gap: 25px;
}

.login-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 15px;
    /* gap: 16px;*/
}

.btn-primary {
    background: #35A291;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    border-color: #35A291;
}

    .btn-primary:hover {
        background: #54B569;
        border-color: #54B569;
    }

.timer {
    background: #EAF4F3;
    border: 1px solid #35A291;
    color: #35A291;
}

.btn-primary.disabled, .btn-primary:disabled {
    background: #EAF4F3;
    border: 1px solid #35A291;
    color: #35A291;
}

.btn.timer:focus {
    background: #EAF4F3;
    border: 1px solid #35A291;
    color: #35A291;
}

.timer-text {
    padding-top: 5px;
}

.login-elements {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 10px;
}

.remember-login {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px;
    gap: 27px;
    height: 20px;
    /* Inside auto layout */

    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}

.login-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 24px;
    padding-top: 10px;
    /* Inside auto layout */
    width: 100%;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.register {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    /* Inside auto layout */
    gap: 5px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

    .register > span {
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
    }

    .register > a {
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        /* identical to box height */

        text-align: center;
        /* BG Green */

        color: #54B569 !important;
    }

        .register > a:hover {
            color: #35A291 !important;
        }


@media screen and (max-width: 450px) {
    .login-container {
        width: 400px;
    }

    .login-body {
        width: 360px;
    }

    .header-text {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 32px;
    }
}

.right-col {
    padding: 0px;
}

@media screen and (min-width:1600px) {
    .right-col {
        padding: 60px;
    }
}

@media screen and (max-width:1600px) {
    .login-body {
        gap: 20px;
    }
}

@media screen and (max-width: 600px) {
    .login-container {
        width: 400px;
    }

    .login-body {
        padding: 10px;
    }

    .header-text {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 32px;
    }
}

.required:after {
    content: " *";
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.input-group-text:focus,
.uneditable-input:focus {
    border-color: #35A291;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
    outline: 0 none;
}

.border-primary {
    border-color: #35A291 !important;
    color: #35A291;
    border: 1px solid #35A291 !important;
    background: white !important;
}

.btn-default {
    border-color: gray;
}

.btn-info {
    background-color: #248EEF;
    border-color: #248EEF;
}

    .btn-info.focus {
        box-shadow: none !important;
    }

    .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
        background-color: #248EEF;
        border-color: #248EEF;
    }

.auth_type {
    background-color: #f1f1f1;
    width: 410px;
    padding: 0;
    display: flex;
    gap: 0;
    margin: 0;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 20px;
}

.btn-secondary {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}

.email-btn {
    background-color: #f1f1f1 !important;
    color: #414249;
    transition: background-color 2s;
}

.phone-btn {
    background-color: #f1f1f1 !important;
    color: #414249;
    transition: background-color 1s;
}

.email-btn.active {
    background-color: #248EEF !important;
    border: 1px solid #248EEF !important;
    color: white;
}

.email-btn.focus {
    box-shadow: none !important;
}

.phone-btn.active {
    background-color: #248EEF !important;
    border: 1px solid #248EEF !important;
    color: white;
}

.phone-btn.focus {
    box-shadow: none !important;
}

.hide {
    display: none !important;
}

.validate-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.text-primary {
    color: #35A291 !important;
}

.auth-link a {
    color: #208FCD !important;
}

    .auth-link a:hover {
        color: #208FCD !important;
    }

.label-code {
    padding-top: 20px;
}

input.form-control {
    height: 56px;
}

/*button.btn {
    height: 56px;
}*/

.input-code input {
    width: 48.33px;
    height: 67px;
    background: #F4F4F4;
    /* Text 3 */

    border: 1px solid #B7BBBA;
    border-radius: 8px;
    text-align: center;
}

.error-message {
    color: orangered;
}

.input-error {
    display: flex;
    justify-content: end;
    font-weight: 400;
    font-size: 13px;
    color: #FF7575;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container .login-body .login-header h3 {
    font-size: 32px;
    font-weight: 600;
    color: #012047;
}

.social-login-btn .btn {
    font-weight: 500;
    font-size: 16px;
    color: #6c757d;
    background: #ffffff;
    border: 1px solid #dee2e6;
    padding: 9px 15px;
    border-radius: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.7s;
}

    .social-login-btn .btn:hover {
        color: #ffffff;
        background: #0d6efd;
        border: 1px solid #0d6efd;
        transition: all 0.7s;
    }

    .social-login-btn .btn img {
        margin-right: 8px;
    }

    .social-login-btn .btn + .btn {
        margin-top: 16px;
    }

.login-or {
    font-size: 16px;
    margin: 16px 0;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    width: 100%;
}

.or-line {
    background-color: #E6E8EE;
    height: 1px;
    margin-bottom: 0;
    margin-top: 0;
    display: block;
}

.span-or {
    background-color: #FFF;
    display: block;
    position: absolute;
    top: -3px;
    left: 50%;
    margin-left: -20px;
    text-align: center;
    width: 42px;
}

.btn {
    transition: 0.7s !important;
}

    .btn.btn-primary {
        background-image: linear-gradient(90.08deg, #0E82FD 0.09%, #06AED4 70.28%) !important;
        color: #FFF !important;
        font-size: 16px;
        padding: 14px 16px;
        border-radius: 44px;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

.font-weight-500 {
    font-weight: 500;
}

.text-decoration-none {
    text-decoration: none;
}

.login-content-info {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    background: #ffffff;
}

.account-content {
    width: 100%;
    max-width: 550px;
    background: #ffffff;
    border-radius: 10px;
    padding: 40px;
/*    box-shadow: 0 10px 30px rgba(0,0,0,0.08);*/
}

.login-title {
    text-align: left;
    margin-bottom: 30px;
}

    .login-title h3 {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #222;
    }

    .login-title p {
        font-size: 14px;
        color: #777;
    }

.forms-block {
    margin-bottom: 20px;
}

    .forms-block label {
        display: block;
        margin-bottom: 6px;
        font-size: 14px;
        font-weight: 500;
    }

.form-control {
    width: 100%;
    height: 42px;
    padding: 0 12px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    transition: 0.3s;
}

    .form-control:focus {
        border-color: #3f8cff;
        outline: none;
    }

.btn-login {
    width: 100%;
    height: 44px;
    border: none;
    border-radius: 6px;
    background: #3f8cff;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

    .btn-login:hover {
        background: #2e6fe0;
    }

.login-or {
    text-align: center;
    margin: 20px 0;
    font-size: 14px;
    color: #888;
    position: relative;
}

    .login-or::before,
    .login-or::after {
        content: "";
        position: absolute;
        width: 40%;
        height: 1px;
        background: #ddd;
        top: 50%;
    }

    .login-or::before {
        left: 0;
    }

    .login-or::after {
        right: 0;
    }

.social-login-btn button {
    width: 100%;
    height: 42px;
    border-radius: 6px;
    border: 1px solid #ddd;
    background: #fff;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.3s;
}

    .social-login-btn button:hover {
        background: #3f8cff;
        color: #fff;
        border-color: #3f8cff;
    }

.login-back {
    text-align: center;
    margin-top: 20px;
}

    .login-back a {
        color: #3f8cff;
        text-decoration: none;
        font-size: 14px;
    }

        .login-back a:hover {
            text-decoration: underline;
        }

.signup-option-btns .signup-btn-info {
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.7s;
}

    .signup-option-btns .signup-btn-info:hover {
        box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    }

        .signup-option-btns .signup-btn-info:hover .signup-arrow {
            background: #0d6efd;
            color: #fff;
            transition: 0.4s;
        }

    .signup-option-btns .signup-btn-info:last-child {
        margin-bottom: 0;
    }

.signup-info {
    display: flex;
    align-items: center;
}

.signup-icon {
    margin-right: 16px;
}

.signup-content {
    text-align: left;
}

    .signup-content h4 {
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 0;
    }

    .signup-content p {
        color: #6c757d;
        margin-bottom: 0;
        font-size: 14px;
    }

.signup-arrow {
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.05);
    color: #212529;
    font-size: 24px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    flex-shrink: 0;
}

.terms-check-box label a {
    color: #212529;
    font-weight: 500;
}

    .terms-check-box label a:hover {
        color: #0d6efd;
    }

.account-signup {
    text-align: center;
    margin-top: 40px;
}

    .account-signup p {
        margin-bottom: 0;
    }

        .account-signup p a {
            font-weight: 500;
            color: #0d6efd;
        }

            .account-signup p a:hover {
                color: #0b5ed7;
            }

/* OTP */

.otp-box {
    margin-bottom: 40px;
}

    .otp-box .forms-block {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .otp-box input {
        width: 70px;
        height: 70px;
        background: #fff;
        border: 1px solid #e5e5e5;
        border-radius: 10px;
        text-align: center;
        margin-right: 24px;
        font-weight: 600;
        font-size: 20px;
        color: #212529;
        outline: none;
    }

        .otp-box input:last-child {
            margin-right: 0;
        }

        .otp-box input:focus {
            border-color: #0d6efd;
        }

.otp-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.otp-code p {
    margin-bottom: 0;
}

    .otp-code p a {
        font-weight: 500;
        color: #0d6efd;
    }

        .otp-code p a:hover {
            color: #0b5ed7;
        }

.otp-sec p {
    background: #ffe5e5;
    border-radius: 20px;
    color: #dc3545;
    font-size: 10px;
    font-weight: 500;
    padding: 4px 7px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
}

    .otp-sec p i {
        margin-right: 5px;
    }

/* Forgot password */

.forgot-link {
    font-weight: 500;
    color: #0d6efd;
    margin-bottom: 4px;
    transition: 0.7s;
}

    .forgot-link:hover {
        color: #0b5ed7;
    }

.form-group-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.signup-code {
    font-size: 14px;
    margin-top: 4px;
}

/* Multistep form */

.multistep-form #first {
    display: block;
}

.multistep-form fieldset {
    display: none;
    width: 100%;
}

/* Progress steps */

.widget-setcount {
    padding-bottom: 30px;
}

    .widget-setcount ul {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        list-style: none;
    }

        .widget-setcount ul li {
            position: relative;
            margin-bottom: 10px;
        }

            .widget-setcount ul li:before {
                position: absolute;
                top: 50%;
                right: -66px;
                content: "";
                width: 50px;
                height: 2px;
                background: #e5e5e5;
            }

            .widget-setcount ul li:last-child:before {
                display: none;
            }

.step-box {
    display: flex;
    align-items: center;
}

.step-icon {
    width: 42px;
    height: 42px;
    background: #0d6efd;
    border-radius: 50px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0.2;
}

.step-content p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    opacity: 0.2;
}

.step-content h4 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
    opacity: 0.2;
}

.progress-activated .step-icon,
.progress-active .step-icon {
    opacity: 1;
}

.progress-activated .step-content p,
.progress-activated .step-content h4,
.progress-active .step-content p,
.progress-active .step-content h4 {
    opacity: 1;
}
