.btn-primary {
  border-color: #f7bc06;
  background-color: #FF9800;
}
.btn-primary:hover {
    color: #fff;
    border-color: #FF9800 !important;
    background-color: #EF6C00;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    border-color: #f7bc06;
    background-color: #EF6C00;
}
.box_login{
background: rgba(254,254,254,1) !important;
background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 300%) !important;
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(100%, rgba(226,226,226,1))) !important;
background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 300%) !important;
background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 300%) !important;
background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 300%) !important;
background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 300%) !important;
}
.h1, h1 {
    font-size: 1.4em;
}
.h2, h2 {
    font-size: 1.3em;
}
.h3, h3 {
    font-size: 1.2em;
}
.h4, h4 {
    font-size: 1.1em;
}
.img-preview {
    background: #cccccc;
    max-height: 70px;
    /* width: 70px; */
}
.floating-label label:first-child {
    margin-top: -4px;
    opacity: 1 !important;
}
