body {
	margin: 0;
}
.banner {
	width: 100%;
	height: auto;
}

.input_code,
.button_go{
	display: flex;
	justify-content: center;
}

.codeinput {
	height: 1.41176471em;
    line-height: 1.41176471;
    min-height: 1.41176471em;
    border-radius: 35px;
    margin: 30px 0 0 0;
    font-size: 15px;
    padding: 7px 25px;
    border: none;
    width: 150px;
    background: #e0dee1;
}

.gobutton {
	background: #7182c8;
    border-radius: 15px;
    color: #fff;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    margin: 30px auto;
    text-align: center;
    width: 150px;
    border: none;
}

.bottom {
    background: #7182c8;
    bottom: 0;
    padding: 12px;
    position: fixed;
}

.res {
    padding: 10px;
}
