/* Write your custom CSS here */

.main-wrapper-submitted{
    height: inherit;
    vertical-align: middle;
    padding: 30px;

    background: #f1f1f1;
    
}
.inner-wrapper-submitted{
    padding: 40px 30px;
    
    background-color: #fff !important;
}
.message-container-submitted{
    text-align: center;
    border: 1px solid #ccc;
    
    padding: 30px 20px;
}
.message-container-submitted .thankyou-message{
    font-size: 26px !important; 
    line-height:75px;
}

.message-container-submitted .contact-message{
    font-size: 16px !important; 
}
.logo-size
{
    width: 197px;
    margin: 14px;
    height: 40px;
}
.custom_fc_frame {
    right: 20px !important;
    bottom: 88px !important;
}
.red{
    color:red;
}    
.form-control2{
    width: 100%;
    width:150px;    
    padding: 0.375rem 0.75rem;
    font-size: 12px;
    line-height: 0px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #9bc63f;
    border-radius: 0;
    outline: none;
}
.float_left{
    float: left;
}
.ml_185{
    margin-left: 185px;
}
.hide{
    display:none;
}
.hide_imp{
    display:none !important;
}