.lcb-navigation a[data-ma-block="#l-register"]:hover {
	width: 150px;
}
.lcb-navigation a[data-ma-block="#l-forgot-password"]:hover {
	width: 168px;
}
.lcb-navigation a[data-ma-block="#l-login"]:hover {
	width: 100px;
}

.login-content {
    background-color: white;
    background-image: url(../../img/scv/login.png);
    background-position: center;
    background-size: contain;
}

.contenedorLogo {
    margin: -35px -55px 60px -25px;
    background-color: #0078c3;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 30px;
    text-align: left;
}

#l-forgot-password .contenedorLogo {
    margin-bottom: 30px;
}

.loading {
    display: none;
}

#l-login .lcb-form {
    height: 320px;
}

#l-forgot-password .lcb-form {
    height: 350px;
}

.fg-line {
    display: table-cell !important;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 100px white inset !important;
}