@charset "utf-8";
/* CSS Document */
.career-container{width: 100%; float: left; padding: 5%;}
.career-container h4{color: #333333;font-size: 20px;font-weight: 600;text-transform: uppercase;margin: 15px 0;}
.career-container a{color: #333;}
.career-form input {color: #000;background: none;outline: 0;font-size: 16px;padding: .5em 1em;margin-bottom: 0;border: 0;-webkit-appearance: none;display: inline-block;border-bottom: 1px solid #c0c2c3;}
.careerfnt {margin-right: 8%;}
.careerfnt h5{margin-top: 6%;font-weight: 600;font-size: 17px;color: #58595b;text-transform: uppercase;}
.career-form input.email {float: right;}
.career-form textarea {resize: none;background: none;color: #000;font-size: 16px;outline: 0;padding: 0em .8em;border: 0;-webkit-appearance: none;border-bottom: 1px solid #c0c2c3;border-radius:unset;}
.custom-file-upload label {font-weight: normal;color: #000;margin-top: 20px;margin-left: 35px;}
.career-form input[type="file"] {resize: none;background: none;color: #000;outline: 0;padding: 5px;border:0;-webkit-appearance: none;border-bottom: 1px solid #c0c2c3;}
.career-form .submit-btn{float: left; width: 100%;}
.career-form input[type="submit"] {outline: none;color: #FFF;padding: 0.7em 1em;font-size: 16px;margin: 1.5em 0 0 0;-webkit-appearance: none;background: #093954;border: none;-webkit-transition: 0.5s all;transition: 0.5s all;-moz-transition: 0.5s all;}
.career-form input[type="submit"]:hover{background: #4497b1;color: #fff;transition: all 0.5s ease;}

.career-form .form-group {
	margin: 0 0 25px;
}
.career-form .form-control {
	border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #c0c2c3;
    margin-bottom: 0;
}
.career-form .help-block.form-error {
	    bottom: -15px;
}
.career-form .form-group label {
	font-weight: 100;
	    margin-top: 18px;
}
.career-form .sbmbtn {
	    margin-left: 15px;
}

{
	
}