
BODY{
    background: #fff;
    color:#000;
}


.logo IMG
{
    width:300px;
}

.login-button button{
    width:100%;
    font-weight:bold;
    background-color:#18609A;
}

.login-button button:hover{
    background-color:#18709A;
}

div.links{
    margin-top:15px;
}

div.links a{
    color:#18609A;
    font-size:14px;
}

input#Email,
input#EmailAddress,
input#Password{
    box-shadow: none;
}