.star {
    color: red;
}

.header {
    background: #bd9008;
}

.logo {
    float: left;
}

    .logo img {
        width: 185px;
    }

.right-area {
    float: right;
    width: calc(100% - 185px);
    text-align: center;
    padding: 4px 0;
}

    .right-area span {
        display: inline-block;
        width: 100%;
        color: white;
    }

    .right-area .title1 {
        font-size: 20px;
    }

    .right-area .title2 {
        font-size: 14px;
    }

.if-form {
    border: 1px solid #d4d2d2;
    padding: 20px;
    /* background-image: url(../Images/form-bg.jpg); */
    background: #fbf2d7;
}

.form-title {
    padding: 0;
    /* background: #00823c; */
    margin: 0;
    color: green;
    text-align: center;
    font-size: 20px;
    border-bottom: 2px solid #07763c;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.form-box {
    padding: 10px 0;
}

    .form-box label {
        font-weight: 500;
        top: 2px;
        position: relative;
        color: #7b5e05;
        font-size: 16px;
    left: 0px;
    width: 456px;
}

    .form-box > .row {
        margin-bottom: 13px;
    }

.inner-marg div {
    margin-bottom: 5px;
    top: -4px;
    left: 42px;
}

.form-box .form-control {
}

.txtarea {
    height: 110px !important;
    width: 100%;
    max-width: -webkit-fill-available;
}

th {
    background: #967308;
    color: white;
}

.my-form {
    border-bottom: 4px solid #017e3c;
}

.user-image {
    border: 1px solid #afadad;
    float: right;
    /* background: url("../images/user_placeholder.png"); */
    background-size: cover;
    margin-left: 6px;
}
