@font-face {
    font-family: "Gotham";
    src: url("../../fonts/Gotham-Font/Gotham-Black.otf"); /* IE9 Compat Modes */
    src: url("../../fonts/Gotham-Font/Gotham-Bold.otf")
            format("embedded-opentype"),
        /* IE6-IE8 */ url("../../fonts/Gotham-Font/Gotham-BookItalic.otf")
            format("otf"),
        /* Modern Browsers */ url("../../fonts/Gotham-Font/GothamBook.ttf")
            format("truetype"),
        /* Safari, Android, iOS */ url("../../fonts/Gotham-Font/GothamBold.ttf")
            format("ttf"); /* Legacy iOS */
    src: url("../../fonts/Gotham-Font/GothamMedium.ttf");
    src: url("../../fonts/Gotham-Font/Gotham-Thin.otf");
}
.login-bg {
    background-image: url(../../images/bonitas_assets/main_img.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#login-page {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100vh;
}
#login-page .card-panel.border-radius-6.login-card {
    margin-left: 600px !important;
    border-radius: 20px;
}
.border-radius-6 {
    border-radius: 80px;
}

.btn-bonitas {
    background-color: #ba0c35;
    color: #fff;
    width: 180px;
    border-radius: 16px;
    float: right;
}
.btn-bonitas:hover {
    background-color: #343436;
    color: #fff;
    width: 180px;
    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;
}
