.main-background-main {
    /*background: url('images/main-background.png') #1A2744 no-repeat center;
    height: 100%;
    width: 100%;*/
    background: linear-gradient(to bottom, #1a4477, white 150%);
}

.login-form-footer {
    height: 10px;
}

.login-background-frmlogo {
    background: url('../../../images/logo/nube-pe-2019-header.png') no-repeat center center;
    margin-top: 15px;
    height: 60px;
}

.main-background-footer{
    background: url('images/footer.png') no-repeat center center;
    position: absolute; 
    bottom: 30px;
    height: 50px;
    width: 100%;
}

.main-content-form {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    z-index: 1;
    background-color: #1A4477;
}

.login-form-button {
    background-color: #eaf2ff;
    color: #1A4477;
    padding: 5px 10px;
    border: 0;
}

.login-form-button .l-btn-text{
    font-size: 16px;
}

.login-form-button:hover {
    background-color: #0f63b0;
    color: white;
    padding: 5px 10px;
    border: 0;
}

.login-captcha {
    vertical-align: middle;
    text-align: center;
    display: block;
    padding-left: 9px;
}

.login-recuperar-button {
    position: relative;
    display: inline-block;
    float: left;
    height: 30px;
    padding-top: 7px;
    padding-left: 6px;
}

.login-recuperar-button a {
    color: #ffffff;
    font-size: 11px;
    font-style: normal;
    text-decoration: none;
}

.login-recuperar-button span {
    position: relative;
    width: auto;
    height: auto;
    padding: 0 0 2px;
    cursor: hand;
    cursor: pointer;
}

.login-recuperar-button span::after {
    position: absolute;
    top: 110%;
    left: -2%;
    width: 104%;
    height: 1px;
    background: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
}

@-moz-document url-prefix() {
    .login-recuperar-button span::after {
        width: 102%;
    }
}
.login-recuperar-button span:hover::after,
.login-recuperar-button span:focus::after {
    height: 2px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

/* RECUPERAR */
.recuperar-title {
    width: inherit; 
    height: 25px;
}

.recuperar-title label {
    color: #FFFFFF;
}

@media only screen and (max-width: 350px) {
    .login-captcha {
        padding-left: 6px;
    }
}

@media only screen and (max-width: 345px) {
    .login-captcha {
        padding-left: 2px;
    }
}

@media only screen and (max-width: 330px) {
    .login-captcha {
        padding-left: 0px;
    }
}

/* RESTABLECER CONTRASENIA */
.panel-recuperar {
    background: transparent;
}

.panel-recuperar .recuperar-menssage {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.recuperar-menssage span {
    display: table-cell;
    font-size: 22px;
    font-weight: 300;
    height: 156px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}
