*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    /*somehow this can make the icon search align?*/
    /*baru bisa nempel pinggir kalau ada ini brarti margin padding?*/
}

body {
    background-color: #f7f7f7;
}

.loginscreen {
    position: relative;
    background: rgb(255, 255, 255);
    width: 428px;
    height: 926px; /*baru muncul klo udah ada width height?*/
    margin-left: auto;
    margin-right: auto;
    position: relative; /*posisi relatif baru ke tengah klo udh ada margin?*/
    overflow: hidden; /*ngeklip*/
}

.bulatgradasi {
    background: linear-gradient(#2c8748, #c1ff72);
    height: 248px;
    width: 540px;
    border-radius: 124px;
    margin-top: -10%; /*ketengahkan*/
    margin-left: -13%;
}

.boxlogin {
    background: #ffffff;
    width: 368px;
    height: 512px;
    border-radius: 10px;
    margin-top: -9%;
    margin-left: 8%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(88, 88, 88, 0.19);
}

.logodark {
    margin-top: 10%;
    margin-left: 15%;
    width: 250px;
}

.input-icons i {
    position: absolute;
}

.input-icons {
    width: 100%;
    margin-bottom: 10px;

}

.input-field::placeholder {
    color: #999999;
}

.icon {
    padding: 13px;
    color: #999999;
    min-width: 50px;
    display: flex;
}

.input-field {
    width: 100%;
    padding: 10px;
    padding-left: 40px; /*biar bisa di samping ikon*/
    background-color: #F6FAF9;
    border-style: none;
    outline: none; /*outline pas diklik jd ilang?*/
    width: 327px;
    height: 44px;
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.input-field:focus {
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

.ikonkon {
    margin-top: 10%;
}

.terms {
    margin-top: 10%;
    margin-left: 7%;
}

.terms label {
    font-size: 14px;
    margin-left: 10%;
    display: flex; /*biar disamping checkbox?*/
}

.tombol {
    margin-top: 10%;
    margin-left: 40%;
}

.loakun {
    margin-top: 10%;
    margin-left: 23%;
}

.loakun a {
    color: #2c8748;
    text-decoration: none;
}

.tombol .btn1 {
    margin-bottom: 10%;
    margin-left: -67%;
    text-align: center;
    color: #ffffff;
    background-color: #2c8748;
    width: 328px;
    height: 39px;
    border-radius: 10px;
    border-style: none;
}

.btn1:hover {
    outline: 0px solid transparent;
    border: 2px solid  #2c8748;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.btn1:active {
    background-color: #2c8748;
}
