#auth-body{
  padding: 0 0 30px 0;
}

#auth-body,
#auth-body body,
#auth-body body #auth {
  /*height: 100%; */
  min-height: 100%;
  
}


#auth {
  text-align: center;
  background-image: linear-gradient(45deg, #00aeef 0%, #150040 100%);
}
#auth #logo {
  padding: 3rem 0 1rem 0;
  font-weight: 900;
  color: #fff;
}
#auth #logo img{
  margin: 3rem auto 1rem auto;
  width: 180px;
}
#auth .box {
  padding: 0;
  width: 440px;
  max-width: 100%;
  margin: 1.5rem auto 1.5rem auto;
}
#auth .box h1 {
  margin: 0;
  padding: 4rem 3rem 1rem 3rem;
  border-bottom: 0;
}
#auth .box form {
  padding: 10px 45px 30px 45px;
}
#auth .box form label {
  text-align: left;
  display: block;
  font-size: 14px;
}
#auth .box form input[type=submit] {
  width: 100%;
}
#auth .links {
  font-size: 14px;
  background: #F7F8FA;
  padding: 1.5rem 1rem;
  margin: 0;
  border-top: 1px solid #eeeef1;
}
#auth .footer-links {
  font-style: italic;
  color: #fff;
  font-size: 14px;
}
#auth .footer-links a {
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
}
#auth .footer-links a:hover {
  text-decoration: none;
}
#auth .box {
  background: #fff;
  border-radius: 3px;
  margin-bottom: 30px;
  position: relative;
}
form .form-group {
  margin-bottom: 20px;
}
form label {
  margin-bottom: 6px;
  color: #909198;
  font-weight: 300;
}
form{
  font-size: 0.9rem;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #909198;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dbdce0;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: none;
    
    font-weight: 400;
    color: #2b2b2f;
    font-size: 14px;
    background: #fcfcfc;
    border: 2px solid #eeeef1;
    padding: 0.8rem 0.75rem;
    border-radius: 3px;
    height: 54px;
}

.btn,
input.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    
    font-weight: 700;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 13px 15px;
}
.btn-primary {
    color: #fff;
    background-color: #08a7e1;
    border-color: #08a7e1;
}
form .help-block {
    text-align: left;
    padding: 6px 0 0 0;
    color: #909198;
}
.lead{
  font-size: 14px;
}
.inline-block {
    display: inline-block !important;
}

.alert{
 border-radius: 0;
 padding: 15px 15px 18px 15px;
}

.alert button.close{
  margin-top: -1px;
}
.alert p{
  font-size: 14px;
}
.is-invalid{
  border-color: #e11212;
}
.invalid-feedback {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 100%;
    color: #e11212;
    text-align: left;
}