.bx-form-title {
    font-family: 'Druk Wide Cyr';
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: .75rem;
    margin-top: 4rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.bx-system-auth-form {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
}
.bx-form-register {
    font-size: .75rem;
    margin-bottom: 2rem;
    text-align: center;
}
.bx-form-forgot {
    font-size: .75rem;
    margin-bottom: 1.5rem;
}
.bx-form-register a,
.bx-form-forgot a {
    color: rgba(255, 255, 255, .5);
    text-decoration: underline;
}
.bx-form-register a:hover,
.bx-form-forgot a:hover {
    color: #E72978;
}
.bx-form-button .btn {
    border: none;
    margin-bottom: 1.5rem;
    padding: 1rem;
    width: 100%;
}

@media (min-width: 1104px) {
    .bx-form-title {
        font-size: 2.5rem;
    }
}