.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}
.m-auto {
    margin: auto!important;
}
input.form-control{
    background-color: #444!important;
    height: 50px!important;
    color: #ddd!important;
    border: none!important;
    font-size: 18px!important;
    border-radius: 0!important;
    padding: .6rem 1rem!important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.loader {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #01a499;
    width: 35px;
    height: 35px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    -webkit-animation: spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    -o-animation:spin 1s linear infinite;
    -ms-transition:spin 1s linear infinite; 
    animation: spin 1s linear infinite;
  }
  
  /* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@-moz-keyframes spin{
    0%{-moz-transform:rotate(0deg)}
    100%{-moz-transform:rotate(360deg)}
}

@-o-keyframes spin {
    0%{-o-transform:rotate(0deg)}
    100%{-o-transform:rotate(360deg)}
}

@-ms-keyframes spin {
    0%{-ms-transform:rotate(0deg)}
    100%{-ms-transform:rotate(360deg)}
}

.error{
    color: #f13e50!important;
    font-size: 15px; 
    margin-bottom: 0px;
}
.success{
    color: #01a499!important;
    font-size: 15px; 
    margin-bottom: 0px;
}
.form-control::placeholder{
    color: #999!important;
}


.img-box span {
    color: #01a499;
    font-weight: 500;
    font-size: 22px;
    margin-top: 10px;
    display: block;
}

.img-box .login-logo{
    height:100px;
    margin-top: 8px;
    /* width:97px; */
}
.card .card-body, .card-light .card-body {
    padding: 0.25rem;
}
.card1{
    width: 100%;
    padding: 20px 5px;
    background-color: rgba(49,49,49,.603);
}
.color-logo{
    color: #01a499!important;
}
.hover-underline:hover{
    text-decoration: underline!important;
}
.input-group .submit-login{
    height: 50px;
    background-color: #01a499!important;
    color: #ddd!important;
    border: none;
    font-size: 20px;
    border-radius: 0;
    width: 100%;
    cursor: pointer;
    /* margin-top: px; */
}
input#id_email{
    background-color: #444;
    height: 50px!important;
    color: #ddd!important;
    border: none;
    font-size: 18px;
    border-radius: 0;
}
input.active{
    background-color: #444!important;
    border: none!important;
}
input:focus{
    background-color: #444!important;
    border: none!important;
}
input:hover{
    background-color: #444!important;
    border: none!important;
}
input#id_password{
    background-color: #444;
    height: 50px!important;
    color: #ddd!important;
    border: none;
    font-size: 18px;
    border-radius: 0;
}
input#id_password{
    background-color: #444;
}
input#id_email::placeholder{
    color: #999!important;
    font-weight: 500!important;
    font-size: 17px;
}

a.forgot-p {
    color: #01a499;
    text-decoration: underline;
}
input#id_password::placeholder{
    color: #999!important;
    font-weight: 500!important;
    font-size: 17px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #444 inset !important;
}
input:-webkit-autofill {
    -webkit-text-fill-color: #ddd !important;
}