.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
	height : 150px;
	padding: 15px 0;
	text-align: center;
	color: blue;
	
}
.idfind_wrap{
	height : calc(100vh - 150px);
	position: relative;
}
.idfind_Start_form1 {
	width : 350px;
	border-radius: 20px;
	background-color : white;
	padding : 50px;
}

.idfind_Start_form2 {
	width : 350px;
	border-radius: 20px;
	background-color : white;
	padding: 50px 50px 19px 50px;
}

.idfind_input{
	padding : 14px 6px;
	border-top : 0;
	border-left : 0;
	border-right : 0;
	border-bottom : 1px solid #CAD2E0;
}
.idfind_input:focus{
	border-bottom : 1px solid #498CEF;
}

.idfind_btn{
	background: #498CEF;
	border-radius: 25px;
	height: 50px;
	color: #FFFFFF;
	border:0;
	font-size : 16px;
	font-weight : bold;
	cursor: pointer;
}

form {
	display: inline-block;
}

#idV, #pwV {
    text-align: left;
}