body{background-color:#fff}
#auth{height:100vh;overflow-x:hidden}
/*url(../../images/bg/4853433.jpg)*/
#auth #auth-right{background:linear-gradient(90deg,#2d499d,#3f5491);}
#auth #auth-left{padding:5rem 8rem}
#auth #auth-left .auth-title{font-size:4rem;margin-bottom:1rem}
#auth #auth-left .auth-subtitle{color:#a8aebb;font-size:1.7rem;line-height:2.5rem}
#auth #auth-left .auth-logo{margin-bottom:7rem}
#auth #auth-left .auth-logo img{height:2rem}
@media screen and (max-width:767px){#auth #auth-left{padding:5rem}}
@media screen and (max-width:576px){#auth #auth-left{padding:5rem 3rem}}
label.error {
    color: red;
    font-size: 1rem;
    display: block;
    margin-top: 5px;
}

input.error, textarea.error {
    border: 1px dashed red;
    font-weight: 300;
    color: red;
}
.title{
	font-size:5em;
	font-weight:900;
	color: #435ebe;
}
.sign_button{
	font-size: 16px;
	height:24px;
	width:24px
}