body {
    background-color: #e4edf2;
}

.success-wrapper {
    padding: 186px 0 100px;
}

.icon-success {
    text-align: center;
    color:green;
    font-size:60px;
}

.success-content {
    text-align:center;
}
.success-content h2 {
    font-weight: 300;
    margin: 15px 0 0 0;
    padding: 0;
    font-size: 36px;
    margin-bottom: 15px;
}
#left_form h2 {
    font-weight: 300;
    color: #233c96;
    margin: 15px 0 0 0;
    padding: 0;
    font-size: 36px;
    margin-bottom: 15px;
}
#left_form p {
    font-size: 16px;
    color: #233c95;
}
#left_form {
    background-color: #ffffff;
    border-right: 1px solid #e2e2e2;
    padding-top: 112px;
}
label.error{
   font-size: 12px;
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: -20px;
    right: -15px;
    z-index: 2;
    height: 25px;
    line-height: 1;
    background-color: #e34f4f;
    color: #fff !important;
    font-weight: normal;
    display: inline-block;
    padding: 6px 8px;
}
label.error::after{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #e34f4f;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -6px;
    left: 20%;
    
}
@media (max-width: 767px) {
    #left_form img{
		width: 150px;
    }
}

#declaration_table_wrapper .data-search {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.7875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
