.navbar-custom {
    background: #1522A3;
    color: white;
}

.navbar-custom .nav-link {
    /* text-transform: uppercase; */
    color: white;
    /* font-weight: bold; */
}

.navbar-custom .nav-link:hover {
    color: white;
}

.navbar-brand {
    color: white;
    font-weight: bold;
}

.navbar-brand:hover {
    color: white;
}

.navbar-brand img {
    height: 30px;
    /* Adjust height to fit your design */
}

.required-mark {
    color: red;
    margin-left: 4px;
}

.error,
.error-message {
    color: red;
    font-size: 0.8em;
    /* margin-top: 5px; */
}

@media screen and (max-width: 480px) {
    #registration_form {
        padding: 20px;
    }
}

@media screen and (min-width: 480px) {
    #registration_form {
        padding: 100px;
    }
}