/*
    ###  Defaults ###
*/

@font-face {
    font-family: 'Ubuntu';
    font-weight: normal;
    src: local('Ubuntu'), url('../fonts/ubuntu-font-family-0.83/Ubuntu-L.ttf') format('truetype');
}

body {
    font-family: "Ubuntu", monospace;
    height: 100%;
    background-color: rgb(234, 234, 234);
}

#wrapper {
    min-width: 500px;
    height: 100%;
}

.form-container {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -150px;
    border-radius: 4px;
}

.form-container h3{
    font-weight: bold;
    margin-bottom: 40px;
}

.control-label {
    font-size: 1.1em;
    color: #888888;
}

.asteriskField {
    visibility: hidden;
}

.login-head {
    background: #2b333d;
    min-width: 100%;
    height: 250px;
}

.login-head a{
    margin-right: 10px;
}

.alert ul {
    list-style: none;
    padding: 0;
}

.textinput {
    border: none;
    border-bottom: 1px solid #DEDCDC;
    box-shadow: none;
    border-radius: 0;
}

.login-form-head span {
    vertical-align:middle;
    float:right;
    line-height: 100px;
    font-size: 1.3em;
    font-weight: bold;
}
.login-form-head span:hover {
    text-decoration: none;
}

.login-form-head {
    line-height: 100px;
    vertical-align: middle;
    padding: 0 10px;
}

.login-form-head i {
    margin-left: 15px;
}

.login-form-content {
    background-color: white;
    padding: 20px 50px;
    box-shadow:  0 1px 1px rgba(97, 127, 152, 0.2), 1px 0 0 rgba(97, 127, 152, 0.1), -1px 0 0 rgba(97, 127, 152, 0.1);
    border-radius: 4px;
}

.login-copyright p{
    margin-top: 5px;
}

.login-button {
    position: absolute;
    left: -300px;
}

.text-link {
    cursor: pointer;
    color: #8A8B8C;
    height: 14px;
    margin-top: 9px;
}

.text-link:hover {
    color: #ffffff;
}
