body {
 background-color:#fff
}

.body-dark{
	background-color:#212529
}
.text-modo-dark{
	color: #c8c8c8 !important;
}
#auth {
 height:100vh;
 overflow-x:hidden
}
#auth #auth-right {
 background:url("../../images/logo/back_1.jpg");
 height:100%;
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
}
#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
 }
}