.btn-primary {
    border-color: #618d2f;
    background-color: #7db141;
}
.btn-primary:hover {
    color: #fff;
    border-color: #8bc34a !important;
    background-color: #618d2f;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    border-color: #618d2f;
    background-color: #618d2f;
}
.box_login{
background: rgb(255 255 255) !important;
background: -moz-linear-gradient(top, rgb(255 255 255) 50%, rgb(179 179 179) 200%) !important;
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(255 255 255)), color-stop(100%, rgba(226,226,226,1))) !important;
background: -webkit-linear-gradient(top, rgb(255 255 255) 50%, rgb(179 179 179) 200%) !important;
background: -o-linear-gradient(top, rgb(255 255 255) 50%, rgb(179 179 179) 200%) !important;
background: -ms-linear-gradient(top, rgb(255 255 255) 50%, rgb(179 179 179) 200%) !important;
background: linear-gradient(to bottom, rgb(255 255 255) 50%, rgb(179 179 179) 200%) !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;
}
._logo_login{
    max-width: 120px;
}
._restablecer{
    display: none;
}
.btn-auth-google{
    display: none;
}
