body{background-color:#fff}#auth{height:100vh;overflow-x:hidden}#auth #auth-right{height:100%;background-color:#fff}#auth #auth-left{padding:5rem 8rem}#auth #auth-left .auth-title{font-size:3rem;margin-bottom:1rem;color: #e0a0b9}#auth #auth-left .auth-subtitle{font-size:1.7rem;line-height:2.5rem;color:#a8aebb}#auth #auth-left .auth-logo{margin-bottom:7rem}#auth #auth-left .auth-logo img{height: 6rem}@media screen and (max-width:767px){#auth #auth-left{padding:5rem}}
.btn-primary {
    color: #fff;
    background-color: #e0a0b9;
    border-color: #e0a0b9;
}

.form-check-input:checked {
    background-color: #e0a0b9;
    border-color: #e0a0b9;
}

.btn-primary:hover {
    background-color: #db4e8c;
    border-color: #db4e8c;
}