/*logo*/
h1.main-logo{
    width:250px;
    height: 126px;
    background: url("../../assets/images/logo-spacell.png");
    text-indent: -9999px;
    margin: 0 auto;
    margin-bottom: 15px;
}

/*login-form*/
.card{
    background-color: rgba(0,68,138,.8);
    border-radius: .8rem;
}
.card ::placeholder { /* Firefox, Chrome, Opera */ 
    color: #009efb; 
} 
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */ 
    color: #009efb; 
} 
  
::-ms-input-placeholder { /* Microsoft Edge */ 
    color: #009efb; 
}
.form-horizontal label{
    color:white;
}
.text-dark{
    color:white !important;
}
.mt-3, .my-3 {
    margin-top: 3rem !important;
}
.btn-info:hover, .btn-info.disabled:hover {
    background: #005aff;
    opacity: 1;
    border: 1px solid #005aff;
}