/*Common*/
html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
	background: #fafafa;
	text-decoration: none;
    color: #fff;
    font-size: 0.8em;
    display: block;
}
#page {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px; left:0px; right:0px; bottom:0px;

}
h3 {
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 1.6em;
    font-weight: 300;
    text-align: center;
    text-shadow: 1px 1px #333;
    padding: 0px;
    line-height: 20px;

}
#form_login {
    margin: 100px auto;
    padding: 0px;
    background: #454545;
    width: 400px;
    font-size: 1.5em;
    border: none;
    overflow: auto;
}
.user_input {
    margin: 0px auto;
    padding: 0px 40px 10px 20px;
    clear: both;
    font-size: 1em;
    position: relative;
    height: auto;

}
#msg_info {
    margin: 10px auto;
    width: 90%;
    border-bottom: 1px solid yellow;
    clear: both;
}
#btn_submit {
    clear: both;
    float: right;
    margin: 10px 30px 20px;
}
.btn_login {
    background: url(/app/login/css/buttons/btn_login.png) no-repeat 0 0px;
    background-size: 64px 64px;
    width: 64px;
    height: 64px;
    border: none;
    padding: 10px;
    margin-left: 10px;
    color: transparent;
}
#login, #password {
    margin: 0 auto;
    font-weight: bold;

    width: 100%;
    outline: none;
    -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
    background-color: #333333;
    color: #ffffff;
    border: none 0px #000;
    padding: 4px 10px;

    font-size: 1.1em;
    font-family: Segoe UI, Arial, sans-serif;
    font-weight: bold;
}

/* controls styling ---------------------------------------------------*/
label {
    border: none;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    padding: 5px 4px 4px 0px;
    text-align: right;
    text-shadow: 1px 1px #333;
    float: left;
    clear: both;
    color: #dedede;
}
.tooltip {
	background-color:#000;
	border:1px solid #fff;
	padding:10px 15px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}
#msg_info_login {
    padding: 20px;
    border-bottom: 1px solid #cc6600;
    height: 20px;
}


