@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700&display=swap');

* {
    font-family: 'Montserrat', Helvetica, sans-serif;
}

.title-bag {
    font-family: 'Roboto Slab';
    background: -webkit-linear-gradient(#eee, #FEB229);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 999;
    font-weight: 600;
}

.bag {
    color: white;
    font-size: 18px;
    z-index: 999;
}

.h2 {
    color: white;
    font-size: 32px;
    font-weight: 400 !important;
}

.h5 {
    color: white;
    font-size: 32px;
    font-weight: 500 !important;
    margin-top: 1rem;
    margin-bottom: 0;
    position: sticky;
    z-index: 10;
}

.logo-icon {
    max-width: 100px;
    margin-bottom: .5rem;
}

.gradient-custom-2 {
    display: block;
    width: 100%;
    font-weight: 600 !important;
    font-size: 16px;
    margin-top: 1rem;
    padding: .75rem;
    background-color: #F6BE1F;
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.gradient-custom-2:hover,
.gradient-custom-2:active {
    display: block;
    width: 100%;
    font-weight: 600 !important;
    font-size: 16px;
    margin-top: 1rem;
    padding: .75rem;
    background-color: #F6BE1F;
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.form-control {
    border: 2px solid white;
    background-color: white;
    color: black;
    padding: .75rem 2rem .75rem 3.5rem;
    border-radius: 15px;
}

.form-control:focus {
    border: 2px solid white;
    background-color: white;
    color: black;
    padding: .75rem 2rem .75rem 3.5rem;
    border-radius: 15px;
}

.font-icon {
    color: black;
    position: relative;
    top: 2.8rem;
    right: 3.5rem;
}

::placeholder {
    color: black !important;
    opacity: 1;
}

.form-label {
    font-weight: 500;
}

/* New CSS */


.wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.toggle-password {
    cursor: pointer;
}

.row-wrap {
    overflow: hidden;
    position: absolute;
    top: 12%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}

@media only screen and (max-width: 980px) {
    body {
        background-color: lightblue;
    }

    .gradient-form {
        height: 116vh !important;
        justify-content: center;
    }

    .row-wrap {
        justify-content: center;
        top: 4% !important;
    }

    .cd-custom {
        z-index: 5;
    }

    .bg-bottom-1 {
        width: 190% !important;
    }

    .bg-bottom-2 {
        width: 90% !important;
    }

    .bg-bottom-3 {
        width: 40% !important;
    }

    .bg-bottom-4 {
        width: 40% !important;
    }

    .bg-bottom-5 {
        width: 100% !important;
    }

    .bg-bottom-6 {
        bottom: -5% !important; 
        left: 0% !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 500px) {
    .bg-bottom-1 {
        width: 190% !important;
    }

    .bg-bottom-2 {
        width: 90% !important;
    }

    .bg-bottom-3 {
        width: 30% !important;
    }

    .bg-bottom-4 {
        width: 20% !important;
        left: 5% !important;
    }

    .bg-bottom-5 {
        width: 80% !important;
    }

    .bg-bottom-6 {
        bottom: 0% !important; 
        left: 0% !important;
        width: 100% !important;
    }
}

.btn-custom {
    background-color: white;
    border-radius: 15px;
}


.btn-custom-2 {
    background-color: #17A673;
    color: white !important;
    border-radius: 15px;
}

.btn-custom:hover {
    background-color: #F6BE1F;
    border-radius: 15px;
}


.btn-custom-2:hover {
    background-color: #17A673;
    color: white !important;
    border-radius: 15px;
}

.lupa-akun {
    color: white;
}

.gradient-form {
    width: 100%;
    height: 100vh;
    background-color: #1C7AC0 !important;
    position: relative;
    overflow: hidden;
}