body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
}

.background-radial-gradient {
    background-color: hsl(0, 0%, 100%);
    background-image: radial-gradient(650px circle at 0% 0%,
            hsl(0, 0%, 100%) 15%,
            hsl(0, 0%, 100%) 35%,
            hsl(0, 0%, 94%) 75%,
            hsl(0, 0%, 90%) 80%,
            transparent 100%),
        radial-gradient(1250px circle at 100% 100%,
            hsl(0, 0%, 100%) 15%,
            hsl(0, 0%, 100%) 35%,
            hsl(0, 0%, 94%) 75%,
            hsl(0, 0%, 90%) 80%,
            transparent 100%);
}

#radius-shape-1 {
    height: 220px;
    width: 220px;
    top: -150px;
    left: -130px;
    background: radial-gradient(#2c4452, #47738b);
    overflow: hidden;
}

/* Responsive for mobile */
@media (max-width: 600px) {
    #radius-shape-1 {
        height: 220px;
        width: 220px;
        top: -40px;
        left: -130px;
    }
}

#radius-shape-2 {
    border-radius: 38% 62% 63% 37% / 70% 33% 67% 30%;
    bottom: -60px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(#616f41, #7b914d);
    overflow: hidden;
}

@media (max-width: 600px) {
    #radius-shape-2 {
    bottom: 180px;
    right: -100px;
    width: 300px;
    height: 300px;
    }
}

#radius-shape-2r {
    border-radius: 38% 62% 63% 37% / 70% 33% 67% 30%;
    bottom: -60px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(#616f41, #7b914d);
    overflow: hidden;
}

@media (max-width: 600px) {
    #radius-shape-2r {
    bottom: 290px;
    right: -100px;
    width: 300px;
    height: 300px;
    }
}

#radius-shape-3 {
    border-radius: 70% 80% 25% 75% / 35% 65% 35% 65%;
    left: -50px;
    bottom: -150px;
    width: 250px;
    height: 250px;
    background: radial-gradient(#784a25, #915a2d);
    overflow: hidden;
    z-index: 1;
    opacity: 0.3;
}

.bg-glass {
    background-color: hsla(0, 0%, 100%, 0.967) !important;
    backdrop-filter: saturate(200%) blur(25px);
}

.alert-infologin {
    background-color: rgba(0, 0, 0, 0.421);
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0.283);
}

.text-daftar {
    color: #47738b;
    text-decoration: none;
}
.shadow-text {
    opacity: 0.2;
}