﻿/*.login-content {
    border: 0;
    background: #fff;
    color: #000;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .15);
    border-radius: 2px;
    margin-bottom: 24px;
    padding: 2rem;
}
*/


/* Right login form section */
.custom-login-form-container {
    background-color: #F8F8F8;
    display: flex;
    flex-direction: column;
    box-shadow: -2px 0 6px rgba(0, 0, 0, 0.05);
    align-items: center;
    padding: 2rem;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    justify-content: center;
}

/* Adjust padding for different screen sizes */
@media (min-width: 1024px) and (max-width: 1366px) {
    .custom-login-form-container {
        padding: 1.5rem;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .custom-login-form-container {
        padding: 1rem;
    }
}

/* 13-inch to 14-inch laptops (1367px - 1599px) */
@media (min-width: 1367px) and (max-width: 1599px) {
    .custom-login-form-container {
        padding: 1.7rem;
        max-width: 100%;
    }
    
    .login-modal-form {
        max-width: 420px;
        width: 100%;
    }
    
    #welcomeTitle {
        font-size: 1.05rem !important;
    }
    
    .login-heading h2 {
        font-size: 1.45rem;
    }
    
    .login-heading .subtitle {
        font-size: 0.93rem;
    }
    
    .form-control {
        font-size: 15px;
        height: 42px;
    }
    
    .btn.btn-primary {
        height: 2.45rem !important;
        font-size: 15px;
    }
}

/* 14-inch high DPI & 15-inch laptops (1600px - 1919px) */
@media (min-width: 1600px) and (max-width: 1919px) {
    .custom-login-form-container {
        padding: 1.8rem;
        max-width: 100%;
    }
    
    .login-modal-form {
        max-width: 440px;
        width: 100%;
    }
    
    #welcomeTitle {
        font-size: 1.08rem !important;
    }
    
    .login-heading h2 {
        font-size: 1.48rem;
    }
    
    .login-heading .subtitle {
        font-size: 0.94rem;
    }
    
    .form-control {
        font-size: 15px;
        height: 43px;
    }
    
    .btn.btn-primary {
        height: 2.48rem !important;
        font-size: 15.5px;
    }
    
    .welcome-container {
        padding: 0.8rem 1.5rem 1.5rem;
    }
    
    .custom-welcome {
        font-size: 14px;
    }
}

.form-control{
    background-color : white !important;
}








.login-modal-form {
    width: 100%;
/*    padding: 2rem;*/
}
.form-control{
    background-color:white;
}
/* Animations */
@keyframes fadeInUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Responsive breakpoints */

/* Small mobile devices */
@media (max-width: 480px) {
    .grid {
        grid-template-columns: 1fr;
    }

    .background-slider {
        display: none;
    }

    .custom-login-form-container {
        padding: 1rem;
        text-align: center;
        align-items: center;
    }

    .login-modal-form {
        max-width: 100%;
        padding: 0 10px;
    }
    
    #welcomeTitle {
        font-size: 1rem !important;
    }
    
    .form-control {
        font-size: 14px;
    }
}

/* Mobile/tablet devices */
@media (min-width: 481px) and (max-width: 768px) {
    .grid {
        grid-template-columns: 1fr;
    }

    .background-slider {
        display: none;
    }

    .custom-login-form-container {
        padding: 2rem;
        text-align: center;
        align-items: center;
    }

    .login-modal-form {
        max-width: 100%;
    }
}

/* Tablet landscape orientation */
@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
    .background-slider .illustration img {
        max-height: 35vh;
    }
    
    .custom-welcome {
        font-size: 12px !important;
    }
    
    .welcome-container {
        padding: 0.5rem 1rem;
    }
}

#welcomeTitle {
    font-size: 1.1rem !important;
    font-weight: 700;
    margin-bottom: 0.5px;
    margin-top:1rem;
}


.btn.btn-primary {
    color: #fff;
    background-color: #256EB5 !important;
    border-color: #256EB5 !important;
    height: 2.5rem !important;
}
.text-end{
    text-align: end !important;
}
.rememberRow{
    padding-top:1rem;
}
.recaptcha-wrapper {
    display: flex;
    /* justify-content: center; */
    margin-top: 2rem;
    margin-bottom: 2rem;
}


.login-heading {
    width: 100%;
    margin-bottom: 0.5rem;
    text-align: left;
}

    .login-heading h2 {
        font-size: 1.5rem;
        font-weight: 600;
        color: #222;
        margin-bottom: 0.5rem;
        line-height: 1.3;
    }

    .login-heading .subtitle {
        font-size: 0.95rem;
        color: #666;
        margin-bottom: 0.25rem;
        line-height: 1.5;
    }

.welcome-container {
    width: 100%;
    padding: 1rem 2rem 2rem;
    text-align: center;
    flex-shrink: 0;
}

.custom-welcome {
    color: #120879;
    font-size: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    font-weight: 500;
    padding: 0 20px;
    display: block;
    margin: 5px 0 !important;
    line-height: 1.5;
}
.RegisterDiv{
    text-align: center;
    margin-top: 1rem;
}
.logintagline {
    margin-top: 4rem;
    font-weight: 600;
    color: #342d2d !important;
}
.loginsecondheading {
    color: #342d2d !important;
}
#loginButton {
    font-size: 1rem;
    font-weight: 500;
}
.loginAlertMsg {
    height: 0rem;
}