@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600");
@import url("fontawesome-all.min.css");

#registration-form{
	max-width: 800px;
	margin: 5px auto;
}

#registration-form .image{
	float:center;
	background-image: url("../../images/desk.jpg");
	height: 500px;
	width: 40%;
	background-size: cover;
	background-position: 25%;
}

#registration-form .frm{
	float:left;
	height: 500px;
    width: 60%;
    min-width: 250px;
    padding: 0 5px;
    background-size: 100% 100%;
    background-color: white;
}

#registration-form h1{
	margin-top: 30px;
	margin-bottom: 20px;
}

#registration-form .form-control{
	width: 90%;
	padding: 12px 20px;
	height: auto;
}

.button {
	background-color: #020c66;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}

@media screen and (max-width: 700px){
	#registration-form .image{
		width: 30%;
	    background-position: 60%;
	}

	#registration-form .frm{
		width: 70%;
	}

	#registration-form .form-control{
		width: 100%;
	}

	.button {
		background-color: #020c66;
		border: none;
		color: white;
		padding: 7px 7px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 14px;
	}
}

@media screen and (max-width: 500px){
	#registration-form .image{
		display: none;
	}

	#registration-form .frm{
		width: 100%;
	}

	#registration-form h1{
		text-align: center;
	}

	#registration-form .btn{
		width: 5%;
		margin-top: 20px;
	}

	.button {
		background-color: #020c66;
		border: none;
		color: white;
		padding: 5px 5px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 12px;
	}
	


	                       
}