.btn-system.border-btn {
    border-color: #75c401;
    color: #fff;
}

.call-action-style1 {
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 25px rgba(0,0,0,.04) inset;
    -o-box-shadow: 0 0 25px rgba(0,0,0,.04) inset;
    -moz-box-shadow: 0 0 25px rgba(0,0,0,.04) inset;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.04) inset;
}

.call-action-boxed {
    padding: 30px 40px;
}

.feature {
    padding: 90px 0;
    background: #f1f1f1;
}

.call-action .button-side {
    float: right;
}
.btn-system.border-btn {
    border-color: #75c401;
    color: #fff;
}
.btn-medium.border-btn {
    padding: 6px 18px;
}
.btn-system {
    display: inline-block;
    color: #fff;
    margin-right: 5px;
    font-weight: 300;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
    -o-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
    -moz-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
    border: 0;
    text-transform: uppercase;
    font-weight: 400;
    background: #75c401;
}

.call-action.no-descripton h2.primary {
    margin-top: 4px;
}
.call-action h2.primary {
    font-weight: 500;
}
.primary {
    font-family: 'Dosis', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0;
}

.input-field {
    margin: 15px 0;
}

#career input, #career select {
       margin-bottom: 10px;
    padding: 10px 15px;
    height: 52px;
    border: 1px solid #d6d6d6;
    border-radius: 0;
    font-size: 13px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-large {
    font-size: 14px;
    padding: 0px 22px;
}

.career-btn{
    margin-top:20px;
}
@media screen and (max-width:510px){
    .call-action.no-descripton h2.primary{
        display: block;
        padding-top: 20px;
    }
    .call-action .button-side{
        float: none;
        display: block;
    }
}
.career-desc{
    padding-top:3rem;
}
input[type="file"] ,input[type="text"], input[type="email"], input[type="number"], textarea, select{
    background: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #222;
    outline: none;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 12px 10px;
    width: 100%;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    display: inline-block;
}
.Err{
    color:#ed2124;
}
.scs{
    color:#fff;
    margin-top:10px;
}
.button2{
    height:auto !important;
}