/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Jun 12, 2025, 4:04:00 PM
    Author     : qualebs
*/


.login-form-container{
    width: 100%;
    max-width: 530px;
    background: var(--white);
    padding: 2rem;
    margin: auto;
    border-radius: 8px;
    box-shadow: var(--shadow);
}
.register-link {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
}

.register-link a {
    color: #007BFF;
    text-decoration: none;
}

.register-link a:hover {
    text-decoration: underline;
}