
body{
background-color:#ededed;
}
a, a:hover, a:focus {
	color: #de995e;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

/***** Top content *****/

.inner-bg {
    padding: 100px 0 170px 0;
}

.top-content .text {
	color: #fff;
}

.top-content .text h1 { color: #fff; }

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .description a {
	color: #fff;
}
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.form-box {
	margin-top: 35px;
	opacity:0.8;
	
}

.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #2B96CC;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 45px;
}

.form-top-left h3 { margin-top: 0;color:#fff; }

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #ddd;
	line-height: 100px;
	text-align: right;
}

.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #fff;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
	-moz-box-shadow: 3px 3px 5px #bfbfbf; /* 老的 Firefox */
	box-shadow: 4px 4px 8px #bfbfbf;
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form button.btn {
	width: 100%;
}

.form-bottom form .input-error {
	border-color: #de995e;
}

.social-login {
	margin-top: 35px;
}

.social-login h3 {
	color: #fff;
}

.social-login-buttons {
	margin-top: 25px;
}


/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	
	.inner-bg { padding: 60px 0 110px 0; }

}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }

}

.msg_success{
	
	margin-top:50px;
	border:solid 1px #dddddd;
	border-radius:3px;
	-moz-box-shadow: 3px 3px 5px #dddddd; /* 老的 Firefox */
	box-shadow: 3px 3px 5px #dddddd;
}
.msg_title{
	padding:20px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	background:#2a3f54;
}
.msg_bottom{
	padding:15px;
	border-top:solid 1px #dddddd;
}
.msg_txt{
	font-size:20px;
	color:#2B96CC;
}
.msg_a a,a:hover,a:active,a:visited{
	font-size:12px;
	color:#999999;
}