body {
    font-family: 'Poppins', sans-serif;
}

.navbar {
    background-color: #FFFFFF !important;
    box-shadow: 0px 100px 80px rgba(172, 172, 172, 0.07), 0px 41.7776px 33.4221px rgba(172, 172, 172, 0.0503198), 0px 22.3363px 17.869px rgba(172, 172, 172, 0.0417275), 0px 12.5216px 10.0172px rgba(172, 172, 172, 0.035), 0px 6.6501px 5.32008px rgba(172, 172, 172, 0.0282725), 0px 2.76726px 2.21381px rgba(172, 172, 172, 0.0196802);
}

.navbar-brand {
    font-weight: 600;
    font-size: 24px;
    color: #0066FF !important;
}

.btn-login {
    background: #0066FF;
    border-radius: 35px;
    border-color: #0066FF;
    width: 144.34px;
    height: 49.62px;
    color: #ffffff;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
}

.btn-login:hover {
    background: #0058DD;
    color: #ffffff;
}

.navbar-nav .btn-daftar {
    background: #FFFFFF;
    border: 1px solid #0066FF;
    box-sizing: border-box;
    border-radius: 35px;
    width: 179.52px;
    height: 49.62px;
    color: #0066FF;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
}

.btn-daftar {
    background: #FFFFFF;
    border: 1px solid #0066FF;
    box-sizing: border-box;
    border-radius: 35px;
    width: 179.52px;
    height: 49.62px;
    color: #0066FF;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
}

.btn-daftar:hover {
    background: #0066FF;
    color: #ffffff;
}

.banner-one {
    
    background-size: cover;
    position: center;
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 154px;
    padding-bottom: 154px;

}

.container-fluid {
    padding: 0px;
    margin: 0px;
}

.carousel {
    margin-left: -10px;
    padding: 0px;
}



.banner .btn-daftar {
    background: #0066FF;
    color: #ffffff;
    font-family: 'poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
}

.banner .btn-daftar:hover {
    background: #ffffff;
    border: 1px solid #0066FF;
    color: #0066FF;
    font-weight: 500;
}

.banner h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    color: #0066FF;
    line-height: 107.5%;
}

.banner p {
    line-height: 156%;
}

/*section pendaftaran*/

.pendaftaran {
    padding: 100px 0 30px 0;
}

.pendaftaran h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 72px;
    color: #0066FF;
}

.form-padding {
    padding-bottom: 100px;
}

.form input {
    height: 59px;
    background: #FFFFFF;
    border: 2px solid #0066FF;
    box-sizing: border-box;
    box-shadow: 0px 0px 25px -10px rgba(156, 156, 156, 0.54);
    border-radius: 10px;
}
.form select {
    height: 59px;
    background: #FFFFFF;
    border: 2px solid #0066FF;
    box-sizing: border-box;
    box-shadow: 0px 0px 25px -10px rgba(156, 156, 156, 0.54);
    border-radius: 10px;
}
.form textarea {
    height: 100px;
    background: #FFFFFF;
    border: 2px solid #0066FF;
    box-sizing: border-box;
    box-shadow: 0px 0px 25px -10px rgba(156, 156, 156, 0.54);
    border-radius: 10px;
}


.form label {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}

/*footer*/
footer {
    padding: 25px 0 25px 0 ;
    background: #F3F3F3;
}

.btn-daftar {
    background: #0066FF;
    color: #ffffff;
    font-family: 'poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
}

footer p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #2D2D2D;
}
