﻿.mainCenterContainer {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    margin: 0;
}

.center-container {
    background-color: #fff;
    padding: 5rem;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 550px;
}

.btnlogin_Forgot {
    width: 100%;
    padding: 10px;
    background-color: #428bca;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1.8rem;
    margin-top: 1rem;
}
.lflabel {
    display: block;
    margin-bottom: 0.5rem;
    color: #444;
}
    .btnlogin_Forgot:hover {
        background-color: #0056b3;
    }

.footer-links {
    margin-top: 1rem;
    font-size: 1.3rem;
}

    .footer-links a {
        color: #007BFF;
        text-decoration: none;
    }

.footer-links a:hover {
            text-decoration: underline;
 }
@media only screen and (min-width: 360px) and (max-width: 768px) {
       .mainCenterContainer {
        font-family: Arial, sans-serif;
        background-color: #f4f4f4;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 75vh;
        margin: 0;
    }
}
