body {
    background-color: #121212; /* Cor de fundo escura */
    color: #fff; /* Cor do texto */
}
nav{
    background-color: #121212!important;
}
.login-container {
    max-width: 400px;
    margin: 100px auto;
    padding: 25px;
    background: #1e1e1e; /* Cor de fundo do formulário */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.form-control {
    background-color: #2c2c2c; /* Cor de fundo dos campos */
    color: #fff; /* Cor do texto nos campos */
    border: 1px solid #333;
    margin-bottom: 15px;
}
.btn-custom {
    background-color: #F5822D; /* Cor personalizada para o botão */
    border: none;
}

.space-notify-error{
    height: 15px;
    width: 15px;
    background-color: red;
    border-radius: 8px; 
}
.space-notify-sucess{
    height: 15px;
    width: 15px;
    background-color: green;
    border-radius: 8px; 
}
.space-notify-alert{
    height: 15px;
    width: 15px;
    background-color: rgb(188, 190, 35);
    border-radius: 8px; 
}


.space-button-exit{
    cursor: pointer;
}



