#login_form_center {
    text-align: center;
    padding-top: 40px;
}
#login_form {
    background-color: #83725B;
    border: 4px solid #000088;
    border-radius: 20px;
    padding: 20px;
    width: 600px;
    display: inline-block;
}
#login_form input[type=text], #login_form input[type=password] {
    width: 400px
}
#login_message {
    font-weight: bold;
    color: #000064;
    padding-bottom: 20px;
}
#login_message2 {
    font-weight: bold;
    color: #900000;
    padding-bottom: 20px;
}
#auth_method {
    font-weight: bolder;
    font-style: italic;
    font-size: 20px;
}
