
input[type=text].form-control,
input[type=password].form-control {
    background: #052331;
    border: none;
    color: white !important;
}
label[for=floatingInput] {
    color: white !important;
    font-size: 1.15rem;
}

input[type=submit]
{
    background-color:#128ec8;
    max-width:200px;
    height:60px;
    font-size:1.3rem;
}


input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #052331 inset;
}

input {
    color-scheme: dark;
}

.signin {
    color: white;
    margin-left: 15px;
    font-size: 1.3rem;
}