@charset "utf-8";
/* CSS Document */
.form-bank{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
}
.form-bank h1{
    font-size:12px;
    color:#000;
    margin-top:50px;
    text-align: center;
    width:80%;
    margin-left:10%;
    margin-right:auto;
    padding-top:50px;
    padding-bottom:50px;
    background :lightgrey;
    border-radius: 10px;
}
.imgform{
	width: 50%;
	height: auto;
	margin-top: 50px;
}
.bownloadbtn{
	width: 50%;
	height: 40px;
	margin-bottom: 100px;
}
.bownloadbtn button{
	width: 100%;
	height: 100%;
	border-radius: 5px;
	border: 0px;
	background: #285D93;
	color: white;
	font-family: 'Cairo', sans-serif;
}
.imgform img{
	width: 100%;
}


