* {
	margin: 0;
	padding: 0;
}
body{
	background: #F8F8F8;
	overflow-y: hidden;
}
.logos {
	display: flex;
	font-size: 40px;
	align-items: center;
	position: absolute;
	left: 5%;
	top: 30%;
}

.logos>img {
	width: 150px;
	height: 150px;
	margin-right: 20px;
}

.bacs {
	width: 100%;
	height: 45vh;
	position: relative;
}
.bacs_img{
	width: 100%;
	height: 100%;
}
.froms {
	width: 90%;
	margin: 0 auto;
	border-radius: 30px;
	background: #FFFFFF;
	padding: 100px 0 200px 0;
	box-shadow: 0 0 20px #ddd;
	position: absolute;
	left: 50%;
	bottom: 50px;
	transform: translate(-50%, -50%);
}

input {
	background: none;
	outline: none;
}

input:focus {
	border: none;
}

.item {
	display: flex;
	font-size: 40px;
	position: relative;
	padding-left: 80px;
	align-items: center;
	margin-bottom: 50px;
	justify-content: space-between;
	border-bottom: 1px solid #EEEEEE;
}

.yan {
	color: #FFDA42;
	font-size: 30px;
	padding: 8px 25px;
	border-radius: 20px;
	border: 1px solid #FFDA42;
	position: absolute;
	bottom: 15px;
	right: 40px;
}

.item>input {
	width: 70%;
	border: none;
	color: #999999;
	font-size: 40px;
	padding: 20px 0;
}

.item>span {
	color: #201F1F;
}
.register2{
  width: 20%;
    height: 60px;
    color: #333333;
    font-size: 40px;
    border-radius: 60px;
    text-align: center;
    line-height: 60px;
    background: #FFDA42;
    position: absolute;
    left: 88%;
    bottom: -62px;
    transform: translate(-50%, -50%);
}
.register {
	width: 50%;
	height: 120px;
	color: #333333;
	font-size: 40px;
	border-radius: 60px;
	text-align: center;
	line-height: 120px;
	background: #FFDA42;
	position: absolute;
	left: 50%;
	bottom: -120px;
	transform: translate(-50%, -50%);
}
