.main-container {
  background-color: #fff;
  border: 1px solid;
  border-color: #ddd #ddd #d8d8d8;
  border-radius: 3px;
  box-shadow: 0 2px 0 rgba(175,175,175,.12);
  box-sizing: border-box;
  color: #777;
  font-family: proxima nova,Arial,Helvetica,sans-serif;
  height: auto;
  margin: 100px auto 8px;
  min-width: 300px;
  width: 400px;
}

.auth-header {
  border-bottom: 1px solid #ddd;
  padding: 30px 90px 75px;
  position: relative;
  transition: padding-bottom .4s;
  z-index: 10;
}

.auth-org-logo {
  display: block;
  margin: 0 auto;
  max-height: 40px;
  max-width: 200px;
}

.beacon-container {
  bottom: -42px;
  height: 85px;
  margin: auto;
  transform: scale(1);
  width: 85px;
}

.auth-beacon,
.beacon-container {
  left: 0;
  position: absolute;
  right: 0;
}

.auth-beacon {
  background-clip: content-box;
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  bottom: 0;
  box-shadow: 0 0 0 15px;
  color: #fff;
  top: 0;
}

.auth-beacon-factor {
  background-size: 100% auto;
}

.auth-beacon-border {
  border: 2px solid #a7a7a7;
  border-radius: 50%;
  bottom: -5px;
  left: -5px;
  position: absolute;
  right: -5px;
  top: -5px;
}

.smart-card-icon {
  background-image: url("/assets/img/icons/mfa/smartcard_70x70.0b4e5801fc04e6c908d2db6a39cf4e70.png");
}

.auth-content {
  padding: 40px 42px 20px;
  transition: padding-top .4s;
}

.okta-waiting-spinner {
  background: url("/assets/img/ui/indicators/sign-on-widget-spinner.eea28db2b98f4df40b5608a54d0b9131.gif") no-repeat 50%;
  height: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.auth-factor-head {
  color: #5e5e5e;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 10px;
}

.auth-factor-text {
  text-align: center;
  text-transform: none;
}

.signout-link {
  color: #777;
  float: right;
  text-decoration: none;
}

.o-form-button-bar {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0 0 25px;
}

input.auth-button-primary {
  -webkit-appearance: none;
  background-color: #007dc1;
  background: linear-gradient(#007dc1,#0073b2);
  border: 1px solid #004b75;
  border-bottom-color: #00456a;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0,0,0,.15),inset 0 1px 0 0 rgba(255,255,255,.1);
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 50px;
  width: 100%;
}

.o-form-button-bar input.auth-button-primary:hover {
  background: linear-gradient(#0885c9,#087bba);
  border: 1px solid #004b75;
  border-radius: 3px;
}