body {
    background: #fff0ec;
    line-height: 1.55;
}
.card {
    border: none;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
    border-radius: 0;
    border-top: solid 5px #da542e;
}
.card-body {
    padding: 1.25rem 1.6rem;
}
.h1, h1 {
    font-size: 2.15rem;
    margin: 10px 0 15px;
}
.form-control {
    padding: 0;
    line-height: 1;
    border: none;
    border-radius: 0;
    border-bottom: solid 1px #ced4da;
}
.col-form-label {
    padding-bottom: 0;
}
.col-form-label {
    font-size: 16px;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #28b779;
}
.custom-checkbox input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-top: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.custom-checkbox input[type="checkbox"] {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.custom-checkbox input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid #28b779;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}
.custom-checkbox input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
textarea.form-control {
    line-height: 1.5;
}
.btn-primary {
    background: #da542e;
    border-color: #da542e; 
}
.btn-primary:hover, .btn-primary:focus {
    color: #da542e !important;
    background: none !important;
    border-color: #da542e !important; 
    outline: none !important;
    box-shadow: none !important;
}
.navbar, .navbar>.container, .navbar>.container-fluid {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.text-red, .error {
    color: #F00;
}
.alert {
    padding: 10px 15px;
    line-height: 22px;
}
.modal-header {
    padding: 9px 15px 9px;
}
.modal-body {
    padding: 10px 15px;
}
.invalid-feedback {
    display: block;
    font-size: 13px;
}
.alert-success {
    color: #19784f;
    border: none;
    margin-bottom: 0;
}
.alert-danger {
    margin-bottom: 0;
}
.custom-checkbox {
    position: relative;;
}
.options, .form-group {
    position: relative;
}
label.error {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 3px;
    font-size: 13px;
    font-weight: bold;
    color: #e3342f;
}
span.correct-mark{
    font-size: 20px;
}