@charset "utf-8";.mainbox {
	height: auto;
	width: 100%;
	display: block;
}
.loginbox {
	height: auto;
	width: 100%;
	/* [disabled]display: none; */
}
.accountbox {
	height: auto;
	width: 100%;
	display: none;
}
.topbanner {
	background-position: left center;
	background-repeat: no-repeat;
	height: 100vh;
	width: 65%;
	float: left;
	background-size: cover , cover;
	background-color: #D8EFEF;
	background-image: url(../images/afro1.jpg);
}
.introside {
	float: right;
	height: 100vh;
	width: 35%;
	/* [disabled]background-image: url(../icons/base1.jpg); */
	background-repeat: repeat-x;
}
.account {
	height: auto;
	width: auto;
	cursor: pointer;
}
.login {
	height: auto;
	width: auto;
	cursor: pointer;
}
.b1 {
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.b2 {
	width: 75%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.b3 {
	width: 75%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
