input:-webkit-autofill {
  border-bottom: 1px solid #D2D2D2 !important;
  box-shadow: 0 0 0 50px white inset !important;
}
.form-group label.control-label {
  font-weight: 500;
}
.form-group label.error {
  position: absolute;
  top: 35px;
  right: 0;
  font-family: "SFUIDisplay";
  font-size: 12px;
  font-weight: 400;
  color: red;
}
.form-group.is-focused label.error {
  color: darkgoldenrod
}
.wrapper > div {
  position: absolute;
  margin: auto;
  top: 64px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
}
.btn-light-red,
.btn-light-green,
.btn-light-blue {
  border-radius: 3px;
  box-shadow: none !important;
}
.btn-light-red,
.btn-light-red:focus {
  color: white;
  border: 1px solid #FC5A93;
  background-color: #FC5A93;
}
.btn-light-red:hover,
.btn-light-red:active:focus {
  border: 1px solid #EF3E7C;
  background-color: #E7467F;
}
.btn-light-red:disabled {
  border: 1px solid #EF3E7C;
  background-color: #F5A6C5;
}
.btn-light-green,
.btn-light-green:focus {
  color: white;
  border: 1px solid #09957E;
  background-color: #0DA990;
}
.btn-light-green:hover,
.btn-light-green:active:focus {
  border: 1px solid #09957E;
  background-color: #0A9680;
}
.btn-light-green:disabled {
  border: 1px solid #09957E;
  background-color: #8BD1C3;
}
.btn-light-blue,
.btn-light-blue:focus {
  color: white;
  border: 1px solid #48B8F7;
  background-color: #48B8F7;
}
.btn-light-blue:hover,
.btn-light-blue:active:focus {
  border: 1px solid #35A6E5;
  background-color: #38A7E6;
}
.btn-light-blue:disabled {
  border: 1px solid #35A6E5;
  background-color: #A7D8F7;
}
.btn-light-red-simple,
.btn-light-red-simple:focus {
  color: #FC5A93;
  border: 1px solid #FC5A93;
  border-radius: 3px;
  background-color: white;
  box-shadow: none !important;
}
.btn-light-red-simple:hover,
.btn-light-red-simple:active:focus {
  color: white;
  border: 1px solid #EF3E7C;
  background-color: #E7467F;
}
.btn-light-red-simple:disabled {
  color: #FC5A93;
  border: 1px solid #FC5A93;
  background-color: white;
}
.btn-control-grey,
.btn-control-grey:focus {
  border: 1px solid #E1E1E3;
  border-radius: 3px;
  background-color: #F9F9F9;
  box-shadow: none !important;
  text-align: center;
  cursor: pointer;
  user-select: none;
}
.btn-control-grey:hover,
.btn-control-grey:active:focus {
  background-color: #E6E6E6;
}
.btn-control-grey:disabled {
  background-color: #F9F9F9;
}
.btn-social,
.btn-social:focus {
  position: relative;
  margin: 5px 0 25px;
  width: 315px;
  height: 50px;
  border-radius: 3px;
  background-color: #F9F9F9;
  border: solid 1px #E1E1E3;
  text-align: left;
  box-shadow: none;
}
.btn-social:hover,
.btn-social:active:focus {
  background-color: #F9F9F9;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
}
.btn-social > div {
  position: absolute;
  top: 15px;
}
.btn-social .img-left {
  left: 15px;
}
.btn-social .title {
  left: 50px;
  right: 30px;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1px;
  color: #484848;
  overflow: hidden;
}
.btn-social .img-right {
  right: 15px;
}
.btn-normal,
.btn-normal:focus {
  color: #484848;
  border: solid 1px #E1E1E3;
  border-radius: 3px;
  background-color: #F9F9F9;
  box-shadow: none;
}
.btn-normal:hover,
.btn-normal:active:focus {
  color: #484848;
  background-color: #F9F9F9;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
}
.btn-cancel-simple,
.btn-cancel-simple:focus,
.btn-cancel-simple:disabled {
  color: #727272;
  border: 1px solid #E6E6E8;
  border-radius: 3px;
  background-color: #F9F9F9;
  box-shadow: none !important;
}
.btn-cancel-simple:hover,
.btn-cancel-simple:active:focus {
  color: #727272;
  border: 1px solid #E6E6E8;
  background-color: #E6E6E6;
}
.btn-navigate-large,
.btn-navigate-large:focus,
.btn-navigate-large:disabled,
.btn-navigate-large:active:hover {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 280px;
  height: 50px;
  text-transform: none;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}
.btn-navigate-large:hover,
.btn-navigate-large:active:focus {
  background-color: #FFFFFF;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
}
.btn-navigate-large > div {
  position: absolute;
  top: 0;
  height: 50px;
  line-height: 50px;
  user-select: none;
}
.btn-navigate-large .left {
  left: 10px;
}
.btn-navigate-large .title {
  left: 45px;
  right: 30px;
  font-family: SFUIDisplay;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  color: #484848;
  text-align: left;
}
.btn-navigate-large .right {
  right: 10px;
}
.clickable-button {
  cursor: pointer;
  user-select: none;
  transition: box-shadow 0.2s;
}
.clickable-button:hover {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15) !important;
}
.hover-opacity-5 {
  transition: opacity 0.3s;
}
.hover-opacity-5:hover {
  cursor: pointer;
  opacity: 0.5;
}
@media (min-width: 375px) {
  .btn-navigate-large,
  .btn-navigate-large:focus,
  .btn-navigate-large:disabled,
  .btn-navigate-large:active:hover {
    width: 315px;
  }
  .btn-navigate-large .left {
    left: 15px;
  }
  .btn-navigate-large .title {
    left: 60px;
    right: 40px;
  }
  .btn-navigate-large .right {
    right: 15px;
  }
}
