@charset "UTF-8";
@import url("styleicons.php");
body {
    color: #222;
    font-size: 14px;
    line-height: 1.4;
    font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
    background-image:url("../images/fweb1.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
html {
    display: table;
    height: 100%;
    width: 100%;
}
a, a.btn, .btn, button, .transition {
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
.login-page  a {
    color:#060;
}
body.login-page {
    display: table-cell;
    vertical-align: middle;
    color: #222;
    font-size: 14px;
    line-height: 1.4;
}
.login-page .footer {
    font-size: 12px;
    color: #000000;
    margin-top: 0px;
}

.login-page .infoweb h4 {
    font-size: 14px;
    color: #266c76;
    margin-bottom: 10px;
    margin-top: 10px;
}

.login-page  a {
    color:#060;
}
body.login-page {
    display: table-cell;
    vertical-align: middle;
    color: #222;
    font-size: 14px;
    line-height: 1.4;
}
.login-box {
    max-width: 400px;
    margin: 0 auto;
    padding: 30px 0;
}
.login-box-body {
    box-shadow: 0 5px 24px 0 rgba(50, 49, 58, .25);
    border-radius: 10px;
    padding: 30px;
    background-color: #fff;
}
.login-box-body h2 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
    color: #333;
}
.login-box-body h3 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    color: #333;
}
.login-box-body h4 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 13px;
    text-align: center;
    color: #333;
}
.login-logo {
    margin-bottom: 10px;
}
.login-logo img {
    height: 60px;
}
.login-logo h3 {
    text-shadow: 0 14px 24px rgba(50, 48, 57, .25);
    color: #fff;
    font-size: 46px;
}
.img-responsive {
	height: auto; display: block; max-width: 100%;
}
.center-block {
	margin-right: auto; margin-left: auto; display: block;
}
.text-center {
	text-align: center;
}

.formerror{
	min-height:30px;
	width: 280px;
	margin: 10px auto;
	position: relative;
	font-size:12px;
}
.formRow{
	height:40px;
	width: 250px;
	margin: 10px auto;
	padding:0px;
	position: relative;
}
.label{
	float: left;
	padding: 0 20px 0 0;
	text-align: left;
	width: 150px;
	font-size: 14px;
	color:#000;
}
label{
	font-size:12px;
	letter-spacing:0px;
	line-height:25px;
}
.field{
	float:left;
	width:280px;
}

.field input{
	/* The text boxes */
	float:left;
	width:220px;
	height:30px;
	color:#000000;
	font-size:13px;
	outline:none; /* Preventing the default Safari and Chrome text box highlight */
	padding-left:30px;
	border:1px solid #CCC;
	color: #333;
}
.signupButton{
	/* The submit button container */
	text-align:center;
	padding:10px 0 10px;
}
.passlost {
	color: #FF0000;
	font-size: 9px;
}
a, a:visited {
	font-size:12px;
	color:#060;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration: underline;
}
button.button {
	font-size:12px;
	BORDER-BOTTOM: #bfbfbf 1px solid;
	BORDER-LEFT: #dedede 1px solid;
	LINE-HEIGHT: 130%;
	MARGIN: 5px 5px;
	PADDING: 20px 20px;
	DISPLAY: block;

	BACKGROUND: url("../images/white-grad.png") #eaeaea repeat-x left top;
	FLOAT: left;
	COLOR: #bfbfbf;
	BORDER-TOP: #dedede 1px solid;
	CURSOR: pointer;
	BORDER-RIGHT: #bbb 1px solid;
	TEXT-DECORATION: none;
	-webkit-box-shadow: rgba(0, 0, 0, .15) 0px 1px 3px;
	-moz-box-shadow: rgba(0, 0, 0, .15) 0px 1px 3px;
	-o-box-shadow: rgba(0, 0, 0, .15) 0px 1px 3px;
	box-shadow: rgba(0, 0, 0, .15) 0px 1px 3px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px
}

button.button {
	DISPLAY: inline-block; FLOAT: none;
	PADDING-BOTTOM: 3px;
	PADDING-LEFT: 7px;
	PADDING-RIGHT: 10px;
	PADDING-TOP: 4px
}

button.button IMG {
	MARGIN: 0px 3px -3px 0px;
}
button.button:hover {
	BORDER-BOTTOM: #999 1px solid;
	BORDER-LEFT: #999 1px solid;
	BORDER-TOP: #999 1px solid;
	BORDER-RIGHT: #999 1px solid;
	COLOR: #000;
	-moz-box-shadow:0 0 8px lightblue;
	-webkit-box-shadow:0 0 8px lightblue;
	box-shadow:0 0 8px lightblue;
}
button.active {
	BORDER-BOTTOM-COLOR: #ccc;
	BORDER-TOP-COLOR: #ccc;
	BACKGROUND: url(../images/white-grad-active.png) #fff repeat-x left top;
	BORDER-RIGHT-COLOR: #ccc;
	BORDER-LEFT-COLOR: #ccc;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

button.positive {
	COLOR: #000;
	FONT-WEIGHT: bold
}
button.positive:hover {
	BORDER-BOTTOM: #333333 1px solid;
	BORDER-LEFT: #333333 1px solid;
	BORDER-TOP: #333333 1px solid;
	BORDER-RIGHT: #333333 1px solid;
	COLOR: #333333;
}

button.negative {
	COLOR: #d12f19
}

@media (max-width: 559px) {
	.field input{
		/* The text boxes */
		font-size:14px;
	}
}