input {
  margin: 0;
  padding: 0;
}
.forms input:focus {
  outline: none;
}
.forms p {
  line-height: 2.72rem;
  color: #b3b3b3;
  text-align: center;
}
.forms p a {
  color: #333333;
}
.switchform {
  background: #ffffff;
  padding: 0 2rem 0.28rem;
  display: flex;
  text-align: center;
}
.switchform div {
  flex: 1;
  border-style: solid;
  border-color: transparent;
  border-width: 2px 0;
}
.switchform div.active {
  /*border-bottom-color:#33cccc;*/
}
.switchform a {
  display: inline-block;
  line-height: 2rem;
  font-size: 0.85333333rem;
  border-style: solid;
  border-color: transparent;
  border-width: 2px 0;
  color: #333333;
}