.error{
    color:red;
}
.header_blocks_append{
    text-align: center;
    margin-top: 10px;
}
.check_errorIcon{
    position: relative;
}
.check_errorIcon::after {
    content: "";
    position: absolute;
    background: url(../images/icon-invalid.png);
    height: 30px;
    width: 30px;
    right: 16px;
    top: 10px;
    background-repeat: no-repeat;
    background-size: contain;
}
.error_elements {
    border: 1px solid #ce3200 !important;
}
.circle_input[type="text"] {
    max-width: 410px;
    border-radius: 30px !important;
}
.select_nameLayer->div{
    position: relative;
}

.select_nameLayer input[type="text"] {
    max-width: 390px;
    border-radius: 30px !important;
}