* {
  box-sizing: border-box;
}
.hide {
    display: none !important;
  /*  -webkit-transition: display .5s ease;
    -moz-transition: display .5s ease;
    -o-transition: display .5s ease;*/
}
body {
  margin: 0px;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555;
}

input,
button {
  height: 35px;
  margin: 0;
  padding: 6px 12px;
  border-radius: 2px;
  font-family: inherit;
  font-size: 100%;
  color: inherit;
}
input[disabled],
button[disabled] {
  background-color: #eee;
}

input,
select {
  border: 1px solid #ccc;
  
}
.errormsg {
    color: red !important;
    font-size: 12px !important;
    opacity: 1 !important
}
.validmsg {
    color: forestgreen !important;
    font-size: 12px!important;
    opacity: 1 !important
}
#form1a {
  
}
input::placeholder {
    color: #bbb;
}

button {
  color: #fff;
  background-color: #428bca;
  border: 1px solid #357ebd;
  margin-left: 5px;
}
button:hover {
  background-color: #3276b1;
  border-color: #285e8e;
  cursor: pointer;
}

.notice {
  margin-top: 15px;
}