﻿.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.dl-horizontal dt {
    white-space: normal;
}

input, select {
    width: 100%;
    height: 28px;
}

textarea {
    width: 100%;
    height: 50px !important;
}

.form-control {
    height: 28px !important;
}

input.btn.btn-outline-success {
    padding: 0px;
}

input.btn.btn-success {
    padding: 0px;
}

textarea.form-control {
    height: 70px !important;
}

input.btn.btn-primary {
    padding: 0px;
}

input.btn.btn-danger {
    padding: 0px;
}

.header {
    background-color: #A54505;
    width: 100%;
    height: 90px;
    padding: 25px;
    position:fixed;
    z-index : 3;
    top:0;
}

.Footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f4f4f4;
    padding: 10px;
}

.icon-size {
    width: 20px;
    height: 20px;
}

.contact-style {
    float: right;
    color: #fff;
    font-family: sans-serif;
}

