.errorMessage {
    color: red;
}

.center-form .error .form-control, .wrapper .section3 .unit-block .form form .error input,
.wrapper .section1course .d-flex .block-form form .error input,.common-form .error input {
    margin-bottom: 5px !important;
}

.center-form .error .errorMessage,.wrapper .section3 .unit-block .form .error .errorMessage,
.wrapper .section1course .d-flex .block-form form .error .errorMessage{
    margin-bottom: 15px;
}

.common-form .error .errorMessage{
    margin-bottom: 15px !important;
}
#flashBox div.flashMessages{padding: 15px 0; text-align: center;}
#flashBox div.flashMessages p{font-weight: bold}
#flashBox div.status{background: #28D094}
#flashBox div.warning{background-color:#FF9149}
#flashBox div.error{background: #FF4961}
#flashBox div.error p.error{color:#333}
#flashBox div.flashMessages ul li{list-style-image:none;text-align: center;list-style: none;color:#fff;font-size: 16px;}

.wrapper .section3 .unit-block .form {
    background-position: top;
}
.wrapper .section4 .unit-block .desc .button {
    text-align: center;
}
.wrapper .section8 {
    background-size: auto;
}
.wrapper .section8 .bottom-block p, .wrapper .section8 .bottom-block p span {
    font-size: 16px !important;
    margin-bottom: 10px !important;
    line-height: 20px !important;
    font-family: 'Open Sans', sans-serif !important;
}
.full-content, .content-hidden{
    display: none;
}
.wrapper .section1course .d-flex .block-form form .check label a {
    color: #fff
}
.content-text p, .content-text p span {
    font-size: 18px !important;
    font-family: 'Open Sans', sans-serif !important;
    margin-bottom: 10px !important;
}
.article-search input{
    width: 60% !important;
    float: right;
}
.review-header {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
    line-height: 35px;
    color:#e26a64
}
.custom-input-file {
    width: 0;
    height: 0;
    visibility: hidden;
}
.js-file:hover,.js-send-message:hover {
    opacity: 0.7;
}
.js-file {
    display: flex;
    align-items: center;
}
.attached-file {
    color:#FF0000;
    margin-top: 5px;
}
.attached-file-name {
    font-size: 14px;
    margin-left: 5px;
}
.response-message {
    margin-top: 10px;
}
.response-message.error {
    color: red;
}

.response-message.success {
    color: green;
}
.hidden{
    visibility: hidden;
}