.signin {
  width: 374px;
  max-height: 600px;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #e1e1e3;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.54;
  color: #b7b6bc;
  letter-spacing: 0.6px;
  overflow: auto;
}
.help-icon {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 24px;
  height: 24px;
}
.PopBookings-Logo {
  margin-top: 52px;
  margin-bottom: 35px;
}
.label-floating {
  margin: 0 30px 0 30px;
  text-align: initial;
}
.label-floating input.form-control {
  line-height: 1.07;
  font-family: SFUIDisplay;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.4px;
  text-align: left;
  color: #484848;
}
.btn-signin {
  margin-top: 20px;
  margin-bottom: 22px;
  width: 280px;
  height: 50px;
  line-height: 1.8;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
}
.wrapper a {
  color: #b7b6bc;
}
.separator-or {
  margin: 27px;
  border-top: 1px solid #b7b6bc;
}
.separator-or:after {
  display: inline-block;
  position: relative;
  top: -10px;
  padding: 0 10px;
  content: "OR";
  background: white;
}
@media (max-width: 375px) {
  .signin {
    width: 100%;
  }
  .button-wrapper {
    padding: 0 30px;
  }
  .btn {
    width: 100%;
  }
}
