.wf100 {
	display: block;
	float: left;
	width: 100%;
}
.w100 {
	width: 100%;
}
.top5 {margin-top: 5px;}
.top10 {margin-top: 10px;}
.top15 {margin-top: 15px;}
.top20 {margin-top: 20px;}
.top25 {margin-top: 25px;}
.top30 {margin-top: 30px;}
.top35 {margin-top: 35px;}
.top40 {margin-top: 40px;}
.top45 {margin-top: 45px;}
.top50 {margin-top: 50px;}
.box-logo-res {
	text-align: center;
}
/* .btn-login, .btn-register {
	padding: 8px 0;
	background: #71bf42;
	border-bottom: 4px solid #009245;
	color: white;
	font-weight: bold;
	border-top-color: #71bf42;
	border-left-color: #71bf42;
	border-right-color: #71bf42;
} */
.btn-login:hover, .btn-register:hover {
	background-color: #0a9a10;
	border-color: #07670b;
	border-top-color: #71bf42;
	border-left-color: #71bf42;
	border-right-color: #71bf42;
}
.form-control.input-msisdn, .form-control.input-password {
	height: 36px;
	border-radius: 0;
	padding-left: 40px;
}
.form-rlin .form-group {
	position: relative;
}
.form-rlin .form-icon {
	position: absolute;
	font-size: 23px;
	top: 3px;
	left: 0;
	border-right: 1px solid #e2d8d8;
	width: 34px;
	text-align: center;
	height: 30px;
}
.form-rlin .form-group .input-msisdn {

}
.form-rlin .form-group .input-password {

}
.header .navbar-brand .logo {
	color: #ffffff;
}
/*.header {*/
	/*display: none;*/
/*}*/
.blogin-pc {
	float: right;
	margin-top: 12px;
	/*color: #ffffff;*/
}
/*.blogin-pc a {*/
	/*color: #ffffff;*/
/*}*/
.validate-form-login {
	text-align: center;
	color: red;
	font-weight: bold;
}

.guide-read {
	float: left;
	/*margin-top: 12px;*/
	/*margin-left: 30px;*/
	color: #ffffff;
	font-weight: bold;
}
.guide-read a {
	color: #ffffff;
}
.ajoin-us {

}


@media (min-width: 992px) {
	.search-box .input-group {
		width: 396px;
	}
}

@media (max-width:768px) {
	.header {
		display: block;
	}
	.bx-logo-intro {
		margin-top: -15px;
	}
	/*.blogin-pc {*/
		/*display: none;*/
	/*}*/
}

