@charset "utf-8";
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: rgba(67,67,67,1.00);
}
.wrapper {
	width: 90%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: table;
}
.login_wrapper .login_header h2 {
	color: rgba(108,110,176,1.00);
}
.wrapper .login_wrapper {
	width: 394px;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
	display: table;
}
.login_wrapper .login_header img {
	width: 40%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.wrapper .login_wrapper .login_header {
	width: 100%;
	height: 71px;
	display: table;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
.wrapper .login_wrapper main {
	width: 394px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: table;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: rgba(255,255,255,1.00);
	-webkit-box-shadow: 0.5px 1px 2px 1px rgba(177,177,177,1.00);
	box-shadow: 0.5px 1px 2px 1px rgba(177,177,177,1.00);
}
.login_wrapper main h3 {
	width: 94%;
	height: 40px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 6%;
	color: rgba(255,255,255,1.00);
	line-height: 40px;
	background-color: rgba(235,28,34,1.00);
}
.login_wrapper main section {
	display: table;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
}
label, input[type='text'], input[type='password'], input[type='submit'] {
	display: block;
	font-size: 14px;
	margin-left: 0px;
}
input[type='text'], input[type='password']{
	width: 96%;
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid rgba(217,217,217,1.00);
	background-color: rgba(239,239,239,1.00);
	outline: none;
	font-family: arial;
	color: rgba(0,157,217,1.00);
}
section form label {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	color: rgba(0,157,217,1.00);
}
section form span {
	display: block;
	margin-left: 4px;
	color: rgba(255,0,4,1.00);
	margin-bottom: 4px;
	margin-top: 4px;
}
input[type='submit']{
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: -webkit-linear-gradient(270deg,rgba(85,205,251,1.00) 0%,rgba(0,133,183,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(85,205,251,1.00) 0%,rgba(0,133,183,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(85,205,251,1.00) 0%,rgba(0,133,183,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(85,205,251,1.00) 0%,rgba(0,133,183,1.00) 100%);
	outline: none;
	color: rgba(255,255,255,1.00);
	border: 1px solid rgba(0,147,202,1.00);
	border-radius: 3px;
	text-shadow: 1px 1px 2px rgba(103,103,103,1.00);
}
input[type='submit']:hover{
	background-image: -webkit-linear-gradient(270deg,rgba(0,183,251,1.00) 0%,rgba(0,139,191,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,183,251,1.00) 0%,rgba(0,139,191,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,183,251,1.00) 0%,rgba(0,139,191,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,183,251,1.00) 0%,rgba(0,139,191,1.00) 100%);
}
.wrapper .siteUrl {
	max-width: 100%;
	width: auto;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	color: #008BBF;
}
.wrapper .siteUrl a {
	display: block;
	color: rgba(49,169,13,1.00);
	text-decoration: none;
	font-weight: bold;
}
.wrapper .siteUrl a:hover {
	color: rgba(255,0,4,1.00);
}



@media screen and (max-width:480px){
	.wrapper .login_wrapper {
	width: 100%;
}
.wrapper .login_wrapper main  {
	width: 100%;
}
}
