@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap');
body {
  margin: 70px auto;
  max-width: 475px;
  font-family: 'Roboto', sans-serif;
}
header {
  margin-bottom: 40px;
  text-align: center;
}
h2 {
  font-size: 24px;
  letter-spacing: -0.24px;
  color: #333333;
  margin-bottom: 35px;
}
.form-control {
  border: 1px solid #707070;
  border-radius: 4px;
  font-size: 16px;
  height: 45px;
}
::placeholder {
  color: #999 !important;
}
a {
  color: #0080FF !important;
  font-size: 15px;
  cursor: pointer;
}
a:focus,
a:hover {
  color: #F18836 !important;
  text-decoration: underline;
}
.btn,
a.btn,
#stepOneButton {
  width: 374px;
  height: 42px;
  color: #fff !important;
  background: #FF4308 0% 0% no-repeat padding-box;
  border: 1px solid #EA3800;
  border-radius: 4px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.btn:hover,
.btn:focus,
a.btn:hover,
a.btn:focus,
#stepOneButton:hover,
#stepOneButton:focus {
  background-color: #EE2560;
  border-color: #FF4308;
  color: #fff !important;
  box-shadow: none;
}
button:focus {
  outline: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  background-color: #FF4308;
  border-color: #EA3800;
}

.login-error-message-2nd-line {
  /*padding-left: 20px;*/
}
.username-error-message, .login-error-message {
  color: #ff1d22;
  background-color: #fff3f3;
  border-color: #fcdbdc;
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 4px;
  margin: 15px 0;
  line-height: 30px;
}
.float-right {
  float: right;
}
.hidden {
  display: none;
  height: 0;
  -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
      -ms-transition: all 2s ease-in-out;
      -o-transition: all 2s ease-in-out;
          transition: all 2s ease-in-out;
}
.hidden.show {
  display: block;
  height: 40px;
  -webkit-transition: all 2s ease-in-out;
      -moz-transition: all 2s ease-in-out;
      -ms-transition: all 2s ease-in-out;
        -o-transition: all 2s ease-in-out;
          transition: all 2s ease-in-out;
}
.wrapper {
  box-shadow: 0px 1px 14px #0000001A;
  border-radius: 5px;
  padding: 40px 50px;
}
.link-group {
  margin-top: 45px;
  padding-bottom: 20px;
  border-bottom: #ccc 1px solid;
}
.error-border {
  border-color: #E92C12;
}
.support {
  margin: 20px 0 0;
}
.support-links {
  margin-bottom: 20px;
}
.support-content {
  font-size: 13px;
  color: #666;
}
.support-content label {
  font-weight: 500;
  margin-bottom: 0;
}
footer {
  margin: 45px 50px 0;
  font-size: 12px;
}
.footer-copyright {
  display: inline-block;
  color: #999999;
  margin-bottom: 0;
  line-height: 0;
}
.footer-policies {
  display: inline-block;
  float: right;
  vertical-align: top;
}
.footer-policies a {
  font-size: 12px;
}
#stepTwoButton {
  background: #fff;
  color: #999999;
  width: 100%;
  text-align: left;
  border: none;
}
#stepTwoButton span {
  float: right;
  color: #0080FF;
  margin-top: 3px;
}
#stepTwoButton:hover {
  background: #F5F5F5;
}
#stepTwoButton:hover span {
  color: #FF4308;
}
