.separator {
    border-left: 6px solid #042D62;
    border-radius: 40px;
    height: 100%;
}

.card-equal-height-login-register {
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-body-login-register {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn-login-register  {
    width: 100% !important;
    padding: 15px !important;
    border-radius: 25px !important;
}

.btn-login-register:hover {
    transform: scale(1.02) !important;
}

.btn-login-register:active {
    background-color: #003853 !important;
}

.card-login-register {
    border-radius: 30px;
}

form.w-100 {
    width: 100%;
}

.form-control {
    border: none;
    background-color: #f3f3f3;
    padding: 17px;
}

.custom-control-input {
    width: 0.9rem;
    height: 0.9rem;
}

.card-body-login-register p {
    margin-top: 1rem;
}

.card-body-login-register a {
    color: #007bff;
    text-decoration: none;
}

.card-body-login-register a:hover {
    text-decoration: underline;
}


.btn {
    background-color: #042D62; 
    color: aliceblue;
    font-size: 1.1rem;
    font-weight: 500;
    border: none;
    border-radius: 10px;
    padding: 10px 130px;
    margin-bottom: 10px;
    transition: transform 0.2s ease; 
}

.btn:hover{
    transform: scale(1.02); 
    background-color: #042D62 !important; 
    color: aliceblue;
    transition: transform 0.2s ease; 
}

.btn:active {
    background-color: #003853; 
    color: aliceblue !important;
    transform: scale(1); 
}