input {
  line-height: normal;
  border: none;
}
    .company-rent-form {
  display: block;
  width: 600px;
  margin: 100px auto;
}
.web-title {
  display: block;
  margin-bottom: 40px;
}
.web-title__desc {
  text-align: center;
  font-size: 14px;
  color: #999;
  font-weight: 400;
}
.at-input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border: 1px solid #ededed;
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  background: #fff;
}
.at-input--middle {
  height: 60px;
  padding: 0 25px;
}
.company-rent-form .input {
  margin-bottom: 10px;
}
.at-input__placeholder {
  color: #888;
  position: absolute;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  pointer-events: none;
}
.at-button {
  display: block;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-box-shadow: 0 0 0 hsla(0, 0%, 100%, 0);
  box-shadow: 0 0 0 hsla(0, 0%, 100%, 0);
}
.at-button--green {
  background: #00bc93;
  border: 0;
}
.at-button--large {
  height: 60px;
  line-height: 60px;
  padding: 0 100px;
  font-size: 16px;
}
.company-rent-form .submit {
  margin: 0 auto;
}