html, body{
	background-color: rgb(245, 248, 250)!important;
}


.newLogin.errorAcceso.container h5, 
.newLogin.errorAcceso.container h3, 
.newLogin.errorAcceso.container h2, 
.newLogin.errorAcceso.container h1 {
    font-family: var(--openhr-tertiary-font-family), cursive !important;
    color: #091e35 !important;
}


.newLogin.errorAcceso .sideline {
	display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #091e35;
}

.newLogin.errorAcceso .sideline:before,
.newLogin.errorAcceso .sideline:after {
	content: '';
    border-top: 2px solid #ffab60;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.newLogin.errorAcceso .sideline:after {
	margin: 0 0 0 20px;
}

.newLogin.errorAcceso hr {
    color: inherit;
    background-color: #ffab60;
    border: 1px solid #ffab60;
    opacity: 1;
}

.newLogin.errorAcceso .text-primary {
	color: #ffab60!important;
}

.newLogin.errorAcceso .btn-primary {
    color: #fff;
    background-color: #ffab60;
    border-color: #ffab60;
}

.newLogin.errorAcceso .btn-primary:hover {
    color: #fff;
    background-color: #d4470f;
    border-color: #d4470f;
}

.newLogin.errorAcceso a {
   text-decoration: none!important;
}

.newLogin.errorAcceso a:hover {
   text-decoration: underline!important;
}