/* LOGIN FORM */

.loginForm {
    display: none;
    position: absolute;
    top: 5.625em; /* 90px/16 = 5.625em */
    left: 50%;
    margin-left: 2.188em; /* 35px/16 = 2.188em */
    width: 17.063em; /* 273px/16 = 17.063em */
    background: #4e4e4e; /* Non-CSS3 browsers  */
    background-image: -moz-linear-gradient(top, #616161, #232323); /* Old Firefox (3.6 to 15) */
    background-image: -ms-linear-gradient(top, #616161, #232323); /* For pre-releases of IE 10 */
    background-image: -webkit-linear-gradient(top, #616161, #232323); /* Webkit browsers (Chrome and Safari) */
    background-image: -o-linear-gradient(top, #616161, #232323); /* OLD Opera (11.1 to 12.0) */
    background-image: linear-gradient(to bottom, #616161, #232323);
    border-radius: 1em; /* 16px/16 = 1em */
    -moz-border-radius: 1em; /* Old Firefox (3.6 to 15) */
    box-shadow: 0 0 0.125em 0.125em #888888; /* 2px/16 = 0.125em */
    text-align: center;
    padding-top: 1.563em; /* 25px/16 = 1.563em */
}

.errorLoginForm {
    display: none;
    width: 22.75em; /* 273px/12 = 22.75em */
    height: 1.75em; /* 21px/12 = 1.75em */
    background: #fa0000; /* Non-CSS3 browsers  */
    background-image: -moz-linear-gradient(top, #a10000, #fa0000); /* Old Firefox (3.6 to 15) */
    background-image: -ms-linear-gradient(top, #a10000, #fa0000); /* For pre-releases of IE 10 */
    background-image: -webkit-linear-gradient(top, #a10000, #fa0000); /* Webkit browsers (Chrome and Safari) */
    background-image: -o-linear-gradient(top, #a10000, #fa0000); /* OLD Opera (11.1 to 12.0) */
    background-image: linear-gradient(to bottom, #a10000, #fa0000);
    border-top-style: solid;
    border-top-width: 0.083em; /* 1px/12 = 0.083em */
    border-top-color: #414141;
    border-bottom-style: solid;
    border-bottom-width: 0.083em; /* 1px/12 = 0.083em */
    border-bottom-color: #9f9f9f;
    margin-bottom: 1.25em; /* 15px/12 = 1.25em */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.75em; /* 12px/16 = 0.75em */
    font-weight: bold;
    color: #ffcece;
    text-transform: uppercase;
    text-align: left;
}

.errorLoginForm span {
    display: block;
    padding-left: 2.167em; /* 26px/12 = 2.167em */
    padding-top: 0.167em; /* 2px/12 = 0.167em */
}

.headerLoginForm {
    display: block;
    position: absolute;
    top: -0.938em; /* -15px/16 = -0.938em */
    right: 1.563em; /* 25px/16 = 1.563em */
    width: 1.375em; /* 22px/16 = 1.375em */
    height: 1em; /* 16px/16 = 1em */
    background-image: url('../img/web/common/formLoginArrow.png');
}

.loginForm .formLogin div, .loginForm .formRememberPwd div {
    position: relative;
}

.formLogin div label.labelField, .formRememberPwd div label.labelField {
    position: absolute;
    top: 0.571em; /* 8px/14 = 0.571em */
    left: 1.786em; /* 25px/14 = 1.786em */
    font-family: futura_md_btmedium, Arial, Helvetica, sans-serif;
    color: #8b8b8b;
    font-size: 0.875em; /* 14px/16 = 0.875em */
    text-transform: uppercase;
}

.loginForm input[type="text"], .loginForm input[type="password"] {
    font-family: futura_md_btmedium, Arial, Helvetica, sans-serif;
    color: #8b8b8b;
    font-size: 0.875em; /* 14px/16 = 0.875em */
    /* text-transform: uppercase; */
    width: 16.429em; /* 230px/14 = 16.429em */
    border: 0;
    background: #2a2a2a;
    padding-top: 0.714em; /* 10px/14 = 0.714em */
    padding-bottom: 0.714em; /* 10px/14 = 0.714em */
    padding-left: 0.357em; /* 5px/14 = 0.357em */
    margin-bottom: 1.286em; /* 18px/14 = 1.286em */
    margin-left: 0.714em; /* 10px/14 = 0.714em */
    margin-right: 0.714em; /* 10px/14 = 0.714em */
}

.loginForm .formLogin div.alignLeft {
    display: inline-block;
    position: relative;
    left: -2.188em; /* -35px/16 = 2.188em */
    top: -10px;
}

.loginForm input[type="checkbox"] {
    display: none;
}

.loginForm input[type="checkbox"] + label {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #8b8b8b;
    font-size: 0.75em; /* 12px/16 = 0.75em */
    text-transform: uppercase;
}

.loginForm input[type="checkbox"] + label span {
    display: inline-block;
    width: 1.583em; /* 19px/12 = 1.583em */
    height: 1.583em; /* 19px/12 = 1.583em */
    margin: -0.083em 0.333em 0 0; /* -1px/12 = -0.083em  4px/12 = 0.333em */
    vertical-align: middle;
    background: url('../img/web/common/check_radio_sheet.png') left top no-repeat;
    cursor: pointer;
}

.loginForm input[type="checkbox"]:checked + label span {
    background: url('../img/web/common/check_radio_sheet.png') -1.583em top no-repeat; /* -19px/12 = -1.583em */
}

.loginForm .rememberPwd {
    margin-bottom: 0.75em; /* 12px/16 = 0.75em */
}

.loginForm .rememberPwd a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #8b8b8b;
    font-size: 0.75em; /* 12px/16 = 0.75em */
    text-decoration: none;
    outline: none;
}

.loginForm .formRememberPwd, .loginForm .rememberSended {
    display: none;
    width: 17.063em; /* 273px/16 = 17.063em */
    background: #727272; /* Non-CSS3 browsers  */
    background-image: -moz-linear-gradient(top, #727272, #4b4b4b); /* Old Firefox (3.6 to 15) */
    background-image: -ms-linear-gradient(top, #727272, #4b4b4b); /* For pre-releases of IE 10 */
    background-image: -webkit-linear-gradient(top, #727272, #4b4b4b); /* Webkit browsers (Chrome and Safari) */
    background-image: -o-linear-gradient(top, #727272, #4b4b4b); /* OLD Opera (11.1 to 12.0) */
    background-image: linear-gradient(to bottom, #727272, #4b4b4b);
}

.loginFormClose {
    float: right;
    margin-right: 10px; /* 10px/16 = 0.625em */
    margin-top: 0.188em; /* 3px/16 = 0.188em */
}

.loginFormClose2 {
    float: right;
}

.loginFormClose img, .loginFormClose2 img {
    cursor: pointer;
    outline: none;
}

.loginForm .rememberSended {
    width: 15.813em; /* 253px/16 = 15.813em */
    padding-left: 0.625em; /* 10px/16 = 0.625em */
    padding-right: 0.625em; /* 10px/16 = 0.625em */
}

.loginForm .formRememberPwd  p, .loginForm .rememberSended p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #cccccc;
    font-size: 0.75em; /* 12px/16 = 0.75em */
    padding-top: 0.75em; /* 9px/12 = 0.75em */
}

.loginForm .rememberSended p {
    text-align: justify;
    padding-bottom: 0.75em; /* 9px/12 = 0.75em */
}

.loginForm .fbenterButton {
    margin-top: 0.438em; /* 7px/16 = 0.438em */
    margin-bottom: 0.25em; /* 4px/16 = 0.25em */
}

@media only screen and (min-width: 1366px) {
    /* Resolución PC with >= 1366px */
    .loginForm {
        top: 7.5em; /* 120px/16 = 7.5em */
    }
}

@media all and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* iPad portrait */
    .loginForm {
        margin-left: 8.438em; /* 135px/16 = 8.438em */
    }
}

@media all and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* iPad landscape */
    .loginForm {
        margin-left: 8.438em; /* 135px/16 = 8.438em */
    }
}

@media all and (min-device-width: 1536px) and (max-device-width: 2048px) and (-webkit-min-device-pixel-ratio: 2) {
    /* iPad 3 */
    .loginForm {
        margin-left: 8.438em; /* 135px/16 = 8.438em */
    }
}
