.registerHospitalBtn {
    /* was: <div class="registerHospitalBtn mt-5 mb-4 mb-md-0"> */
    margin-top: 3rem; /* approx mt-5 */
    margin-bottom: 1.5rem; /* mb-4 */
}

.login-error-message p {
    font-size: 12px;
    margin-left: 15%;
    color: #FF1C19;
}

.hidden {
    display: none;
}
