.bodyFrame {
    background-color: #fafafa;
}

.frame-container {
/*    border: 2px solid #aaa;*/
    background: #fafafa;
/*    border-radius: 10px;*/
}
.form-box {
    max-width: 725px;
    margin: 0 auto;
}
.form-box select.form-control, .form-box .form-select {
    background-image: url(../img/contact-selectArrow.png);
    background-position: center right;
    background-repeat: no-repeat;
    font-size: 13px;
    text-align: left;
    background-size: 33px 33px;
    margin-bottom: 8px;
}
.form-box select.form-control.appearance {
    background-image: none;
}
 .form-box .form-select.appearance {
    background-image: none;
}

.watermarkify-wrap {
    position: relative;
}

.watermarkify-watermark-inner {
    position: absolute;
    top: 4px;
    left: 15px;
    font-size: 13px;
}

.watermarkify-required {
    position: absolute;
    top: 6px;
    right: 8px;
}

.form-box .form-control {
    /* border: 1px solid #cdcdcd !important; to show error border */
    border: 1px solid #cdcdcd;
    margin-bottom: 8px;
    font-size: 13px;
    height: 30px;
}
.form-box .dropdown-menu .form-control {
    margin: 0 8px 8px;
    width: calc(100% - 16px);
}
.frame-title {
    font-size: 20px;
}

.f-border {
    border-bottom: 1px solid #888;
    margin-bottom: 10px;
}
.aaux-13rg {
    font-size: 13px;
    margin-bottom: 5px;
}
.btn-confirm {
    display: block;
    width: 182px;
    height: 32px;
    background: url(../img/btn-confirm.png);
    background-position: top;
    text-indent: -9999px;
    border: none;
    margin-bottom: 5px;
    cursor: pointer;
}
#terms {
    color: #6090a7;
    text-decoration: none;
}

#terms:hover,
#terms:focus {
    color: #988f57;
}
.custom-hr {
    height: 1px;
    width: 100%;
    border-bottom: 1px dotted #cdcdcd;
    margin-bottom: 5px;
} 
.ui-tooltip, .qtip {
    width: auto !important;
}
.frame-titleImage img {
    max-width: 80px;
}
/***************************/
@media screen and (max-width: 1366px), screen and (max-height: 680px) {
    .form-box .form-control {
        margin-bottom: 5px;
    }

    .f-border {
        margin-bottom: 5px;
    }
    .aaux-13rg {
        font-size: 12px;
        margin-bottom: 5px;
    }
}
@media(max-width:767px){
    .frame-title {
        font-size: 20px;
    }
}