.application{background-color: #ff6e41; width: 100%; height:120vh; background: url(../images/orange.png);background-size: cover;background-repeat: no-repeat;background-position: center;}
.form-application{background-color: white; width:600px; height: auto;padding: 30px 60px;border-radius: 10px;margin: 0px auto;margin-top: 50px;}
.btn-group{width: 100%;padding: 0px;height: 50px;margin-bottom: 20px;background:#f5f5f5;border:none;}
.option{padding: 10px 20px;}
.file-upload{width: 100%; height: 50px; margin-bottom: 20px;line-height: 15px; background-color: #f5f5f5;}
input[type='file']::-webkit-file-upload-button{
	padding: 10px 20px;
	background-color: black;
	color: white;
	border-radius: 2px;
	height: 100%;
}
input[type="text"], input[type="password"]{
	margin-bottom: 15px!important;
}

