#send-code {
	display: none;
}
#new-pass {
	display: none;
}
.input_code {
	width: 65%;
	border-width: 0 0 2px 0;
	border-color: #1a569d;
	text-align: center;
	font-size: 2.285714rem;
	letter-spacing: 14px;
}

.input_code:focus {
	outline: none;
}
.resend{
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	color: #206bc4;
}
