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;
}

header
{
    background-color: transparent;
    width: 500px;
    height: 400px;
}

h1
{
    font-size: 40px;
    letter-spacing: 2px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: aliceblue;
}

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: 500px;
    height: 400px;
    margin: 100px;
    margin-left: 10px;
}

input
{
    border-width: 2px;
    font-size: 15px;
    letter-spacing: 2px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 5px;
    border: solid;
    border-color: rgb(91, 138, 180);  
    width: 250px;
    height: 30px;
}

table
{
    background-color: rgb(91, 138, 180);  
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    padding: 15px;
}

#DivSatu
{
    width: 300px;
    margin-left: auto;     
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;     
    text-align: center;
}

#DivDua
{
    width: 300px;
    padding: 20px;
    margin-left: auto;     
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;    
    text-align: center;
}

#DivTiga
{
    background-color: rgb(91, 138, 180); 
    width: 300px;
    padding: 15px;
    margin-left: auto;     
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;       
    text-align: center;
    border-radius: 8px;
}

#BtnLogin:hover
{
    background-color: rgb(91, 138, 180);  
}

#BtnLogin
{
    font-size: 15px;
    letter-spacing: 2px;
    width: 250px;
    height: 40px;
    border: 1px;
    border-style: solid;
    border-color: rgb(79, 150, 197);
    border-radius: 8px;
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
}

#BtnRegister:hover
{
    background-color: rgb(79, 150, 197);
}

#BtnRegister
{
    font-size: 15px;
    letter-spacing: 2px;
    border-radius: 8px;
    color: black;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    text-decoration: none;
    border: 1px;
    border-style: solid;
    border-color: rgb(79, 150, 197);
    background-color: transparent;
}

#ImgPemKab
{
    width: 250px;
    height: 280px;
}

#ImgPBaradula
{
    padding: 25px;
    width: 200px;
    height: 200px;
}

#Div_Logo
{
    display: flex;
}