/*!* ========== LOGIN PAGE REDESIGN ========== *!*/

/*.newLogInBG {*/
/*    position: relative;*/
/*    min-height: 100vh;*/
/*    overflow: hidden;*/
/*    background: #ffffff;*/
/*    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
/*}*/

/*!* ---- Green curved shape (left side) ---- *!*/
/*.newLogInBG::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: -20%;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    width: 70%;*/
/*    height: 150%;*/
/*    background: #1e3a8a;*/
/*    border-radius: 50%;*/
/*    z-index: 1;*/
/*}*/

/*!* ---- Welcome text ---- *!*/
/*.welcome-text {*/
/*    position: absolute;*/
/*    left: 12%;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    color: #ffffff;*/
/*    font-size: 4.5rem;*/
/*    font-weight: 700;*/
/*    z-index: 2;*/
/*    margin: 0;*/
/*    letter-spacing: -1px;*/
/*}*/

/*!* ---- Right side layout ---- *!*/
/*.newLogInBG > .row {*/
/*    position: relative;*/
/*    z-index: 2;*/
/*    min-height: 100vh;*/
/*    margin: 0;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: flex-end;*/
/*}*/

/*.newLogInBG > .row > .col-md-12 {*/
/*    padding: 0 18% 0 0;*/
/*    display: flex;*/
/*    justify-content: flex-end;*/
/*}*/

/*!* ---- White card ---- *!*/
/*.rightSection {*/
/*    width: 100%;*/
/*    max-width: 380px;*/
/*    background: #ffffff;*/
/*    padding: 40px 35px;*/
/*    border-radius: 24px;*/
/*    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);*/
/*}*/

/*!* Hide original "Sign In" heading *!*/
/*.textToRight {*/
/*    display: none;*/
/*}*/

/*!* Logo *!*/
/*.logoContLog {*/
/*    text-align: center;*/
/*    margin-bottom: 25px;*/
/*}*/

/*.logoLogIn {*/
/*    max-width: 55%;*/
/*    height: auto;*/
/*}*/

/*!* ---- Form inputs ---- *!*/
/*#register-form {*/
/*    margin-top: 10px;*/
/*}*/

/*.form-group.row {*/
/*    margin: 0;*/
/*}*/

/*.form-group.row > div[class*="col-"] {*/
/*    padding: 0;*/
/*}*/

/*.inputContTT {*/
/*    background: #f0f0f0 !important;*/
/*    border: none !important;*/
/*    border-radius: 10px !important;*/
/*    padding: 16px 20px !important;*/
/*    height: auto !important;*/
/*    font-size: 15px;*/
/*    color: #333;*/
/*    margin-bottom: 18px;*/
/*    width: 100%;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.inputContTT:focus {*/
/*    outline: none;*/
/*    box-shadow: 0 0 0 3px rgba(90, 170, 143, 0.15) !important;*/
/*    background: #e8e8e8 !important;*/
/*}*/

/*.inputContTT::placeholder {*/
/*    color: #888;*/
/*}*/

/*!* Hide Font Awesome icons inside inputs *!*/
/*.icon,*/
/*.linkShow {*/
/*    display: none !important;*/
/*}*/

/*!* ---- Sign In button ---- *!*/
/*.logInButton {*/
/*    background: #1e3a8a !important;*/
/*    border: none !important;*/
/*    border-radius: 10px !important;*/
/*    padding: 16px !important;*/
/*    color: #ffffff !important;*/
/*    font-size: 16px;*/
/*    font-weight: 600;*/
/*    width: 100%;*/
/*    margin-top: 5px;*/
/*    cursor: pointer;*/
/*    transition: all 0.3s ease;*/
/*    letter-spacing: 0.5px;*/
/*}*/

/*.logInButton:hover {*/
/*    background: #1e3a8a !important;*/
/*    transform: translateY(-2px);*/
/*    box-shadow: 0 8px 25px rgba(90, 170, 143, 0.35);*/
/*}*/

/*!* ---- Bottom links ---- *!*/
/*.login-links {*/
/*    text-align: center;*/
/*    margin-top: 22px;*/
/*}*/

/*.forgot-link {*/
/*    display: block;*/
/*    color: #333;*/
/*    font-size: 13px;*/
/*    text-decoration: none;*/
/*    margin-bottom: 12px;*/
/*    transition: color 0.3s;*/
/*}*/

/*.forgot-link:hover {*/
/*    color: #5aaa8f;*/
/*}*/

/*.signup-text {*/
/*    color: #666;*/
/*    font-size: 13px;*/
/*    margin: 0;*/
/*}*/

