
*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body#background {
	  background: url('../images/background.jpg') no-repeat 50% 50% fixed; 
	  background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  -webkit-background-size: cover;
	  z-index: -9999;
	}

*{
	color: #999;
}

span{
	padding: 0;
	margin: 0;
	font-size: 14px;
}

body {
	background: #f9f7f6;
	color: #999;
	font-family: 'Varela', sans-serif;
}

a {
	color: #2fa0ec;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #404d5b;
}

.container {
	width: 322px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	box-shadow: 0px 0px 3px #666;
	border-radius: 10px;
}


	#login input{
		width: 100%;
		padding: 13px;
	}

	#logo{
		padding-top: 20px;
		height: 150px;
		text-align: center;
		margin: 0 auto;
	}

	#logo img{
		width: 180px;
		margin-top: 20px;
	}

.content_warp{
	width: 322px;
	margin: 0 auto;
	border-radius: 10px;
}

.content {
	width: 322px;
	margin: 0 auto;
	background: #fff;
	padding: 20px 40px;
}

.content_footer{
	width: 322px;
	background: #fff;
	margin: 0 auto;
	padding: 10px 40px 40px 40px;
	border-radius: 0px 0px 10px 10px;
}

.content_footer table{
	width: 100%;
	font-size: 8px;
	color: #999;
}

.content_footer table a{
	color: #999;
}

.content_title {
	width: 322px;
	background: #15a5c8;
	margin: 0 auto;
	padding: 15px 40px;
	border-radius: 10px 10px 0px 0px;
}

.content_title h1{
	font-size: 20px;
	color: #fff;
	font-weight: normal;
}

.content select{
	width: 100%;
	outline: none;
	padding: 10px;
	border:none;
	border-radius: 5px;
	border-top: 2px solid #ccc;
	margin-bottom: 11px;
	-webkit-appearance:none;
	background: url("../images/arrow.png") no-repeat 218px 15px #fff;
	font-size: 14px;
	color: #aaa;
}

.content p{
	float: left;
	font-size: 9px;
	color: #666;
}

.content h1{
	font-size: 22px;
	margin-bottom: 26px;
	text-align: center;
	color: #000;
	background: #ccc;
	font-family: arial;
}
}

body .nomargin-bottom {
	margin-bottom: 0;
}

	#security_code{
		width: 80px;
		margin-right: 0px;
		background: #000;
		float: right;
		padding: 0;
		margin-top: 0px;
		border-top: 2px solid #000;
		border-radius: 5px;
	}

	#security_code h6{
		padding: 10px;
		color: #fff;
		font-size: 16px;
		margin: 0;
	}

	input.login_btn{
		padding: 11px;
		border:none;
		background: #ed1b50;
		color: #fff;
		cursor: pointer;
		font-weight: bold;
		font-size: 10px;
		border-radius: 50px;
		margin-top: 20px;
		outline: none;
	}


a.forget_password{
	margin-top: 10px;
	float: left;
	color: #333;
	text-decoration: underline;
	font-size: 12px;
	margin-left: 20px;
	display:inline-block;
}

.footer{
	width: 60%;
	margin:0 auto;
	color: #fff;
	font-size: 10px;
	text-align: center;
	margin-top: 50px;
	font-weight: bold;
}

.footer p{
	color: #fff;
}

h6.error{
	font-size: 10px;
	margin: 10px 0 0px 0;
	padding: 0;
	color: #f13453;
}



/*-------------------------------------------------------------------------------*/



input.rounded {
	width: 100%;
    border: 1px solid #edf0f1;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 12px;
    padding: 8px 20px;
    outline: 0;
    -webkit-appearance: none;
    margin-bottom: 5px;
}

select.rounded {
    border: 1px solid #edf0f1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	padding:10px;
    font-size: 14px;
    outline: 0;
	-webkit-appearance: none;
	margin-bottom: 15px;
	border-top: 2px solid #cccccc;
}
