input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active,
.form-control:valid:focus {
    -webkit-text-fill-color: white
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:active {
    box-shadow: 0 0 0 30px #1f252a  inset !important;
    -webkit-text-fill-color: white
}

input:-webkit-autofill:focus,
.form-control:valid:focus,
.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .custom-select:invalid:focus, .form-control:invalid:focus, .custom-select.is-valid:focus, .form-control.is-valid:focus, .custom-select:valid:focus, .form-control:valid:focus 
{
    box-shadow: 0 0 0 30px #1f252a  inset !important;
}

.select2-container .select2-selection--single{
    background-color: #293138 !important;
}

.form-control{
    background-color: #293138;
}
.form-control:focus{
    background-color: #1f252a;
    border-color: #2196F3;
}

body{
    background-color: #323b44;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 800'%3E%3Cg fill-opacity='0.09'%3E%3Ccircle fill='%23323b44' cx='400' cy='400' r='600'/%3E%3Ccircle fill='%232b3139' cx='400' cy='400' r='500'/%3E%3Ccircle fill='%2323282d' cx='400' cy='400' r='400'/%3E%3Ccircle fill='%231c1f23' cx='400' cy='400' r='300'/%3E%3Ccircle fill='%23141618' cx='400' cy='400' r='200'/%3E%3Ccircle fill='%23090a0c' cx='400' cy='400' r='100'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
    /* background by SVGBackgrounds.com */
}

footer{
    background-color:#20262c;
    padding-top:50px;
}

footer li, footer ul{
    list-style: none;
    padding:0;
    margin:0;
}

.footer-logo{
    filter: drop-shadow(0px 0px 2px black);
}

footer li a {
    opacity: 0.8;
}

.btn-primary{
    background-color: #006abf;
}
.btn-primary:hover{
    background-color: #158eed;
}
.btn-primary:focus, .btn-primary:active{
    background-color: #0a5da0 !important;
}

button.disabled{
    pointer-events: none;
}

.custom-spinner{
    color:#ffffff2e !important;
    border-right-color: #ffffffc7;   
}

.primary-action-btn{
    padding: 10px 35px;
    border-radius: 8px;
    border:0px;
    font-weight: 500;
}

.primary-card{
    /* background-color: #21282f; */
    border:none;
    border-radius: 15px;
}

.primary-card .card-body{
    border-radius: 15px;
    background-color: #21282f;
    margin-top: -15px;
}
.primary-card .card-header{
    /* background-color: #1d242b; */
    background-color: #1d2228;
    box-shadow: none !important;
    border-bottom: 0px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 32px;
    border-radius: 15px 15px 0px 0px;
    color: #d0d0d0;
}

.primary-card .g-recaptcha > div{
    margin: auto;
}

.account-pages{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    flex-direction: column;
}

.logo-container{
    text-align: center;
    margin-top: 20px;
}

.logo-container img.logo-main{
    height: 150px;
}
.logo-container img.logo-text{
    height: 45px;
}

@media screen and (max-width: 768px) {
    .logo-container img.logo-main{
        height: 100px;
    }
    .logo-container img.logo-text{
        height: 30px;
    }
}   