body {
    background: linear-gradient(#75d8ff 40%, transparent 80%) no-repeat;
}

.container-main {
    width: 800px;
}

.hero-main {
    padding: 20px 200px 20px 200px;
}

#regForm {
    background-color: #ffffff;
    height: max-content;
    margin: auto;
    padding-left: 50px;
    padding-top: 20px;
    padding-right: 50px;
    padding-bottom: 100px;
    font-family: Raleway;
    border-radius: 20px;
    border: 1px solid;
    border-color: transparent;
    box-shadow: 2px 5px #d4d4d4;
}
.partner {
    padding: 2%;
    display: flex;
    justify-content: center;
    width: auto;
    margin-top: 20px;
}

.img-partner {
    width: 150px;
    height: auto;
    margin: 20%;
    border-radius: 20px;
}

input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

.btn {
    width: 150px;
    height: 50px;
}

.custom-image {
    max-width: none !important;
    width: 110px;
    height: 110px !important;
    object-fit: cover;
    border-radius: 10%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.ubahpassword {
    max-width: 600px;
}

.responsive-icn {
    width: 150px;
}

.image-container {
    position: relative;
    display: inline-block;
    margin: 10px;
}
.image-container input[type="radio"] {
    width: auto !important;
    position: absolute;
    top: 2%;
    left: 15%;
    margin: 0;
}
.image-container img {
    display: block;
}

@media only screen and (max-width: 768px) {
    .container-main {
        width: 600px;
    }
    .field-form {
        display: block !important;
    }

    .btn {
        width: 120px;
    }

    .col-form-label {
        /* width: max-content; */
        display: block !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
}

@media (max-width: 768px) {
    .responsive-icn {
        width: 20%;
    }
    .image-container input[type="radio"] {
        width: auto !important;
        position: absolute;
        top: 3%;
        left: 5%;
        margin: 0;
    }
}

@media (max-width: 576px) {
    #regForm {
        padding-left: 10px;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
    .container-main {
        width: 360px;
    }
    .responsive-icn {
        width: 30%;
    }
    .img-partner {
        width: 90px;
    }
    .image-container input[type="radio"] {
        width: auto !important;
        position: absolute;
        top: 3%;
        left: 12%;
        margin: 0;
    }
    .steps {
        flex-direction: column;
    }

    .step {
        width: 25px !important;
        height: 25px !important;
        line-height: 20px;
    }

    .step::before {
        transform: translateX(-144%) !important;
    }

    .step:first-child::before {
        display: none;
    }
}
.slick-dot {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.steps {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.step {
    width: 30px;
    height: 30px;
    border: 2px solid #ddd;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    color: #bbb;
    position: relative;
    opacity: 0.9;
}

.step.active {
    border-color: #0d6efd;
    background-color: #0d6efd;
    color: white;
}

.step::before {
    content: "";
    position: absolute;
    width: 26px; /* Adjusted to fit between steps */
    height: 2px;
    background-color: #ddd;
    top: 50%;
    left: 50%;
    transform: translateX(-150%);
    z-index: -1;
}

.step.active::before {
    background-color: #0d6efd;
}

.step:first-child::before {
    display: none;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #0d6efd;
    color: white;
    border-color: white;
    box-shadow: #aaaaaa;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 100s linear infinite;
    bottom: -150px;
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

.circles li:nth-child(11) {
    left: 5%;
    width: 90px;
    height: 90px;
    animation-delay: 1s;
    animation-duration: 14s;
}

.circles li:nth-child(12) {
    left: 30%;
    width: 40px;
    height: 40px;
    animation-delay: 2s;
    animation-duration: 20s;
}

.circles li:nth-child(13) {
    left: 60%;
    width: 10px;
    height: 10px;
    animation-delay: 5s;
    animation-duration: 18s;
}

.circles li:nth-child(14) {
    left: 45%;
    width: 50px;
    height: 50px;
    animation-delay: 0s;
    animation-duration: 25s;
}

.circles li:nth-child(15) {
    left: 55%;
    width: 30px;
    height: 30px;
    animation-delay: 4s;
    animation-duration: 10s;
}

.circles li:nth-child(16) {
    left: 15%;
    width: 70px;
    height: 70px;
    animation-delay: 6s;
    animation-duration: 22s;
}

.circles li:nth-child(17) {
    left: 80%;
    width: 120px;
    height: 120px;
    animation-delay: 3s;
    animation-duration: 16s;
}

.circles li:nth-child(18) {
    left: 90%;
    width: 25px;
    height: 25px;
    animation-delay: 12s;
    animation-duration: 40s;
}

.circles li:nth-child(19) {
    left: 40%;
    width: 15px;
    height: 15px;
    animation-delay: 8s;
    animation-duration: 30s;
}

.circles li:nth-child(20) {
    left: 50%;
    width: 140px;
    height: 140px;
    animation-delay: 0s;
    animation-duration: 12s;
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}
