body
{
    font-family: Verdana,sans-serif;
    font-size: 150%;
    background-color: #f3f3f8;
}

div.main
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    text-align: center;
    font: inherit;
}

input
{
    font: inherit;
}

.button
{
    background-color: white; 
    border: 0px solid black;
    box-shadow: 0 2px 2px 0 hsla(229,5%,52%,.2);
    color: black;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    margin-top: 3px;
    display: inline-block;
    font: inherit;
}
.button:hover
{
    color: white;
    background-color: #0051a0;
    cursor: pointer;
}
.logout
{
    margin-top: 3px;
    background:none!important;
    color:inherit;
    border:none; 
    padding:0!important;
    font: inherit;
    /*border is optional*/
    border-bottom:1px solid #444; 
    cursor: pointer;
}
