.toolbar-icon-directory-dashboard::before {
    background-image: url(https://medicinaprepagada.compensar.com/sites/default/files/favicon.ico);
}
.user-login-form, .user-register-form, .user-pass {
	width: 50%;
	margin-left: 25%;
}
.user-login-form .form-actions,
.user-register-form .form-actions,
.user-pass .form-actions {
  margin: 1rem 0;
  display: flex;
  justify-content: center;
}
.user-login-form .form-actions .btn,
.user-register-form .form-actions .btn,
.user-pass .form-actions .btn {
	width: 60%;
}
.alert {
	width: 40%;
    margin: 1rem 0 1rem 30%;
}
.container-navbar-main .block--compensar-navbar-main-menu .contextual-region{
	height: 7rem;
}
.container-navbar-main .block--compensar-navbar-main-menu .block--compensar-search-form-narrow{
	justify-content:start;
}