body
{
    background: linear-gradient(110grad, rgb(202, 8, 8), rgb(255, 255, 255));
    display: flex;
    margin: 0;
    justify-content: center;
    align-items: center;
    padding: 0px;
    min-height: 100vh;
}

form
{
    font-size: 15px;
    letter-spacing: 2px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
    border-radius: 8px;  
    border-style: solid;
    border-color: rgb(157, 188, 220);  
    width: 600px;
    height: 550px;
    padding: 10px;
}

table
{  
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    padding: 10px;
}

input
{
    font-size: 15px;
    letter-spacing: 2px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 5px;
    border: solid;
    border-width: 2px;
    border-color: rgb(91, 138, 180);  
    width: 300px;
    height: 30px;
}

#BtnDaftarAkun:hover
{
    background-color: rgb(79, 150, 197);
}

#BtnDaftarAkun
{
    background-color: transparent;
    font-size: 15px;
    letter-spacing: 2px;
    border-radius: 8px;
    color: black;
    border: 1px;
    border-style: solid;
    border-color: rgb(79, 150, 197);
    width: 300px;
    height: 40px;
}

#BtnLogin:hover, #BtnListlUser:hover
{
    background-color: rgb(79, 150, 197);
}

#BtnLogin, #BtnListlUser
{
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 2px;
    border-radius: 8px;
    color: black;
    margin: auto;
    padding-left: 110px;
    padding-right: 110px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 100px;
    border: 1px;
    border-style: solid;
    border-color: rgb(79, 150, 197);
}

#DivSatu
{
    width: 300px;
    margin-left: auto;     
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;     
    text-align: center;
}

#DivDua
{
    margin-left: auto;     
    margin-right: auto;
    margin-top: 30px; 
    text-align: center;
}

#DivTiga
{
    margin-left: auto;     
    margin-right: auto;
    margin-top: 30px; 
    text-align: center;
}