/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 4 de jul. de 2025, 14:26:41
    Author     : bruno
*/

.form-container {
    max-width: 400px;
    margin: 2rem auto;
    padding: 2rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px #ccc;
}

.form-login input,
.form-login button {
    width: 100%;
    padding: 0.75rem;
    margin-top: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-login button.bt {
    background-color: #007bff;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.form-login button.bt:hover {
    background-color: #0056b3;
}

.links-auxiliares {
    margin-top: 1rem;
    text-align: center;
}

.links-auxiliares a {
    display: inline-block;
    margin: 0 0.5rem;
    color: #007bff;
}
