@import url("base.css");

#login_form_password, #login_form_login {
    background: #fff url("../images/login-sprite.png") no-repeat;
    background-attachment: scroll;
    background-size: auto;
    background-origin: padding-box;
	-moz-background-clip: padding;
    background-clip: border-box;
    outline: 0;
    -moz-box-sizing: border-box;
    -moz-border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0px 1px 1px #ccc, 0px 1px 0px #fff;
    border-radius: 5px;
    font-size: 20px;
    color: #555;
    border: 1px solid #ccc;
    min-height: 20px;
    padding: 10px 15px 10px 45px;
    margin: 0 0 15px 0;
    width: 60%;
}
#login_form_login {background-position: 10px 11px !important;}
#login_form_password {background-position: 10px -51px !important;}

#login_form_submit {
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: none;
    color: #fff;
    background-color: #202084;
    box-shadow: 0px 1px 1px 0px rgba(13,13,13,0.3);
    font-family: Verdana,sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    margin-left: 15px;
}
fieldset {border: 0;}
fieldset.lower {margin-top: -20px;}
body {background-color: var(--bgColor); font-family: sans-serif; margin-left: 15px; margin-top: 15px;}
section {width:400px; height: 325px; background-color: var(--primaryColor); position: absolute; top:0; bottom: 0; left: 0; right: 0; margin: auto; text-align: center; color: white; border-radius: 5px; border: 1px solid #5D6D69}
#titlediv {font-family:Sirin Stencil; font-size: 2.5em; margin-left: auto; margin-right: auto; margin-top:10px; text-align: center;}
#message_container {margin: -10px 10px 5px 10px; } /*TRBL*/
.message_error {background-color: #e82424; border: 1px solid #c00; color: white; padding: 5px; font-size: .9em;}
.message_info {background-color: #59c059; border: 1px solid #0b0; color: white; padding: 5px; font-size: .9em;}