
/* Account BG Form Section */
.form-section {
    height: 100%;
    background: #0E6CA4;
    color: #fff;
}

.start-link {
    color: #053D70;
    border-color: #053D70;
    background-color: #EBF9FD;
}

.start-link:hover {
    color: #fff;
    background-color: #01A2FD;
    border-color: #01A2FD;
}

.form-label {
    padding-top: 1rem;
    font-size: 14px;
    color: #98A4B5;
}

.form-control {
    margin-bottom: 1rem!important;
}

.mt-130{
    margin-top: 130px!important;
}


.carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.carousel-content {
    width: 80%;
    position: relative;
    top: 350px;
    background-color: rgba(255, 255, 255, 0.4);
}
.carousel-text {
    font-size: 26px;
    text-align: center;
    /* margin-bottom: 20px; */
    color: #9da0a4;
}
.carousel-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.carousel-nav button {
    width: 50px;
    height: 5px;
    border: none;
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.3s;
}
.carousel-nav button.active {
    background-color: #9da0a4;
}
