
body ,html {
    font-family:  sans-serif;
    font-size: 12px;
    background-color: white;
    height: 100%;
    font-weight: 700;
    justify-content: center ;
}

.container {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    
}

.btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.login-form {
    height: 540px;
    width: 400px;
    padding: 50 35px;
    background-color: white;
    border: none;
    border: 1px solid #cecece ;
    padding : 20px;
    border-radius: 12px;
}

.btn-daftar {
    height: 35px;
    border-radius: 5px;
    font-weight: 700;
}

.link {
    color:#fe2c55;
    text-decoration: none;
}

.link:hover {
    color: #fe2c55;
    text-decoration:underline;
}


.btn-gmail {
    height: 35px;
    border: 2px solid #cecece ;
    font-weight: 700;
    border-radius: 5px;
    width: 100%  ;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; 
}


.btn-gmail i {
    margin-right: 10px;
}


.garis{
    border-top: 1px solid #ccc; /* Warna dan ukuran garis bisa disesuaikan */
    padding-top: 10px;
}





