body {
    background-color: #1c5c8b;
}
#loginPage__container {
    margin-top:200px;
    width:400px;
    margin-left:auto;
    margin-right:auto;
}
#loginPage__logo img {
    width:160px;
}
#loginPage__message {
    width:300px;
    background-color:darkred;
    color:white;
    padding:8px;
    border-radius: 4px;
    margin-top:6px;
    margin-bottom:10px;
}
#loginPage__submitButton {
    width:34px;
    height:46px;
    border:0;
    background-image: url(/static/images/login-arrow.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: transparent;
    background-position: top left;
    margin-left:6px;
    cursor:pointer;
}
#loginPage__emailField {
    font-size: 1.1em;
    padding:8px;
    border: 0;
    width:300px;
    border-radius: 0;
    margin-bottom:6px;
}
#loginPage__passwordField {
    font-size: 1.1em;
    padding:8px;
    border: 0;
    width:300px;
    border-radius: 0;
}
