﻿#login-div {
    position: relative;
    width: 80%;
    height: auto;
    border: 1px solid #ccc;
    padding: 10px 10px;
}

#login-message {
    display: inline-block;
    width: 100%;
    height: auto;
    font-size: 20px;
    text-align: justify;
}

#username, #password, #buttons, #page-url, #page-header {
    display: inline-block;
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 0px;
}

#buttons {
    text-align: justify;
}

.form-label {
    display: inline-block;
    width: 30%;
    float: left;
    height: auto;
}

.form-field {
    display: inline-block;
    width: 70%;
    float: right;
    height: auto;
}

.validation-msg {
    display: inline-block;
    width: 70%;
    float: right;
    height: auto;
    font-size: 16px;
    color: orangered;
}

.field-validation-error {
    color: orange;
}

.submit-button, .clear-button {
    width: 40%;
    height: auto;
}

.submit-button {
    float: right;
}

.clear-button {
    float: right;
}
