body {
    margin: 0;
    padding: 0;
    font-family: 'Varela Round', sans-serif;
    color: #FFF;
    font-size: 0.8em;
    line-height: 1.5em;
    padding-top: 80px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background: #1071b2;
}

.main-header {
    height: 5rem;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 10;
}

.main-body {
    background: #1071b2;
    width: 100%;
}

.main-footer {
    background: black;
    color: white;
    text-align: center;
    font-size: 12px;
    height: 5rem;
    clear: both;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width: 100%;
}

.bordeLoginTopAEH {
    position: absolute !important;
    top: 5rem !important;
    width: 100% !important;
    border: 0.5px solid #FFF !important;
}

.bordeLoginBottomAEH {
    position: absolute !important;
    bottom: 1.7rem !important;
    width: 100% !important;
    border: 0.5px solid #FFF !important;
}

.new-login .title, .new-login h1, .new-login h2, .new-login h3, .new-login h4, .new-login h5, .new-login .button, .new-login button, .new-login input[type=button], .new-login input[type=submit], .new-login .button-info, .new-login .header-user-module, .new-login .main-footer, .new-login .main-sidebar, .new-login .secondary-sidebar, .new-login .post-list-category, .new-login .read-further, .new-login .announcements-body date, .new-login .pagination, .new-login .module-rrhh, .new-login .navigation-breadcrumb, .new-login .breadcrumb, .new-login .login-form {
    font-family: 'Varela Round', sans-serif;
}

/* Login process
-----------------------------------------------------------------------------*/
.main-container.login-form-container {
    justify-content: center;
    color: #FFF;
    background: #1071b2;
    height: 100%;
    display: flex;
    align-items: center;
    height: calc(100vh - 54px);
}

.login-form {
    padding: 2em;
    border-radius: 5px;
    color: #777777;
    background: #FFF;
}

.text-input-label, .meta-input-label {
    display: block;
    margin-bottom: .625rem;
}

.text-input-label {
    display: flex;
    padding: 1em 0 .25em;
    margin-left: .25em;
    margin-right: .25em;
    border-bottom: 1px solid #999;
    align-items: center;
}

.text-input-label input {
    border: 0;
    width: 100%;
    flex-grow: 5;
    background-color: rgb(231, 240, 254);
    height: 2rem;
}

.text-input-label-icon {
    width: 25px;
    height: 41px;
    padding: 0 20px 0 5px;
    text-align: center;
}

.login-form .button {
    width: 100%;
    font-size: 1.2rem;
}

.login-form .button:last-child {
    margin: 0.625em 0 0;
}

.checkbox-label * {
    vertical-align: middle;
}

.password-recovery-action {
    text-align: right;
}

.login-form .faux-checkbox {
    margin: 0 5px 0 5px;
}

.enabler-checkbox~.text-input-label-icon {
    width: 35px;
    height: 48px;
    padding: 0 10px 0 5px;
}

.login-form .enabler-checkbox~.text-input-label-icon, .login-form .enabler-checkbox~input {
    opacity: .5;
    pointer-events: none;
}

.login-form .enabler-checkbox:checked~.text-input-label-icon, .login-form .enabler-checkbox:checked~input {
    opacity: 1;
    pointer-events: all;
}

.login-form .email-icon img, .login-form .barcode-icon img {
    margin-top: 13px;
}

.login-form img[align=left] {
    margin: 0 1em .5em 0;
}

.request-support-action {
    margin: 1.25em 0 0;
    text-align: center;
}

/* Botones */
.new-login .button {
    display: inline-block;
    margin: auto;
    border: 1px solid;
    text-decoration: none;
    padding: 1em;
    color: #fff;
    font-style: normal;
}

.new-login .button.dark {
    background: #1071b2;
}

/* Custom checkbox */
.new-login .faux-checkbox {
    display: inline-block;
    height: 1.8em;
    width: 1.8em;
    min-width: 1.8em;
    line-height: 1.8em;
    text-align: center;
    background: #FFF;
    color: #FFF;
    border: 1px solid #9E9E9E;
    border-radius: 3px;
}

.new-login :checked+.faux-checkbox {
    background: #9E9E9E;
}

.new-login .faux-checkbox:after {
    content: "✔";
    font-size: 1.2em;
}

.new-login .login-form .faux-checkbox {
    margin: 0 5px 0 5px;
}

.new-login .enabler-checkbox~.text-input-label-icon {
    width: 35px;
    height: 48px;
    padding: 0 10px 0 5px;
}

.new-login .login-form .enabler-checkbox~.text-input-label-icon, .new-login .login-form .enabler-checkbox~input {
    opacity: .5;
    pointer-events: none;
}

.new-login .login-form .enabler-checkbox:checked~.text-input-label-icon, .new-login .login-form .enabler-checkbox:checked~input {
    opacity: 1;
    pointer-events: all;
}

/* Layout (media queries)
-----------------------------------------------------------------------------*/
@media (min-width: 600px) {

    /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
    .new-login .login-form {
        width: 400px;
    }
}

.new-login .login-form button {
    font-size: 12px;
}

.new-login {
    position: absolute;
    width: 99.97%;
    height: calc(100vh - 54px);
    top: 0;
}


.new-login .border-login {
    position: absolute;
    top: 79px;
    width: 100%;
    border: 1px solid white;
}

.new-login .login-form h2 {
    text-align: center;
    margin-bottom: 1.25rem;
    font-size: 1.2em;
    color: #1071b2;
    text-transform: uppercase;
}

.labelsVPN {
    color: #1071b2;
    text-align: center;
    font-size: 12px;
    margin-bottom: -1rem;
}

.labelsVPN u {
    color: #1071b2;
}