
.c-job-form{
	background: #FFFFFF;
	box-shadow: 0px 1px 10px rgba(13, 32, 83, 0.25);
	border-radius: 20px;
	padding: 40px;
	margin-top: 60px;
}

.c-job-form-item{
	margin-bottom: 30px;
}

.c-job-form .c-job-form-label{
	display: block;
	margin-bottom: 9px;
	font-size: 15px;
	line-height: 24px;
	color: #333333;
}

.c-job-form-file{
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.c-job-form-file input{
	display: none;
}

.c-job-form-file-name{
	background: #ECEFF3;
	box-shadow: inset 0px 1px 1px #BECADA;
	border-radius: 6px;
	width: 380px;
	height: 52px;
	margin-right: 20px;
	font-size: 16px;
	padding: 0 20px;
	line-height: 52px;
}

.c-job-form-captcha-img{
	height: 52px;
	margin-left: 20px;
}

.c-job-captcha-wrapper{
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}