/* 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; 
}
