.form-cv label{
	width: 100%;
    padding-bottom: 0px;
    font-family: na;
    font-size: 15px;
    font-weight: 100;
}
.form-cv p{
	font-family: na!important;
}
.form-cv label .required{
	color: red;
}
.form-cv input, .form-cv select{
	background: #fff!important;
    border: 1px solid #ddd!important; 
    border-radius: 3px!important; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px 15px;
    margin-bottom: 10px;
    font-family: na;
    min-height: 45px;
}
.form-cv textarea{
	font-family: na; */
    background: #fff!important;
    border: 1px solid #ddd!important;
    border-radius: 3px!important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px 15px;
    margin-bottom: 10px;
    font-family: na;
    min-height: 150px;
    max-height: 300px;
    max-width: 100%;
}
.cv-bg-img{
    background: url(../images/icons/cv.png) center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 175px;
}
.border-form-cv{
	border-bottom: 1px solid #e0e0e0;
	padding: 20px 0 20px 0;
}
.form-cv table tr td{
	padding-right: 15px!important;
}
.form-cv table tr th{
	font-family: nm;
	padding-bottom: 10px;
	font-size: 17px;
}
.form-cv-icon img{
	float: left;
}
.form-cv-icon img{
	float: left;
	width: 100px;
}
.form-cv-icon aside{
    clear: both;
    font-family: nm;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding-top: 16px;

}
.form-cv-icon .required{
	color: red;
}
.form-cv input[type="radio"]{
    min-height: 25px;
    float: left;
    width: 25px;
}
.form-cv input[type="submit"]{
    width: 100%;
    padding: 10px;
    background: #ac2473!important;
    color: #fff;
    font-size: 18px;
    font-family: nm;
    text-align: center;
}
.form-cv input[type="submit"]:hover{
	background: #9a1f67!important;
}
.bg-cv-one{
	 background: #eeeeee!important;
}
.bg-cv-form{
    min-height: 200px;
    padding: 20px;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #ffffff;
}