/* Formular Design--------------------------------------------*/
form {
    padding-top: 30px;
    width: 50%;
}

.form-group {
    border: 0;
    margin-bottom: 15px;
    width: 100%;
    float: left;
}

.form-group label {
    float: left;
    width: 170px;
    padding-right: 10px;
    font-weight: 400;
    color: #ff5517;
    padding-top: 5px;
    font-size: 15px;
    height: 35px;
}

.form-group input,.form-group select {
    width: 330px;
    height: 30px;
    padding-left: 5px;
    border: 1px #000000 solid;

}

.form-group .input span {
    float: left;
    width: 330px;
    line-height: 30px;
    padding-left: 5px;
    color: #ff5517;
    font-weight: bold;
}

.form-group textarea {
    width:330px;
    padding-left:5px;
    padding-top:5px;
    border:1px #000000 solid;
    height: 200px;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus,
.form-group input:hover,
.form-group textarea:hover,
.form-group input:active,
.form-group textarea:active,
.form-group select:active {
    border:1px #ff5517 solid;
    background-color: #fff;
}

form nav {
    z-index: inherit;
    position: inherit;
    background-color: inherit;
    background-image: inherit;
    background-repeat: inherit;
    height: 100%;
}

form nav button {
    width: 205px;
    height: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #FFFFFF;
    font-weight: 600;
    background-color: #ff5517;
    border: 0;
    margin-left: 295px;
}

.form-check label {
    float: inherit;
}

.form-check label input {
    width: 12px;
    margin-right: 5px;
    height: 12px;
    border: inherit !important;
}

.form-check .form-check-label span, .form-group .input .help-block {
    float: inherit;
    font-weight: 400;
    color: #211f21;
    padding-top: 5px;
    font-size: 15px;
    height: 35px;
    padding-left: 0;
    line-height: 26px;
}

.input .form-group {
    margin-left: 170px;
    margin-top: -35px;
}
@media only screen and (max-width: 46.875em) {
    .form-group label {
        width:100%;
    }
    .form-group input,.form-group select {
        width: 100%;
    }

    .form-group input,
    .form-group textarea {
        width:100%;
    }
    .input .form-group {
        margin-left: inherit;
        margin-top: inherit;
    }
}

@media only screen and (max-width: 46.875em) {
    form nav button        {
        margin-left:inherit;
        float:right;
    }
}


