label{
    padding: 2px;
}

.card-login .form-check-label {
    margin-left: 5px;
    color: #6c757d;
}

.card-login a {
    color: #6c757d;
    font-size: 0.9rem;
    float: right;
    text-decoration: none;
}

.submitBtnLogin {
    background-color: #002b5c;
    color: white;
    width: 100%;
    padding: 12px;
    border-radius: 25px;
    border: none;
    margin-top: 20px;
}

.submitBtnLogin:hover {
    --square: 12px;
    --c1: #0f7ce964;
    --c2: #69a7eab3;
    color: #26272a;
    box-shadow: 0 0 0 2px rgba(15, 124, 233, .15) inset;
    background-color: #02d9e5a1;
    border-color: #26272a;
}

#toast-container {
    position: fixed;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

#toast-container .toast {
    display: inline-block;
    margin: 0 auto;
}

.logo-bottom {
    position: fixed;
    top: 15%;
    left: 15%;
    transform: translateX(-50%);
    max-width: 400px;
    z-index: 10;
}

#divCreateAccount{
    margin-top: 20px;
}