﻿/*.login {
    background-color: #fff !important
}

    .login .logo {
        margin: 60px auto 0;
        padding: 15px;
        text-align: center
    }

    .login .content {
        background-color: #eaeaea;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        border-radius: 7px;
        width: 400px;
        margin: 40px auto 10px;
        padding: 10px 30px 30px;
        overflow: hidden;
        position: relative
    }

        .login .content h3 {
            color: #4db3a5;
            text-align: center;
            font-size: 28px;
            font-weight: 400 !important
        }

        .login .content h4 {
            color: #555
        }

        .login .content .hint {
            color: #999;
            padding: 0;
            margin: 15px 0 7px
        }

        .login .content .forget-form, .login .content .login-form {
            padding: 0;
            margin: 0
        }

        .login .content .form-control {
            background-color: #fff;
            height: 43px;
            color: #8290a3;
            border: 1px solid #dde3ec
        }

            .login .content .form-control:active, .login .content .form-control:focus {
                border: 1px solid #c3ccda
            }

            .login .content .form-control::-moz-placeholder {
                color: #8290a3;
                opacity: 1
            }

            .login .content .form-control:-ms-input-placeholder {
                color: #8290a3
            }

            .login .content .form-control::-webkit-input-placeholder {
                color: #8290a3
            }

        .login .content select.form-control {
            padding-left: 9px;
            padding-right: 9px
        }

        .login .content .forget-form, .login .content .register-form {
            display: none
        }

        .login .content .form-title {
            font-weight: 300;
            margin-bottom: 25px
        }

        .login .content .form-actions {
            clear: both;
            border: 0;
            border-bottom: 1px solid #eee;
            padding: 25px 30px;
            margin-left: -30px;
            margin-right: -30px
        }

.login-options {
    margin-bottom: 30px;
    overflow: hidden
}

    .login-options h4 {
        float: left;
        font-weight: 600;
        font-size: 15px;
        color: #7d91aa !important
    }

    .login-options .social-icons {
        float: right;
        padding-top: 3px
    }

        .login-options .social-icons li a {
            border-radius: 15px !important;
            -moz-border-radius: 15px !important;
            -webkit-border-radius: 15px !important
        }

.login .content .form-actions .checkbox {
    margin-left: 0;
    padding-left: 0
}

.login .content .forget-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 20px
}

.login .content .register-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.login .content .form-actions .btn {
    margin-top: 1px;
    font-weight: 600;
    padding: 10px 20px !important;
    background-color: #32d279;
}

.login .content .form-actions .btn-default {
    font-weight: 600;
    padding: 10px 25px !important;
    color: #6c7a8d;
    background-color: #fff;
    border: none
}

    .login .content .form-actions .btn-default:hover {
        background-color: #fafaff;
        color: #45b6af
    }

.login .content .forget-password {
    font-size: 14px;
    float: right;
    display: inline-block;
    margin-top: 10px
}

.login .content .check {
    color: #8290a3
}

.login .content .rememberme {
    margin-left: 8px;
    margin-top: 10px
}

.login .content .create-account {
    margin: 0 -40px -30px;
    padding: 15px 0 17px;
    text-align: center;
    background-color: #6c7a8d;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -ms-border-radius: 0 0 7px 7px;
    -o-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px
}

    .login .content .create-account > p {
        margin: 0
    }

    .login .content .create-account p a {
        font-weight: 600;
        font-size: 14px;
        color: #c3cedd
    }

    .login .content .create-account a {
        display: inline-block;
        margin-top: 5px
    }

.login .copyright {
    text-align: center;
    margin: 0 auto 30px 0;
    padding: 10px;
    color: #7a8ca5;
    font-size: 13px
}

@media (max-width: 440px) {
    .login .content, .login .logo {
        margin-top: 10px
    }

    .login .content {
        width: 280px
    }

        .login .content h3 {
            font-size: 22px
        }

    .forget-password {
        display: inline-block;
        margin-top: 20px
    }

    .login-options .social-icons {
        float: left;
        padding-top: 3px
    }

    .login .checkbox {
        font-size: 13px
    }
}
*/
body {
    background: #f8f9fb;
    font-family: 'Montserrat', Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.main-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.login-card {
    background: #fff;
    display: flex;
    width: 860px;
    box-shadow: 0 5px 32px rgba(70, 91, 150, 0.12);
    border-radius: 45px;
    overflow: hidden;
}

.left-section {
    background: linear-gradient(135deg, #6be9f0 0%, #009390 100%);
    color: #fff;
    width: 45%;
    min-width: 330px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 55px 25px 30px 25px;
    position: relative;
}

    .left-section h2 {
        font-size: 2.2rem;
        font-weight: 700;
        margin-bottom: 40px;
        letter-spacing: .5px;
        text-align: center;
    }

    .left-section .illustration {
        width: 95%;
        max-width: 260px;
        margin: 0 auto 60px auto;
    }

    .left-section .sign-in-btn {
        margin-top: 30px;
        font-size: 1.1rem;
        background: none;
        color: #fff;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: 600;
        outline: none;
    }

.right-section {
    width: 55%;
    padding: 35px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

    .right-section h3 {
        font-size: 1.7rem;
        margin-bottom: 25px;
        font-weight: 700;
        letter-spacing: .2px;
    }

        .right-section h3 span {
            color: #009390;
        }

.form-group {
    margin-bottom: 22px;
    position: relative;
}

label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #232b37;
    letter-spacing: .2px;
}

    label .asterisk {
        color: #ff4757;
        font-size: 1.12em;
    }

    label .info-icon {
        margin-left: 3px;
        color: #8492af;
        font-size: 1.05em;
        cursor: pointer;
    }

/*input[type="email"],
input[type="password"] {
    width: 100%;
    padding: 12px 42px 12px 15px;
    border: none;
    border-radius: 7px;
    background: #dff5f8;
    font-size: 1rem;
    color: #273143;
    outline: none;
    box-sizing: border-box;
    margin-top: 2px;
}*/

.toggle-password {
    position: absolute;
    right: 13px;
    top: 62%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.16em;
    color: #3faea1;
    outline: none;
}

.remember-forgot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 23px;
}

    .remember-forgot label {
        display: flex;
        align-items: center;
        font-size: 0.97rem;
        font-weight: 500;
        color: #333;
        margin-bottom: 0;
        cursor: pointer;
    }

    .remember-forgot input[type="checkbox"] {
        accent-color: #029e99;
        margin-right: 6px;
        width: 16px;
        height: 16px;
    }

    .remember-forgot a {
        color: #009390;
        font-size: 12px;
        text-decoration: underline;
        cursor: pointer;
    }

.sign-in-main-btn {
    width: 100%;
    background: #009390;
    color: #fff;
    border: none;
    padding: 14px 0;
    font-size: 1.13rem;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 7px;
    letter-spacing: .5px;
    transition: background 0.17s;
}

    .sign-in-main-btn:hover {
        background: #027a73;
    }

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 18px 0 16px 0;
}

    .divider::before,
    .divider::after {
        content: '';
        flex: 1;
        border-bottom: 1.2px solid #bbb;
    }

    .divider:not(:empty)::before {
        margin-right: 14px;
    }

    .divider:not(:empty)::after {
        margin-left: 14px;
    }

