body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("https://www.fastinfosoft.com/new_attendance/assets/logo/login_new.webp");
    background-size: cover;
}
.logo-container {
    position: absolute;
    top: 20px;
    left: 20px;
}
.logo-container img {
    max-width: 200px;
}
.login-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 2rem;
    width: 100%;
    max-width: 364px;
    text-align: center;
}
.login-box h1 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 25px;
}
.form-group label {
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    width: 100%;
}
.form-control {
    border-radius: 5px;
    height: 45px;
}
.btn-primary {
    background-color: #007bff;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    padding: 10px 20px;
    width: 100%;
    font-weight: bold;
}
.btn-primary:hover {
    background-color: #0056b3;
}
.forgot-password {
    font-size: 0.9rem;
    margin-bottom: 1rem;
}
.forgot-password a {
    color: #007bff;
    text-decoration: none;
}
.forgot-password a:hover {
    text-decoration: underline;
}
.gif_logo {
    width: 92px;
    height: 90px;
    margin-bottom: 5px;
}
.box_border {
    border: 1px solid #BFBFBF !important;
}
.gap_between {
    margin-bottom: 20px;
}
.form-group1 {
    position: relative;
}
.form-control {
    padding-right: 40px;
}
.fa-eye,
.fa-eye-slash {
    font-size: 1.2rem;
    color: #aaa;
}
.fa-eye:hover,
.fa-eye-slash:hover {
    color: #007bff;
}
.show_eye {
    position: absolute;
    top: 70%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}
.custm_icon{
    padding-right: 4px;
}
.custom_mb{
    margin-bottom: 28px;
    font-weight: 500;
}
.custm_mt{
    margin-top: 20px;
}
#showOldLogin{
    color: #000000;
    text-decoration: underline;
}
@media (max-width: 768px) {
    .login-box {
        padding: 1.5rem;
        max-width: 94%;
        margin-top: -50px;
    }
    .logo-container img {
        width: 200px;
    }
    .gif_logo {
        width: 80px;
        height: 80px;
    }
}