body{background-color:#fff}#auth{height:100vh;overflow-x:hidden}#auth
#auth-right{height:100%;background:url(../../images/bg/4853433.jpg),linear-gradient(90deg,#4fbe87,#4fbe87   )}
#auth #auth-left{padding:20rem 8rem}#auth #auth-left .auth-title{font-size:2rem;margin-bottom:1rem; color:#282828}
#auth #auth-left .auth-subtitle{font-size:1.7rem;line-height:2.5rem;color:#a8aebb}#auth #auth-left
.auth-logo{margin-bottom:3rem}#auth #auth-left .auth-logo img{height:4rem}@media screen and (max-width:767px){#auth #auth-left{padding:5rem}}

.custom-toast {
    font-size: 16px;
    font-weight: 600;
    font-family: Nunito;
    color: #fff;
    padding: 12px 34px 12px 20px !important;
}
.custom-toast .toast-close {
    opacity: 0.4;
    padding: 0 8px;
    right: 0;
    position: absolute;
}
.error-toast {
    background: #dc3545 !important;
}
.success-toast {
    background: #4fbe87 !important;
}
.info-toast {
    background: #63a4ff !important;
}
.warning-toast {
    background: #ffc107 !important;
}
.btn-check:focus+.btn-primary,.btn-primary:focus,.btn-primary:hover {
    color: #fff;
    background-color: #4fbe87;
    border-color: #4fbe87
}
