body {
    background-color: #152039;
    background-image: linear-gradient(to bottom, rgba(21,32,57, 0.90), rgba(21,32,57, 0.90)), url('/src/img/imglogin.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #FFF;
    min-height: 100vh !important;
}

.container-login {
    border-left: solid rgba(52, 76, 126, 0.9) 1px !important;
    border-top: solid rgba(52, 76, 126, 0.9) 1px !important;
    border-right: solid rgba(52, 76, 126, 0.9) 1px !important;
    border-bottom: solid rgba(52, 76, 126, 0.9) 1px !important;
    backdrop-filter: blur(10px);

    background-color: rgba(52, 76, 126, 0.5); 
    border-radius: 25px; 
    padding: 50px;    
}

.container-form {
    width: 250px;
}

.btn-custom {
    background-color: transparent;
    border-width: 2px;
    border-radius: 15px;
}