.bg-pattern.login-body {
    background-image: url("/assets/images/background-login.webp") !important;
}

.card {
    border-radius: 20px; /* controls how round the corners are */
    background-color: #27333A;
}
.mb-4{
    margin-top:1.5rem !important;
}

.text-white-50 {
    color: #FEF1F1 !important;
}

.mb-4 {
    margin-top: 1rem !important;
}

.mb-5{
    margin-bottom: 0.5rem !important;
}

.text-center {
    color: #FEF1F1 !important;
}

.btn {
    color: #ffff;
    background-color: #23B7E5;
    border-color: #23B7E5;
}
.btn:hover {
    color: #ffff;
    background-color: #0e9e5a;
    border-color: #0e9e5a;
}

.btn btn-success {
    color: #ffff;
    background-color: red;
    border-color: #0e9e5a;
 }