form.form-horizontal, form.form-horizontal{
    display: block!important;
    width: 100%!important;
    padding: 0.375rem 0.75rem!important;
    font-size: 1rem!important;
    line-height: 1.5!important;
    color: #495057!important;
    background-color: #fff!important;
    background-clip: padding-box!important;
    
    border-radius: 0.25rem!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out!important;
}

.form-control {
    padding: 0.2rem 0.9rem!important;

}

.alert-info {
    color: #ffffff!important;
    background-color: #049cdb!important;
    border-color: #049cdb!important;
} 

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top,rgb(150, 150, 150),#04c)!important;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(rgb(119, 119, 119)),to(#04c));
    background-image: -webkit-linear-gradient(top,rgb(150, 150, 150),#04c);
    background-image: -o-linear-gradient(top,rgb(167, 167, 167),#04c);
    /* background-image: linear-gradient(
180deg,#08c,#04c); */
    background-repeat: repeat-x;;
}

.btn{
    background-image: none!important;
}
.form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ffffff!important;
    border-top: 1px solid #e5e5e5;
}