/*- LOGIN PAGE */

body {
    margin: 0;
    min-height: 536px;
    font: 12px 'Helvetica Neue Light', 'HelveticaNeue-Light', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
}

body h1 {
    text-align: center;
    padding: 50px 0;
    margin: 0;
    line-height: 100px;
}

body div.login_container {
    width: 350px;
    background: none;
    -webkit-box-shadow: none;
    padding: 0;
    margin: 0px auto 0px auto;
    border: none;
    padding-top: 180px;
}
body div.login_background {
    width:950px;
    height:600px;
    background-position: 50% 0%; 
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}

body input[type=text], body input[type=password], body label.overcontent {
    width: 100%;
    font: 1.5em 'Helvetica Neue Light', 'HelveticaNeue-Light', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
    padding: 3px 5px;
    margin: 0 auto 15px;
    /* width: 280px; /* 100% will break the vertical lines */
    color: #333;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 20px #ddd;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 0 20px #ddd;
}

body input[type=submit] {
    float: right;
    width: 100px;
    margin-right: -12px;
}

p {
    margin-bottom: 20px;
}

input[type=button], input[type=submit], button {
    padding: 2px 4px 2px 4px;
    cursor: pointer;
    -webkit-border-radius: 9px;		/* Webkit only supports up to 9px at present */
    -moz-border-radius: 9px;
    font-size: 10px;
    background: transparent ;
    border: 1px solid #b3b3b3;
}

input[type=button]:hover, input[type=submit]:hover, button:hover {
    border: 1px solid #555;
    background-position: 0 -30px;
    background-color: #f0f0f0;
}

body #password_utils {
    margin-top: 3px;
    text-align: left;
    font-size: 0.8em;
    float:left;
}

.styledformelement {
    border: 1px solid #bbb;
}

label.abovecontent {
    font-size: 14px;
    line-height: 14px;
    background: #d4d4d4;
    padding: 1px 10px 2px;
    color: #444;
    font-weight: normal;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    position: absolute;
    margin-top: -17px;
    margin-left: 5px;
    z-index: 2;
}
