input{
    color: rgb(35, 35, 35)!important;
    background-color: #355769 !important;
}
.form-control{
    background-color: #ffffff!important;
}

.form-control:focus{
    background-color: #ffffff!important;
}

.btn:hover {
    color: #ffffff;
    text-decoration: none
}

.btn{
    color: #ffffff!important;
    background-color: #178ac3;
}
