.bg-light {
    min-height: 100vh;
    background-image: url("./images/login-bg.png");
    background-size: cover;
}

.mr-auto, .mx-auto {
    margin-right: 0 !important;
}

.card {
    background-color: #0F1724;
    color: #DDEBFF;
}

.card-body h4 {
    color: #11ECE5;
}

.form-control, .custom-control-input {
    border: 1px solid #425F91;
    background-color: #0F1724 !important;
}

.form-control {
    color: #DDEBFF !important;
}

.custom-control-label::before {
    border: 1px solid #425F91;
    background-color: #0F1724 !important;
}

.btn-primary, .btn-primary:hover, .btn-primary:active {
    background-color: #25364E;
    border-color: transparent;
    z-index: 9;
}

.abp-account-container {
    box-shadow: 0 0 100px 25px rgba(17, 236, 229, 0.5) !important;
}

input:-internal-autofill-selected {
    background-color: #0F1724 !important;
    background-image: none !important;
    color: #DDEBFF !important;
}
