﻿.signin-container{
	width:80%;
	margin:50px auto 0 auto;
}
.btn-blue, .btn-blue:active, .btn-blue:focus, .btn-blue:visited {
	background-color: #3399f3;
	display: block;
	padding: 18px 52px;
	color: white;
	border-radius: 5px;
	text-align: center;
	outline: none;
}

	.btn-blue:hover {
		background-color: #4eabfe;
		color: #fff;
	}

	.btn-green, .btn-green:active, .btn-green:focus, .btn-green:visited {
	background-color: #02998c;
	display: block;
	padding: 18px 52px;
	color: white;
	border-radius: 5px;
	text-align: center;
	outline: none;
}

	.btn-green:hover {
		background-color: #00bdac;
		color: #fff;
	}
.box-title {
	margin-bottom: 15px;
	text-align: center;
	border-bottom: 1px solid #ececec;
	padding-bottom: 15px;
	color:#999;
	font-size:16px;
}

.box-des {
	margin-bottom: 30px;
	text-align: center;
}

.remember-box {
	margin-top: 10px;
	margin-bottom: 50px;
}

	.remember-box input[type=checkbox] {
		margin-left: 5px;
		vertical-align: sub;
	}

	.remember-box a {
		color: #747474;
		outline: none;
	}

		.remember-box a:hover {
			text-decoration: underline;
		}

@media (min-width : 768px) {
	.box-title, .box-des {
		text-align: right;
	}
}

.pnl-signin input[type=text], .pnl-signin input[type=password] {
	background-color: #ececec;
	border-radius: 0;
	border: none;
	box-shadow: none;
	color:#333;
	height:45px;

}
.signin-des{
	text-align:justify;
	line-height:2.5;
}


.pnl-welcome h3.congratulation
{
	margin-top: 20px;
	margin-bottom: 20px;
	color: #339933;
}
.pnl-welcome h5.continue
{
	margin-bottom: 20px;
}
.pnl-welcome .btn
{
	margin-bottom: 20px;
}