/*.signup-link {*/
/*    color: #333;*/
/*    font-weight: 600;*/
/*    text-decoration: none;*/
/*    transition: color 0.3s;*/
/*}*/

/*.signup-link:hover {*/
/*    color: #5aaa8f;*/
/*}*/

/*body {*/
/*    padding-bottom: 0;*/
/*}*/
/*!* ========== MOBILE ========== *!*/
/*@media (max-width: 768px) {*/
/*    .newLogInBG::before {*/
/*        width: 100%;*/
/*        height: 41%;*/
/*        left: 0;*/
/*        top: -23%;*/
/*        transform: none;*/
/*        border-radius: 0 0 0 0%;*/
/*    }*/

/*    .welcome-text {*/
/*        left: 50%;*/
/*        top: 8%;*/
/*        transform: translateX(-50%);*/
/*        font-size: 2.5rem;*/
/*    }*/

/*    .newLogInBG > .row {*/
/*        justify-content: center;*/
/*        align-items: center;*/
/*        padding-bottom: 0;*/
/*        margin-top: 26%;*/
/*    }*/

/*    .newLogInBG > .row > .col-md-12 {*/
/*        padding: 0 20px;*/
/*        justify-content: center;*/
/*    }*/

/*    .rightSection {*/
/*        max-width: 100%;*/
/*    }*/
/*}*/


/* ========== LOGIN PAGE REDESIGN ========== */

.newLogInBG {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: #f0f0f1;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* ---- Green curved shape (left side) ---- */
.newLogInBG::before {
    position: absolute;
    left: -20%;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
    height: 150%;
    background: #1e3a8a;
    border-radius: 50%;
    z-index: 1;
}

/* ---- Welcome text ---- */
.welcome-text {
    position: absolute;
    left: 12%;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 4.5rem;
    font-weight: 700;
    z-index: 2;
    margin: 0;
    letter-spacing: -1px;
}

/* ---- Right side layout ---- */
.newLogInBG > .row {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newLogInBG > .row > .col-md-12 {
    padding: 0 0 0 0;
    display: flex;
    justify-content: center;
}

/* ---- White card ---- */
.rightSection {
    width: 100%;
    max-width: 380px;
    background: #ffffff;
    padding: 40px 35px;
    border-radius: 24px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
}

/* Hide original "Sign In" heading */
.textToRight {
    display: none;
}

/* Logo */
.logoContLog {
    text-align: center;
    margin-bottom: 25px;
}

.logoLogIn {
    max-width: 55%;
    height: auto;
}

/* ---- Form inputs ---- */
#register-form {
    margin-top: 10px;
}

.form-group.row {
    margin: 0;
}

.form-group.row > div[class*="col-"] {
    padding: 0;
}

.inputContTT {
    background: #f0f0f0 !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 16px 20px !important;
    height: auto !important;
    font-size: 15px;
    color: #333;
    margin-bottom: 18px;
    width: 100%;
    transition: all 0.3s ease;
}

.inputContTT:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(90, 170, 143, 0.15) !important;
    background: #e8e8e8 !important;
}

.inputContTT::placeholder {
    color: #888;
}

/* Hide Font Awesome icons inside inputs */
.icon,
.linkShow {
    display: none !important;
}

/* ---- Sign In button ---- */
.logInButton {
    background: #1e3a8a !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 16px !important;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    margin-top: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.logInButton:hover {
    background: #1e3a8a !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(90, 170, 143, 0.35);
}

/* ---- Bottom links ---- */
.login-links {
    text-align: center;
    margin-top: 22px;
}

.forgot-link {
    display: block;
    color: #333;
    font-size: 13px;
    text-decoration: none;
    margin-bottom: 12px;
    transition: color 0.3s;
}

.forgot-link:hover {
    color: #5aaa8f;
}

.signup-text {
    color: #666;
    font-size: 13px;
    margin: 0;
}

.signup-link {
    color: #333;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s;
}

.signup-link:hover {
    color: #5aaa8f;
}

body {
    padding-bottom: 0;
}
/* ========== MOBILE ========== */
@media (max-width: 768px) {
    .newLogInBG::before {
        width: 100%;
        height: 41%;
        left: 0;
        top: -23%;
        transform: none;
        border-radius: 0 0 0 0%;
    }

    .welcome-text {
        left: 50%;
        top: 8%;
        transform: translateX(-50%);
        font-size: 2.5rem;
    }

    .newLogInBG > .row {
        justify-content: center;
        align-items: center;
        padding-bottom: 0;
        margin-top: 26%;
    }

    .newLogInBG > .row > .col-md-12 {
        padding: 0 20px;
        justify-content: center;
    }

    .rightSection {
        max-width: 100%;
    }
}

