﻿#login_container {
    width: 90%;
    min-width: 180px;
    font-family: Lato;
    padding-top: 10px;
    padding-bottom: 10px;
}

#title {
    width: 100%;
    text-align: center;
}

    #title img {
        width: 150px;
    }

.titleImage {
    width: 150px;
    height: 57px;
    background: url('../images/enlighten.jpg') no-repeat left top;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

/*#form_content {
    margin-left: 30px;
}*/

.label {
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 2px;
    width: 100%;
    text-align: left;
    display: block;
    font-size: small;
}

.form-field {
    width: 100%;
    display: block;
    margin-top: 5px;
    margin-bottom: 2px;
}

.loginBtn {
    background-color: #344571;
    width: 50%;
    color: white;
    border: none;
    font-size: 16px;
}

.form-field input:not([type="submit"]) {
    width: 100%;
}

.error-message {
    color: #FF0000;
    font-size: small;
}

.label a, a:visited {
    color: blue;
    text-decoration: none;
}

.titlebar {
    background-color: gray;
    color: white;
    font-weight: bolder;
    font-size: small;
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.expiryButton {
    width: 80px;
}

.visibilityOn {
    visibility: visible;
}

.visibilityOff {
    visibility: hidden;
}

.select {
    width: 90%;
}

#definedProfiles {
    margin-left: 15px;
}
