@import url(https://fonts.googleapis.com/css?family=Open+Sans);

.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 18px;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    *margin-left: .3em;
    background: #023375;
    font-weight: bold;
}

.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] { background-color: #0f0; }
.btn-large { padding: 9px 14px; font-size: 15px; line-height: normal;
}
.btn:hover { color: white; text-decoration: none; background-color: red; }
.btn-primary, .btn-primary:hover {
    -text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #ffffff;
}
.btn-primary {
    border: 1px solid black;
    -text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary[disabled] {
    filter: none;
    background-color: #db0404;
    border: 1px solid #db0404;
}
.btn-block { width: 100%; display:block; }

* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box; }

html { width: 100%; height:100%; overflow:hidden; }

body {
	width: 100%;
	height:100%;
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	color: #023375;
}
.login {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -150px;
	width:300px;
	height:200px;
}
.login h3 { color: #888; text-shadow: 0 0 10px rgba(0,0,0,0.3); letter-spacing:1px; text-align:center; }

input {
	width: 100%;
	margin-bottom: 10px;
	-background: rgba(0,0,0,0.05);
	border: none;
	outline: none;
	padding: 10px;
	font-size: 15px;
	color: #000;
	-text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	border: 1px solid rgba(0,0,0,0.3);
	box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
	-webkit-transition: box-shadow .5s ease;
	-moz-transition: box-shadow .5s ease;
	-o-transition: box-shadow .5s ease;
	-ms-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease;
}
-input:focus { box-shadow: inset 0 -5px 45px rgba(100,100,100,0.4), 0 1px 1px rgba(255,255,255,0.2); }

body div.header{
    font-weight: bold;
    font-size: 400%;
    position: absolute;
    top: 150px;
    width: 100%;
    text-align: center;
}
body div.header .text{
    display: inline-block;
    text-align: right;
    line-height: 90%;
}
body div.header .text > img{
    margin-right: -12px;
}

body div.footer{
    font-weight: bold;
    font-size: 200%;
    position: absolute;
    bottom: 150px;
    width: 100%;
    text-align: center;
}
body div.footer .text{
    display: inline-block;
    text-align: left;
}
