.form-wrapper {
	width: 600px;
	margin: 0 auto;
}

.resform {
	width: 90%;
	margin: 0 auto;
	padding: 0 10px;
}

.form-section {
	padding-top: 15px;
    padding-left: 30px;
    border-left: 1px solid #ECECEC;
}

.resform .form-sectitle {
	font-size: 18px;
    color: #05376b;
    padding-bottom: 5px;
    padding-top: 40px;
    font-family: 'Lato';
    font-weight: 400;
}

.resform label {
    line-height: 16px;
    margin-bottom: 5px;
    color: #8c0b0b;
    font-size: 13px;
    font-weight: 400;
    display: block;
    letter-spacing: 0.2px;
}

.form-group label.error {
    color: #e83a3a;
    padding-left: 2px;
    font-size: 12px;
    margin-bottom: 0;
}

.form-group #last-name {
    margin-top: 25px;
}

.form-group #last-name {
    float: right;
}

.reg-errors input[type="text"] {
        
        border: 1px solid red;
    }
    
.resform .form-group {
	margin-bottom: 22px; 
}

.form-group .form-left {
	float: left;
	width: 47%;
}

.form-group .form-right {
	float: right;
	width: 45%;
}

.clearfix:after {
	content: "";
    display: table;
    height: 0;
    clear: both;
    visibility: hidden;
}

.form-group select , 
.form-group input,
textarea {
    width: 100%;
    line-height: 44px;
    padding: 0 0 0 9px;
    letter-spacing: 0.3px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    -webkit-appearance: none;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.form-group input,
textarea {
	 border: 1px solid #C5C5C5;
    border-radius: 3px;
    box-sizing: border-box;
}

.form-group select {
	    cursor: pointer;
    border: 1px solid #C5C5C5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 500;
    background: url(https://d1a3f4spazzrp4.cloudfront.net/free-candy/images/signup-lite-dropdown@1x.08b5342f496e178acd444edab011fac8.png) right 7px top 15px no-repeat #fff;
}

textarea {
  resize: vertical; /* user can resize vertically, but width is fixed */
}

.form-group .ftime input {
	width: 25%;
	margin-right: 3%;
	margin-left: 2%;
}

.form-group .ftime select {
    width: 26%;
    margin-right: 5px;
    margin-left: 5px;
}


.form-group input:focus , .form-group button:focus , 
.form-group select:focus {
	border: 1px solid #1fbad6;
	outline: 0 !important;
}
/*---------- */

.checkbox-custom, .radio-custom {
    opacity: 0;
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;

    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid #676869;
    display: inline-block;
    vertical-align: bottom;
    width: 18px;
    height: 18px;
    padding: 0px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
      content: "\2713";
    font-family: 'FontAwesome';
    font-weight: bold;
    color: #071788;
    font-size: 14px;
}

.password-area {
	display: none;
}

.form-group button.inerror, .form-group button:focus.inerror, .form-group input.inerror, .form-group input:focus.inerror, .form-group select.inerror, .form-group select:focus.inerror {
    border: 1px solid #ed145b;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    color: inherit;
    background-color: none;
}

.submit-sec {
    border-left: 0; 
}
.submit-sec .btn-submit {
    background-color: #fbae6d;
    color: #fff;
    font-size: 15px;
    height: 50px;
    width: 100%;
    line-height: 40px;
    border: 1px solid #fbae6d;
    border-radius: 5px;
    outline: 0;
}

.submit-sec .btn-submit:hover {
    background-color: #db6c0f;
    border: 1px solid #db6c0f;
}

.submit-sec .disabled {
    background-color: #A9E9F5;
    border: 1px solid #A9E9F5;
}

.submit-sec .submit-note {
    color: #EA6060;
}

.ui-datepicker {
    font-size: 11px;
}

.error {
    border-color: #f35454 !important;
}

.ftime label.error {
  display: none !important;
}

/*--------- Below Tablets--------*/

@media only screen and (max-width: 767px) {
    .resform .form-sectitle {
        padding-top: 0;
    }

    .form-wrapper {
        width: 100%;
    }

    .resform {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .form-section {
        padding-left: 0;
        border:0;
    }

    .form-group .form-right {
        float: none;
        width: 100%;
    }

    .form-group .form-left {
        float: none;
        width: 100%;
        margin-bottom: 22px;
    }
}