html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #4a4a4a;
}

body {
    background-color: #3d4a5d;
    padding: 0;
    margin: 0;
}

#loginbox {
    width: 600px;
}

#logo_adm,
#footer {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#logo_adm,
#loginbox p {
    text-align: center;
}

#logo_adm {
    margin-top: 50px;
    padding: 30px 0;
}

#loginbox .recuadro,
#loginbox p,
#loginbox form {
    display: inline-block;
    width: 100%;
}

#loginbox .recuadro {
    position: relative;
    padding-bottom: 30px;
    background-color: #FFF;
    margin: 0;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

#loginbox p {
    font-size: 26px;
    font-weight: 300;
    color: #222121;
    padding: 30px 0 10px 0;
    margin-bottom: 0;
}

#loginbox span.bajada {
    float: left;
    width: 80%;
    margin-left: 10%;
    font-weight: 300;
    color: #4a4a4a;
    text-align: center;
}

#loginbox form {
    padding-top: 20px;
}

#loginbox form .control-label {
    padding-top: 0;
}

#loginbox form .form-group {
    margin-bottom: 10px;
}

#loginbox form #usuario,
#loginbox form #clave {
    width: 240px!important;
    height: 37px;
    margin-top: 1px;
    margin-left: -15px;
    border-color: #aaaaaa;
    border-radius: 0;
    color: #515151;
    font-weight: 500;
}

#loginbox form .icono-user,
#loginbox form .icono-password {
    float: right;
    width: 38px;
    height: 38px;
}

#loginbox form .icono-user {
    background: url("https://www.sisfox.com/img/varios/icono_user.png") center no-repeat;
}

#loginbox form .icono-password {
    background: url("https://www.sisfox.com/img/varios/icono_password.png") center no-repeat;
}

#loginbox form #check_recordar {
    margin-bottom: 30px;
    margin-left: 36%;
}

#loginbox form .checkbox {
    text-align: center;
}

#loginbox form .checkbox .text {
    font-weight: 300;
    color: #515151;
}

#loginbox form .row.bottom {
    padding-top: 10px;
    border-top: solid 1px #cdcdcd;
    width: 96%;
    margin: 0 2%;
}

#loginbox form .recuperar-clave {
    font-weight: 900;
    color: #4a4a4a;
    margin-left: -15px;
}

#loginbox form .btn {
    width: 95px;
    height: 37px;
    margin-left: 10%;
    background-color: #f70808;
    border-radius: 0;
    border-color: #f70808;
    text-transform: uppercase;
    color: #FFF;
}

#loginbox .recuperar #usuario {
    width: 72%!important;
}

#loginbox .recuperar .btn {
    position: absolute;
    width: 18%!important;
    right: 20px;
    bottom: 45px;
}

#loginbox .recuperar .icono-marcas {
    position: relative;
    width: 100%;
    height: 60px;
    background: url(https://www.sisfox.com/img/varios/marcas.png) center no-repeat;
}

#loginbox .recuperar .alert {
    margin-top: -15px;
}

#footer {
    width: 600px;
    margin-top: 10px;
    overflow: hidden !important;
    text-align: center;
    position: relative;
    color: #FFF;
}

#footer a {
    color: #FFF;
}

#loginbox .alert {
    background-color: #f0f0f0;
    text-align: center;
    font-weight: 900;
    color: #4a4a4a;
    padding: 10px 30px;
    margin-bottom: 0;
}

.hideShowPassword-toggle {
    right: 70px !important;
    margin-top: -16px !important;
}

@media (max-width: 767px) {
    #loginbox,
    #footer {
        width: 80%;
    }
    #loginbox form .col-sm-4 {
        float: left;
        width: 33%;
        text-align: right;
    }
    #loginbox form .col-sm-8 {
        float: left;
        width: 67%;
    }
}