.carousel-control-next i, .carousel-control-prev i {
    font-size: 2rem !important;
}

.required::after {
    content: " *";
    color: red;
}

.registrtion-success-alert {
    z-index: 10;
    margin-top: 80px;
    width: 75%;
    position: fixed;
    left: 50%;
    margin-left: -37.5%;
}