.forgot-bg {
    background-image: url(../../images/bonitas_assets/main_img.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#forgot-password {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100vh;
}
#forgot-password .card-panel.border-radius-6.forgot-card {
    margin-left: 600px !important;
}

.border-radius-6 {
    border-radius: 80px;
}

.btn-bonitas {
    background-color: #ba0c35;
    color: #fff;
    border-radius: 16px;
    float: right;
}
.btn-bonitas:hover {
    background-color: #343436;
    color: #fff;
    border-radius: 16px;
    float: right;
}

.horizontal_line {
    color: #343436;
    margin-top: 20px;
}

.title {
    text-align: center;
    font-weight: bold;
}

.login-page {
    border-radius: 20px;
}

.text-links {
    color: #ba0c35;
}
