.authtext{
    text-align: center;
}

.authtext h2{
        color: #ffffff !important;
}
.authtext p{
    color: #90A1B9;
}

.rememberText {
    color: #90A1B9!important;
}
.form-control {
    border: 1px solid rgba(49, 65, 88, 0.50);
    background: rgba(29, 41, 61, 0.50);
    color: #ffffff;
}
.form-control:focus {
    border-radius: 10px;
    border: 1px solid #2975DF;
    background: rgba(29, 41, 61, 0.60) !important;
    box-shadow: none;
    color: #ffffff !important;
}
.link-one{
      color: #90A1B9;
  
}
input::placeholder{
    font-family: "Arimo", sans-serif !important;
}
.form-label{
    color: #90A1B9 !important;
}