/*!
 * Copyright 2023 Fonticons, Inc.
 */
.loginpage:focus-within {
    border: 2px solid #007bff; /* blue border */
    box-shadow: 0 0 8px rgba(0,123,255,0.3); /* soft glow */
    transition: all 0.3s ease;
}


.loginpage {
    border: 2px solid #007bff;
    box-shadow: 0 0 8px rgba(0,123,255,0.3);
    transition: all 0.3s ease;
}

.loginpage {
    max-width: 340px;
    min-height: 350px;
    margin: 40px auto;
    padding: 40px;
    border-radius: 10px;
    background-color: #f9f9f9;
}
/* Optional: login box spacing */
.loginpage {
    /*            background-color: #e3f2fd;
*/
}
/*MY CSS FOR LOGIN PAGE end */
/*_______________________________________________________----------------------------------------------________________---*/
.jobsheader {
    text-align: center;
    padding-top: 10px;
    background-color: #ec7263;
}

    .jobsheader h3 {
        color: white;
    }

.Home {
    text-align: center;
}


.login {
    margin-left: 40%;
    margin-bottom: 7%;
}

.form-label {
    margin-bottom: .5rem;
    font-weight: bold;
    font-size: 17px;
}
.divrowheight25px{
    height:25px;
}
.spancolorcrism {
    color: crimson;
}