section > .row{
	padding-bottom: 177px;
}

.input_text{
	padding: 82px 68px;
	width: 574px;
	height: 100%;
	border: 1px solid #DCDCDC;
}

.input_text input::placeholder{
	color: #999;
}

.input_text input[type=text],
.input_text input[type=password]{
	padding: 21px 0;
	width: 100%;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -0.72px;
	color: #999;
	border-bottom: 1px solid #DCDCDC;
}

.input_text input[type=password]{
	margin: 19px 0 23.5px;
}

button.button{
	margin-top: 68px;
	width: 100%;
	height: 56px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.81px;
	line-height: 21px;
}

.input_text .not_login{
	padding: 26px 0 0;
	text-align: center;
}

.input_text .not_login a{
	font-size: 17px;
	font-weight: 600;
	letter-spacing: -0.77px;
	line-height: 19px;
}

.input_text .not_login a:first-child:after{
	content: '';
	position: relative;
	display: inline-block;
	margin: 0 15.5px 0 19.5px;
	top: 2px;
	width: 1px;
	height: 16px;
	background: #DCDCDC;
}