.linkButton{
  text-decoration: underline;
  cursor: pointer;
}
.remodal-overlay{
  background: rgba(0, 0, 0, 0.5);
}
.formArea {
  width: 490px;
  /*height: 405px;*/
  margin: 0 auto;
  text-align: center;
  background: white;
  border-radius: 4px;
  box-shadow: 0 0 50px rgba(2, 19, 48, 0.7);
  font: 16px 'Roboto', sans-serif;
}
#firstForm{
  padding-top: 5px;
  padding-bottom: 15px;
}
.formTitle, .msgs{
  width: 80%;
  margin: 0 auto;
  font-size: 1.375rem;
  color: #377293;
}
.modal_manager {
  float: left;
  width: 200px;
  height: 200px;
  margin: 20px;
  border-radius: 200px;
  background: url('/images/employees/anna.jpg') no-repeat 50% 0/200px;
}
.formArea .input {
  display: block;
  width: 230px;
  padding-bottom: 5px;
  margin: 40px 0 40px 0;
  border: none;
  border-bottom: 1px solid lightgrey;
  font-size: 1rem;
}
/*.formArea .g-recaptcha {
  display: block;
  margin-top: 45px;
  margin-left: 90px;
}*/
.formArea .serviceButton {
  display: block;
  margin: 50px auto 20px;
}
@media screen and (max-width:490px){
  .formArea {
    width: 310px;
    /*height: 470px;*/
  }
  .formTitle, .msgs {
    width: 92%;
    font-size: 1rem;
  }
  .modal_manager {
    width: 100px;
    margin-right: 7px;
    margin-left: 7px;
  }
  .formArea .input {
    width: 180px;
    font-size: 0.8rem;
  }
  /*.formArea .g-recaptcha {
    margin-left: 4px;
  }*/
  .formArea .serviceButton {
    margin-top: 55px;
  }
}
