@import url("variable.css");
body {
    font-family: Arial, sans-serif; /* Fallback to sans-serif if Arial is unavailable */
}

.login-container {
    background-color: var(--primary-color);
    padding: 40px;
    border-radius: 12px;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    
}
.login-container h2 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
}
.login-container input[type="text"],
.login-container input[type="password"] {
    width: 100%;
    padding: 8px;
    margin: 10px 0;
    border: none;
    border-radius: 5px;
}
.login-container input[type="checkbox"] {
    margin-top: 0px;
}
.login-container label {
    color: #fff;
    font-size: 0.9em;
    cursor: pointer;
}
.forgot-password {
    float: right;
    color: #fff;
    font-size: 0.9em;
}
.forgot-password:hover {
    text-decoration: underline;
}
.login-btn {
    background-color: #000;
    color: #fff;
    padding: 10px;
    width: 100%;
    border: none;
    border-radius: 5px;
    font-size: 1em;
    cursor: pointer;
    margin-top: 40px;
}
.login-btn:hover {
    background-color: #333;
}
.welcome-heading{
    text-align: center;
}
.welcome-heading2{
    text-align: center;
    font-size: 28px;
    font-weight: bolder;
    color: #333;
}
.welcome-heading3{
    text-align: center;
    display: none;
}
.login-image{
    padding: 10px; /* Add some padding around the column */
    /* padding-top: 120px; */
}
.login-row{
    display: flex;
    justify-content: center;
}
.musashi-logo{
    display: flex;
    justify-content: center;
    margin: auto;
    margin-bottom: 20px;
}
@media(max-width: 991px){
    .logo-and{
        margin-top: 20px;
    }
    .login-image{
        display: none;
    }
    
    .welcome-heading2{
        display: none;
    }
    .welcome-heading3{
        display: block;
        margin-top: -30px;
        color: #000 !important;
    }
    .login-container{
        height: auto;
    }
    .first-contain-box {
        display: block;
        justify-content: center; /* Centers horizontally */
        align-items: start !important; /* Centers vertically */
        min-height: 100vh; /* Full viewport height */
    }
}
@media(min-width: 1400px){
    .login-image{
        padding: 60px; /* Add some padding around the column */
        /* padding-top: 120px; */
    }
}
.admin-login{
    text-align: center;
}
@media(max-width: 380px){
    .musashi-logo {
        max-width: 150px; /* Adjust this value as needed */
        height: auto; /* Maintains aspect ratio */
    }
    
}
@media(max-width: 480px){
    .support-bottom{
        margin-bottom: 0px;
    }
    .keep-forgot{
        display: block !important;
        align-items: center;
    }
    
    .first-contain-box{
        padding-left: 0px;
        padding-right: 0px;
    }
    .forgot-password{
        float: left;
        margin-top: 5px;
    }
}
@media(max-width: 405px){
    .forgot-password{
        float: left;
        margin-top: 5px;
    }
}
.checkbox-label {
    display: flex;
    align-items: center; /* Centers the checkbox and text vertically */
    gap: 5px;            /* Adjusts spacing between checkbox and text */
}

/* Center the entire container on the screen */
.first-contain-box {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    min-height: 100vh; /* Full viewport height */

}
.help-support {
    display: block;
    text-align: center;
    margin-top: 20px;


}
/* Basic footer styling */
#footer {
    background-color: #f1f1f1; /* Light grey background */
    color: #333; /* Text color */
    text-align: center;
    padding: 7px;
    font-size: 14px;
    position: fixed; /* Fixes footer at the bottom of the viewport */
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100; /* Keeps footer on top if needed */
}

/* Link styling within the footer */
#footer a {
    color: #007bff; /* Link color */
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline; /* Underline on hover */
}
.support-bottom{
    margin-bottom: 30px;
}
.keep-me{
    display: flex;
    align-items: center;
    
}
/* Additional styling to make content look cleaner */


/* Responsive behavior for order */

