body {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
}
html, body {
  height: 100%;
}
.auth-background {
  background: #f8f6f6;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin: 0;
  overflow: hidden;
  height: auto;
  box-shadow: 4px 2px #dbd9d9;
  border-radius: 2%;  
}
.login-box {
  width: 360px;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.msg-box {
 margin: 20px auto;
  width: 360px;
  background-color: #f7eaea;
  padding: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-left: 5px solid red;
}
.login-logo {
  text-align: center;
  margin-bottom: 20px;
}
.login-logo img {
  width: 150px;
  height: auto;
  border: 0;
  margin-left: -250px;
  position: absolute;
  margin-top: -80px;
}
.login-box-body h2 {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
.login-box-body h3 {
  color: orange;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.form-group {
  margin-bottom: 20px;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.form-group .input-group-addon {
  background-color: #f4f4f4 !important;
}
.input-group .input-group-addon {
  border-radius: 0;
  border-color: #d2d6de;
  background-color: #fff;
}
.form-control:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-control {
  border-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.form-control {
  border-radius: 0;
  box-shadow: none;
  border-color: #d2d6de;
  width: 100% !important;
}
.btn-primary {
  background-color: #9b6aa9;
  border-color: #80568b;
}
.btn {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
}
.input-group-addon:first-child {
  border-right: 0;
    border-right-color: currentcolor;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell;
}
.ion-person::before {
  font-size: 1.5rem;
  color: red;
}
.ion-lock-combination::before {
  font-size: 1.2rem;
  color: green;
}