.custom-bg {
    background-color: #ffffff !important;
}

.custom-form {
    border: 1px solid hsl(240 5.9% 90%) !important;
    padding: 30px;
    border-radius: 10px;
}

@media (max-width: 500px) {
    .custom-form {
        border: none !important;
    }
}

.login-form-input {
    font-size: .875rem !important;
    line-height: 1.25rem !important;
    padding-left: .75rem !important;
    padding-right: .75rem !important;
    background-color: transparent !important;
    border: 1px solid hsl(240 5.9% 90%) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05) !important;
    border-radius: 6px !important;
}

.custom-primary-btn {
    font-size: 15px !important;
    line-height: 1.25rem !important;
    font-weight: 600 !important;
    padding: .5rem 1rem !important;
    height: 2.25rem !important;

}

.custom-outline-secondary-btn {
    font-size: 15px !important;
    line-height: 1.25rem !important;
    font-weight: 600 !important;
    padding: .5rem 1rem !important;
    height: 2.25rem !important;
    border: 1px solid hsl(240 5.9% 90%) !important;

}

.custom-outline-secondary-btn:hover {
    background-color: hsl(240 4.8% 95.9%) !important;
    color: #0a0c0d !important;
}

.hr-text {
    position: relative;
    border: none;
    height: 1px;
    background: #999;
    margin: 40px 0;

    border-top: 1px solid hsl(240 5.9% 90%) !important;
}

.hr-text::before {
    content: attr(data-content);
    display: inline-block;
    background: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.85rem;
    color: #999;
    border-radius: 30rem;
    padding: 0.2rem 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-form-responsive-width {
    max-width: 450px !important;
    width: 100% !important;
    margin: 0 auto !important;
}
