.conti-message {
    padding: 6px 9px;
    margin: 0 auto 25px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.conti-success {
    background: #e7f7d3;
    border: 1px solid #6c3;
}

.conti-error {
    background: #ffebe8;
    border: 1px solid #C00;
}

.conti-required {
    color: red;
}

.conti-profile-list {
    max-width: 900px;
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.conti-profile-list li {
    margin: 0;
    padding-bottom: 14px;
    list-style: none;
}

.conti-profile-list li label {
    width: 30%;
    float: left;
    min-height: 1px;
}

.conti-profile-list * {
    box-sizing: border-box !important;
    vertical-align: baseline;
}

.conti-profile-list li:after {
    content: "";
    clear: both;
    display: block;
}

.conti-profile-delimiter {
    display: block;
    clear: both;
    margin-left: 30%;
    font-size: 80%;
    font-style: italic;
}

.conti-profile-list input:not([type="button"]):not([type="reset"]):not([type="submit"]):not([type="file"]), .conti-profile-list select, .conti-profile-list textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
.conti-profile-list input, .conti-profile-list input[type="text"], .conti-profile-list input[type="number"], .conti-profile-list input[type="email"], .conti-profile-list input[type="url"], .conti-profile-list input[type="password"], .wppb-form-field input[type="search"], .conti-profile-list select, .conti-profile-list textarea {
    width: 69.9%;
    float: left;
}
.conti-profile-list input[type="text"], .conti-profile-list input[type="number"], .conti-profile-list input[type="email"], .conti-profile-list input[type="url"], .conti-profile-list input[type="password"], .conti-profile-list input[type="search"] {
    padding: 3px;
}
.conti-profile-list input[type="text"], .conti-profile-list input[type="number"], .conti-profile-list input[type="email"], .conti-profile-list input[type="url"], .conti-profile-list input[type="password"], .conti-profile-list input[type="search"], .conti-profile-list textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}    

div.wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #ffa500 !important;
}

.conti-new {
    position: relative;
    top: -9px;
}

.conti-new .conti-new-corner {
    position: absolute;
    border-top: 40px solid #e11e2d;
    border-right: 40px solid transparent;
    z-index: 9
}

.conti-new .conti-new-text {
    position: absolute;
    text-transform: uppercase;
    color: white;
    font-size: 8pt;
    font-weight: bold;
    z-index: 10;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -sand-transform: rotate(45deg);
    transform: rotate(-45deg);
}
    
 