body {
    background-color: #0d6efd;
    color: #fff;
}
nav{
    background-color: #121212!important;
}
.login-container {
    max-width: 400px;
    margin: 30px auto;
    padding: 25px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.form-control {
    background-color: #ffffff;
    color: #000;
    border: 1px solid #0d6efd;
    margin-bottom: 15px;
}
.btn-custom {
    background-color: #F5822D;
    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;
}
.space-logo{
    max-width: 400px;
}