@font-face {
    font-family: "Satoshi-bold";
    src: url(..//fonts/Satoshi-bold.ttf);
    font-style: bold;
    font-weight: 900;
}

.login {
    background-color: #F6F9FF;
    background-image: url(../images/login-bg.png);
    background-position: 50% 00%;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    height: 100%;
    padding: 40px 0;
}

.login-box {
    max-width: 570px;
    width: 100%;
}

.logo {
    text-align: center;
}

.logo img {
    width: 144px;
    margin: 0 auto 28px;
}

.login-box-wrap {
    background: #FFFFFF;
    box-shadow: 24px 24px 0px rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    padding: 65px;
}

.login-title {
    margin-bottom: 32px;
}

.login-title h1 {
    font-family: "Satoshi-bold";
    font-weight: 900;
    font-size: 44px;
    line-height: 44px;
    letter-spacing: -0.04em;
    color: #000000;
    margin-bottom: 25px;
}

.login-title label {
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: #1B2733;
    letter-spacing: -0.02em;
    margin-bottom: 4px;
}

.login-title p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #1B2733;
    letter-spacing: -0.02em;
}

.login-form .form-group input:not(input[type*="checkbox"]) {
    background: #F6F9FF;
    box-shadow: inset 2px -2px 0px 1px #E2E5EB;
    border-radius: 8px;
    padding: 21px;
    width: 100%;
    border-bottom: 0;
    font-family: "Satoshi-bold";
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.login-form .form-group input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 900;
    line-height: 18px;
    letter-spacing: -0.04em;
    font-family: "Satoshi-bold";
}

.login-form .form-group .remeber-text {
    font-weight: bold;
    font-size: 16px;
    line-height: 17.6px;
    letter-spacing: -0.04em;
    color: #6C757D;
    margin-bottom: 0;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.login-form .form-group .remeber-text input {
    margin-right: 10px;
    width: 15px;
    height: 15px;
}

.login-btn {
    font-family: "Satoshi-bold";
    font-size: 15px;
    font-weight: 900;
    line-height: 16px;
    letter-spacing: -0.04em;
    text-align: center;
    color: #FFFFFF;
    background: #05C399;
    box-shadow: inset 2px -2px 0px 1px rgba(0, 0, 0, 0.13) !important;
    border-radius: 8px;
    padding: 22px;
    width: 100%;
    border: 0;
    cursor: pointer;
}

.login-form .form-group .reset-password,
.login-form .form-group .btn-white {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    display: block;
    text-decoration: none;
}

/* Sign_up */

.login-box-wrap.sign_up {
    padding: 39px 65px 30px;
}

.sign_up_heading {
    font-family: "Satoshi-bold";
    font-size: 64px;
    margin-bottom: 35px;
    color: #000000;
}

.file-upload img {
    height: 100%;
    display: none;
}

.file-upload p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 800;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #C8CDD7;
    margin-bottom: 0;
}

.file-upload p span {
    font-size: 20px;
    margin-right: 16px;
}

.file-upload .image-box {
    width: 100%;
    height: 80px;
    cursor: pointer;
    overflow: hidden;
    border: 2px dashed #E2E5EB;
    border-radius: 8px;
}

.status_modal {
    max-width: 570px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 25px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.status_modal .modal-body {
    padding: 0 74px 65px;
}

.status_modal .modal-body h6 {
    font-family: "Satoshi-bold";
    font-size: 32px;
    line-height: 43px;
    margin-bottom: 15px;
}

.status_modal .modal-body p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 24px;
    color: #6C757D;
}

.status_modal .modal-body .btn {
    background-color: #05C399;
    box-shadow: -3px 3px 0px #04AA85;
    border-radius: 8px;
    padding: 17px;
    display: block;
    border: none;
    font-family: "Satoshi-bold";
    font-size: 16px;
    line-height: 22px;
    margin-top: 65px;
}


.status_modal .modal-body .btn:active,
.status_modal .modal-body .btn:focus {
    background-color: #05C399 !important;
    box-shadow: -3px 3px 0px #04AA85 !important;
}


@media (max-width:1440px) {
    .login {
        background-size: 110%;
    }
}

@media (max-width:768) {
    .login-box-wrap {
        padding: 45px;
    }

    .login-title h1 {
        font-size: 58px;
        margin-bottom: 18px;
    }

    .login-title {
        margin-bottom: 26px;
    }
}

@media (max-width:1280px) {
    .login-box {
        max-width: 530px;
    }

    .logo img {
        width: 144px;
        margin: 0 auto 24px;
    }

    .login-box-wrap {
        padding: 50px 62px;
    }

    .login-title {
        margin-bottom: 28px;
    }

    .login-title h1 {
        font-size: 45px;
        margin-bottom: 10px;
    }

    .login-form .form-group {
        margin-bottom: 1.3rem;
    }

    .login-title p {
        font-size: 15px;
    }

    .login-form .form-group input:not(input[type*="checkbox"]) {
        padding: 15px;
        font-size: 15px;
    }

    .login-btn {
        font-size: 14px;
        padding: 18px;
    }
}

@media (max-width:1024px) {
    .login {
        background-size: cover;
    }
}

@media (max-width:575px) {

    .login-box-wrap,
    .login-box-wrap.sign_up {
        padding: 25px;
    }

    .login-title {
        margin-bottom: 12px;
    }

    .login-title h1,
    .sign_up_heading {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .form-group {
        margin-bottom: 1rem;
    }

    .file-upload p {
        font-size: 12px;
    }

    .file-upload p span {
        font-size: 16px;
        margin-right: 8px;
    }

    .status_modal .modal-body {
        padding: 0 25px 30px;
    }

    .status_modal .modal-body .btn {
        margin-top: 30px;
        font-size: 13px;
        padding: 10px;
    }

    .status_modal .modal-body h6 {
        font-size: 21px;
        line-height: 25px;
    }

    .status_modal .modal-body p {
        font-size: 14px;
    }
}

span.error-message {
    margin-top: 5px;
    display: block;
    width: 100%;
}

.pos-right {
    position: absolute;
    right: 15px;
    top: 21px;
}

.pos-right a i {
    color: #7B7E84;
}

@media (max-width:1280px) {
    .pos-right {
        top: 14px;
    }
}

@media (max-width:1280px){
    .pos-right {top: 14px;}
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}
.login-btn:hover {
    color: #ffffff;
    text-decoration: none;
}

/* Social Login Buttons */
.btn-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: "Satoshi-bold";
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.02em;
    text-align: center;
    text-decoration: none;
    padding: 16px 20px;
    border-radius: 8px;
    border: 2px solid #9CA3AF;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    color: #9CA3AF;
    background: #FFFFFF;
}

.btn-social:hover {
    border-color: #3B82F6;
    color: #3B82F6;
    text-decoration: none;
    transform: translateY(-1px);
}

.btn-social:hover .social-icon {
    filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}

.btn-social:active {
    transform: translateY(0);
}

.social-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    filter: brightness(0) saturate(100%) invert(65%) sepia(8%) saturate(427%) hue-rotate(202deg) brightness(89%) contrast(86%);
}

/* Divider Styling */
.divider-container {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

.divider-line {
    flex: 1;
    height: 1px;
    background-color: #D1D5DB;
}

.divider-text {
    padding: 0 16px;
    color: #374151;
    font-size: 16px;
    font-weight: 900;
    background-color: #FFFFFF;
}
