html {
    height:100%;
    min-height:100%;
}
body {
     min-height:100%;
}

body.backoffice {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

#content {
    width:460px;
    margin-top:80px;
    min-width: 0;
}

body.backoffice #content {
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-150px;
    margin-top:-130px;
    padding: 20px 0;
    width: 300px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color:rgba(18, 22, 55, 0.85);
}

body.backoffice .buttons-home {
    margin-bottom:5px;
}

.acceder-pin {
    color: #fff;
    display: block;
    float: right;
    margin-right: 35px !important;
    margin-top: 6px !important;
}

.teclado a {
    float:right;
    width: 66px;
    height: 52px;
    text-align: center;
    font-size: 35px !important;
    margin: 4px;
    padding-top: 10px;
    border: 2px solid #666;
}

.teclado a:active:hover {
    background-color: rgba(255,255,255,0.6);
}

a.tecla-0 {
    width: 145px;
    float: left;
}

a.tecla-reset {
    background-image: url('images/reset-teclado.svg');
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
}

#control-horario.login-pin .loader-admin {
    width:100%;
    top:0 !important;
}

#control-horario.login-pin .ball-pulse-admin {
    text-align: center;
}

.type-login {
    margin: 5px auto 0;
    width: 230px;
    text-align:center;
}

.type-login .line {
    display:inline-block;
    width:42px;
    border-bottom:1px solid #efefef;
    position: relative;
    top: -3px;
}

.type-login .name {
    display:inline-block;
    padding: 0 5px;
    color:#efefef;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

#form-login {
    margin-top:20px;
}

#form-login div,
#forgotPassword div {
    margin-left:auto;
    margin-right:auto;
    width:235px !important;
    margin-top: 10px;
}

#form-login input, #forgotPassword input {
    width: 222px !important;
}

#form-login div label,
#forgotPassword div label {
    display:block;
}

.error {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 15px;
}

#forgotPassword {
    display: none;
}

#forgotPassword h2 {
    color: whitesmoke;
}

.sf-reset a {
    color:#FFF;
    font-size: 11px;
}

.block {
    margin-top:15px !important;
}

.linksLogin {
    display: inline-block;
    float: left;
}

.linkReskyt {
    margin: 30px;
    display: block;
    text-align: center;
}

.errorForgot {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 15px;
}

.form-password .sf-button {
    margin-left: auto !important;
    margin-right: auto !important;
    letter-spacing: initial !important;
    margin-top: 20px !important;
    display: block !important;
}

.header {
    background-color:transparent;
    padding-bottom:0;
    height: auto !important;
}

body:not(.backoffice) {
    background-color:#000 !important;
}

/* NUEVO LOGIN - CONTROL HORARIO */
#control-horario .header-login img {
    max-width: 110px;
    max-height: 30px;
}

#control-horario #content {
    background-color: transparent;
    padding-top: 70px;
    margin-top: -200px;
}

#control-horario .sf-button .btn-bg {
    width: 192px;
    background-image:none;
}

#control-horario .header {
    position: fixed;
    left: 7px;
    bottom: 10px;
}

#control-horario .type-login .name {
    width:280px;
    font-size: 18px;
    margin-left: -30px;
    margin-bottom: 10px;
}

#control-horario .type-login .name:first-line {
    font-size: 54px;
    font-weight:bold;
}

#control-horario .line {
    display: none;
}

#control-horario input, #control-horario .btn-bg {
    border-radius: 13px;
}

#control-horario .type-login .name:before {
    content:"";
    position:absolute;
    width: 65px;
    height: 65px;
    margin-top: -65px;
    margin-left: 105px;
    background-image: url('../images/crono-new.svg');
    background-repeat: no-repeat;
    background-size: 65px;
}

#control-horario.ppc {
    background: #0c1d48 !important;
}

#control-horario.login-pin .type-login .name:first-line {
    font-size: 30px;
}

#control-horario.login-pin .type-login .name:before {
    margin-top: 0;
    margin-left: -70px;
}

#control-horario.login-pin .type-login .name {
    margin-left: 0;
    margin-bottom:0;
}

#control-horario.login-pin #content {
    padding-top: 0;
    margin-top: -220px;
}