/*========================================================
        DARK LAYOUT
=========================================================*/
.bg-authentication {
  background-color : #EFF2F7;
}
.bg-authentication .login-footer {
  padding : 0rem 1.5rem 0.5rem;
}
.bg-authentication .login-footer .footer-btn .btn {
  padding : 0.9rem 1.2rem !important;
  margin : 1rem 1rem 1rem 0rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bg-authentication {
    width : 100%;
  }
}


/*========================================================
        EXTRA CSS
=========================================================*/


/****** Login form title ******/
/*

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #005DA9;
}
*/
/****** Login form ******/
/*
.form-control:focus {
  border-color: #005DA9;
}
.form-control:focus ~ .form-control-position i {
  color: #005DA9;
}
.form-label-group > input:focus:not(:placeholder-shown) ~ label, .form-label-group > input:not(:active):not(:placeholder-shown) ~ label, .form-label-group textarea:focus:not(:placeholder-shown) ~ label, .form-label-group textarea:not(:active):not(:placeholder-shown) ~ label{
  color: #005DA9 !important;
}
*/
/****** Login button ******/
/*
.btn-primary {
  border-color: #DF0C36 !important;
  background-color: #DF0C36 !important;
}

.btn-primary:hover {
  border-color: #DF0C36 !important;
  background-color: #DF0C36;
  -webkit-box-shadow: 0 8px 25px -8px #F11C66;
  box-shadow: 0 8px 25px -8px #F11C66;
}

.card {
  background-color: #EFF2F7;
}

.bg-authentication {
  background-color: #FFFFFF;
}
*/
