.right-side .input-box select,
.right-side .input-box option {
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #F0F1F8;
  border-radius: 6px;
  padding: 0 15px;
  resize: none;
}
.red{
    color: red;
    font-weight: bolder;
}

 .tacbox {
  display:flex;
}

.tacbox input {
  margin-right: 10px;
    margin-bottom: 5px
} 
/*
label {
  outline: 2px dotted #f00;
}

/*
label:after {
  content: attr(for);
}*/


