
.error .message {
    color: #2ba100 !important;
}
/*  css edit for 11-12-2023 */
.blk-center__box label.error {
    text-align: left;
    color: #c30c0c;
    margin: 15px 0;
    font-size: 12px;
    font-weight: unset;
    display: inline-block;
    width: 100%;
}
.blk-center__box .message.error{
    color: #c30c0c;
    margin: 0 0 15px;
    font-size: 12px;
    text-align: center;
}
.reception-test__content-input{
    border-bottom: none;
}
.reception-test__content-wp .reception-test__content-input .form-control{
    border: 1px solid #939393;
}
.reception-test__content-wp .reception-test__content-input .form-control{
    border-bottom: 1px solid #939393;
    border-radius:  5px 5px 0 0;
}
.reception-test__content-wp .reception-test__content-input:last-child .form-control{
    border-radius:   0 0 5px 5px;
    margin-top: -1px;
}
.reception-test__content-wp .reception-test__content-input .form-control.error{
    border-radius: 5px;
}
.reception-test__content-wp .reception-test__content-input{
    border: none;
}
.reception-test__content-wp{
    border: none;
}

#page-404error .blk-center__title{
    margin-bottom: 60px;
    font-size: 2.4rem;
    font-weight: 500;
}
#page-404error .blk-center {
  position: relative;
  width: 100vw;
  height: calc(100vh - 180px);
  font-size: 1.4rem;
  text-align: center;
}
#page-404error .blk-center__box {
  position: fixed;
  left: 50%;
  top: 50%;
  margin: auto;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 360px;
  max-height: 80vh;
}
#page-404error .blk-center__txt {
  margin-top: 10px;
  line-height: 1.57;
}
#page-404error .blk-center__txt a {
  color: #333;
  font-weight: 700;
}
#page-404error.wrapper{
  min-height: calc(100vh - 180px);
}


.info-block__wrapmdf .error-right{
    left: auto;
    right: 0;              
}
/* end css edit for 11-12-2023 */