body {
	margin: 0px auto;
	color: #000;
	font: normal normal 14px Helvetica, Arial, sans-serif;
	line-height: 20px;
}

.intro {
    width: 100%;
    height: 500px;
    margin: auto;
    background: url('batchu-banner.png') no-repeat;
    background-size: 100%;
    float: right;
}

.text-welcome {
    color: #fff;
    padding-top: 40px;
    font-size: 1.2vw;
    margin-right: 30px;
    float: right;
}

.intro-content-text {
    padding: 10px;
    color: #fff;
    background-color: #dc3a27;
    border-radius: 10px;
    background-size: 100%;
    float: right;
    margin-right: 30px;
    clear: both;
}

ul li {
    font-family: fontone, Verdana, sans-serif;
    font-size: 14px;
    line-height: 26px;
}

.reg-email {
    float: right;
    margin-right: 30px;
    clear: both;
    margin-top: 2%;
}

.input-email {
    background-color: #FFF;
    border-radius: 5px;
    font-size: 15px;
    padding: 5px;
    padding-left: 10px;
    background-repeat: no-repeat;
    border: 0px;
    margin-top: 10px;
    float: left;
}

.submit-btn {
    background-image: url('btn-submit.png');
    height: 62px;
    width: 150px;
    background-size: 150px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    color: transparent;
}

.dl_android {
	background-image: url('btn_android_batchu.png');
	height: 62px;
    width: 150px;
	border: 0px;
    color: transparent;
}

.footer {
    width: 100%;
    margin: 0 auto;
    float: left;
    background: #7aa533;
    color: #fff;
    padding-bottom: 30px;
}

.footer a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.footer-content {
    width: 80%;
    margin: 0 auto;
}

.company-info {
    width: 50%;
    float: left;
}

.quick-link {
    margin-left: 170px;
    float: left;
}