.social-login {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 18px;
}

.social-btn {
    display: flex;
    align-items: center;
    border: 1.2px solid #009390;
    background: #fff;
    color: #19464f;
    padding: 10px 18px;
    border-radius: 7px;
    font-size: 1.03rem;
    gap: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
}

    .social-btn:hover {
        background: #e5f5f4;
    }

    .social-btn img {
        width: 22px;
        height: 22px;
    }

.signup-text {
    text-align: center;
    font-size: 1.07rem;
    margin-top: 8px;
    color: #222f3e;
}

    .signup-text a {
        color: #009390;
        font-weight: 600;
        text-decoration: none;
        margin-left: 3px;
    }
/* Responsive styles */
@media (max-width: 900px) {
    .login-card {
        flex-direction: column;
        width: 96%;
        min-width: 0;
        border-radius: 35px;
    }

    .left-section,
    .right-section {
        width: 100%;
        min-width: 0;
        padding: 30px 20px;
        border-radius: 0;
    }

    .left-section {
        border-radius: 35px 35px 0 0;
    }

    .right-section {
        border-radius: 0 0 35px 35px;
    }
}

@media (max-width: 520px) {
    .login-card {
        width: 100%;
        border-radius: 0;
    }

    .left-section,
    .right-section {
        padding: 18px 6vw;
    }
}