body,
html {
  background-color: #B0BEC5;
  height: auto !important;
  min-height: 100% !important;
}
body .card-area,
html .card-area {
  box-shadow: 0px 4px 8px 0px #757575;
  border-radius: 0px;
  background-color: #fff;
  padding: 5% auto !important;
}
body .line,
html .line {
  height: 1px;
  width: 45%;
  background-color: #E0E0E0;
  margin-top: 10px;
}
body .or,
html .or {
  width: 10%;
  font-weight: bold;
}
body .text-sm,
html .text-sm {
  font-size: 14px !important;
}
body ::-moz-placeholder, html ::-moz-placeholder {
  color: #5f5f5f;
  opacity: 1;
  font-weight: 400;
}
body ::placeholder,
html ::placeholder {
  color: #5f5f5f;
  opacity: 1;
  font-weight: 400;
}
body :-ms-input-placeholder,
html :-ms-input-placeholder {
  color: #5f5f5f;
  font-weight: 400;
}
body ::-ms-input-placeholder,
html ::-ms-input-placeholder {
  color: #5f5f5f;
  font-weight: 400;
}
body .bgArea,
html .bgArea {
  margin-bottom: 100px;
}
body input,
body textarea,
html input,
html textarea {
  padding: 10px 12px 10px 12px;
  border: 1px solid lightgrey;
  border-radius: 2px;
  margin-bottom: 5px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  color: #2C3E50;
  font-size: 14px;
  letter-spacing: 1px;
}
body input:focus,
body textarea:focus,
html input:focus,
html textarea:focus {
  box-shadow: none !important;
  border: 1px solid #f22613;
  outline-width: 0;
}
body button:focus,
html button:focus {
  box-shadow: none !important;
  outline-width: 0;
}
body a,
html a {
  color: inherit;
  cursor: pointer;
}
body .btn-blue,
html .btn-blue {
  background-color: #f22613;
  width: 150px;
  color: #fff;
  border-radius: 2px;
}
body .btn-blue:hover,
html .btn-blue:hover {
  background-color: #000;
  cursor: pointer;
}
body .bg-blue,
html .bg-blue {
  color: #fff;
  background-color: #f22613;
}
body .formArea,
html .formArea {
  position: relative;
}
body .formArea::before,
html .formArea::before {
  content: "";
  width: 1px;
  height: 60%;
  background: linear-gradient(180deg, rgba(255, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 0%, rgb(128, 128, 128) 50%, rgba(133, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  top: 20%;
}
body .formArea button:hover,
html .formArea button:hover {
  color: white;
}
body .cardFooterArea,
html .cardFooterArea {
  min-height: 50px;
}
body .cardFooterArea .row div,
html .cardFooterArea .row div {
  min-height: 50px;
}
@media screen and (max-width: 991px) {
  body .logo,
  html .logo {
    margin-left: 0px;
  }
  body .image,
  html .image {
    width: 300px;
    height: 220px;
  }
  body .border-line,
  html .border-line {
    border-right: none;
  }
  body .card2,
  html .card2 {
    border-top: 1px solid #EEEEEE !important;
    margin: 0px 15px;
  }
  body .card-area,
  html .card-area {
    height: 100%;
  }
  body .h-70,
  html .h-70 {
    height: 80% !important;
  }
  body .h-100,
  html .h-100 {
    height: auto !important;
  }
}/*# sourceMappingURL=auth.css.map */