.divider:after,
.divider:before {
    flex: 1;
    height: 1px;
    background: #eee;
}

.h-custom {
    height: calc(100% - 73px);
}

.invalid {
    border: 1px solid red;
}

@media (max-width: 450px) {
    .h-custom {
        height: 100%;
    }
}

.bg-primary {
    background-color: #12416b !important;
}

.btn-primary {
    color: #fff;
    background-color: #12416b !important;
    border-color: #12416b !important;
}

#loginButton {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

#termsClicker {
    cursor: pointer;
    margin-right: 30px;
}

/* Terms modal styles */
.terms-content {
    padding: 20px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    max-width: 600px;
}

.terms-heading {
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.terms-heading-with-margin {
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}