/* 
    =====================
    This is the user css file for forgot_password page
    ====================== 
*/

/* Removes the blue glow from all interactive elements */
*:focus {
    outline: none !important;
    box-shadow: none !important;
}

button:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

input:focus {
    border: 1px solid #198754 !important;
}