.gray-0 {
  color: #fff !important;
}

.bg-0 {
  background-color: #fff !important;
}

.gray-100 {
  color: #e7e7e7 !important;
}

.bg-100 {
  background-color: #e7e7e7 !important;
}

.gray-200 {
  color: #c5c5c5 !important;
}

.bg-200 {
  background-color: #c5c5c5 !important;
}

.gray-300 {
  color: #A1A1A1 !important;
}

.bg-300 {
  background-color: #A1A1A1 !important;
}

.gray-400 {
  color: #929292 !important;
}

.bg-400 {
  background-color: #929292 !important;
}

.gray-500 {
  color: #777 !important;
}

.bg-500 {
  background-color: #777 !important;
}

.gray-600 {
  color: #4A4A4A !important;
}

.bg-600 {
  background-color: #4A4A4A !important;
}

.gray-700 {
  color: #5E5E5E !important;
}

.bg-700 {
  background-color: #5E5E5E !important;
}

.gray-800 {
  color: #6c757d !important;
}

.bg-800 {
  background-color: #6c757d !important;
}

.gray-900 {
  color: #212529 !important;
}

.bg-900 {
  background-color: #212529 !important;
}

.color-blue {
  color: #4D79F6 !important;
}

.bg-blue {
  background-color: #4D79F6 !important;
}

.color-bluelink {
  color: #ABC1FF !important;
}

.bg-bluelink {
  background-color: #ABC1FF !important;
}

.color-deepsky {
  color: #4DBFF6 !important;
}

.bg-deepsky {
  background-color: #4DBFF6 !important;
}

.color-green {
  color: #83CE77 !important;
}

.bg-green {
  background-color: #83CE77 !important;
}

.color-yellow {
  color: #FFBE00 !important;
}

.bg-yellow {
  background-color: #FFBE00 !important;
}

.color-orange {
  color: #FF9500 !important;
}

.bg-orange {
  background-color: #FF9500 !important;
}

.color-red {
  color: #D24546 !important;
}

.bg-red {
  background-color: #D24546 !important;
}

.color-purple {
  color: #6f42c1 !important;
}

.bg-purple {
  background-color: #6f42c1 !important;
}

.color-water {
  color: #F6FCFF !important;
}

.bg-water {
  background-color: #F6FCFF !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.dash-stat:nth-child(1) {
  color: #0c46eb;
  background-color: #4D79F6;
}
.dash-stat:nth-child(1) a {
  color: #96b0fa;
}

.dash-stat:nth-child(2) {
  color: #5f89ff;
  background-color: #ABC1FF;
}
.dash-stat:nth-child(2) a {
  color: #f8f9ff;
}

.dash-stat:nth-child(3) {
  color: #0ca2eb;
  background-color: #4DBFF6;
}
.dash-stat:nth-child(3) a {
  color: #96d9fa;
}

.dash-stat:nth-child(4) {
  color: #52b742;
  background-color: #83CE77;
}
.dash-stat:nth-child(4) a {
  color: #b6e2af;
}

.dash-stat:nth-child(5) {
  color: #b38500;
  background-color: #FFBE00;
}
.dash-stat:nth-child(5) a {
  color: #ffd24d;
}

.dash-stat:nth-child(6) {
  color: #a32728;
  background-color: #D24546;
}
.dash-stat:nth-child(6) a {
  color: #e18383;
}

.dash-stat:nth-child(7) {
  color: #4e2d89;
  background-color: #6f42c1;
}
.dash-stat:nth-child(7) a {
  color: #9b7cd4;
}

.dash-stat:nth-child(8) {
  color: #b36800;
  background-color: #FF9500;
}
.dash-stat:nth-child(8) a {
  color: #ffb54d;
}

.sfFormkey input:focus + label, .sfFormkey input.valid + label {
  top: -25px;
  left: 0;
  font-size: 0.95rem !important;
  font-weight: 300;
  color: #1fb6ff !important;
  padding: 0;
  opacity: 1;
  cursor: default;
}

.login-outer {
  height: 100vh;
  background-image: url("../images/dataio-bg.jpg");
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  background-size: 60%;
  display: flex;
  align-items: center;
}
.login-outer:after {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.91);
  content: "";
}

.login-wrap {
  max-width: 460px;
  background: #fff;
  padding: 40px 30px 40px 30px;
  margin: 0 auto;
  font-size: 0.85rem;
  font-family: "Roboto", sans-serif;
  width: 100%;
  z-index: 1;
  position: relative;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.login-wrap:before, .login-wrap:after {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
.login-wrap:before {
  content: "";
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  top: -60px;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.025);
}
.login-wrap:after {
  content: "\f023";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: -35px;
  font-size: 3.15rem;
  color: #1fb6ff;
}
.login-wrap h1 {
  font-size: 4.5rem;
  position: relative;
  color: #17a2b8;
  font-weight: 400;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Roboto;
  font-weight: 300;
}
.login-wrap p {
  color: #ccc;
  font-weight: 300;
  font-size: 1.15rem;
  text-align: center;
}
.login-wrap.forgot h2 {
  text-align: center;
  color: #ccc;
  font-weight: 400;
}
@media (min-width: 992px) {
  .login-wrap.forgot h1 {
    font-size: 2.65rem;
    margin-bottom: 40px;
  }
  .login-wrap.forgot h2 {
    font-size: 1.15rem;
    margin-bottom: 30px;
  }
}
.login-wrap .sfFormwrapper {
  margin-top: 15px;
  border: none;
  box-shadow: none;
}
.login-wrap .sfFormwrapper .sfFieldset {
  margin-bottom: 40px;
  margin-top: 20px;
}
.login-wrap .sfFormwrapper .sfFieldset.focused .sfFormkey span {
  font-size: 1rem;
  font-weight: 600;
  color: #1fb6ff;
  transform: translateY(-25px);
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
}
.login-wrap .sfFormwrapper .sfFieldset.focused .sfFormvalue input {
  border-bottom: 2px solid #1fb6ff !important;
}
.login-wrap .sfFormwrapper .sfFieldset .sfFormvalue input {
  border: none;
  padding-left: 0;
  padding-right: 0;
  background: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.sfFormkey span,
.sfFormvalue span {
  font-weight: 300;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  width: 100%;
  line-height: 1.5;
  cursor: auto;
}

.sfFormkey .sfInputbox + label {
  font-weight: 600;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  width: 100%;
  line-height: 1.5;
  opacity: 0.65;
  cursor: auto;
}
.sfFormkey .sfInputbox.input-validation-error + label {
  top: -25px;
  left: 0;
  font-size: 0.85rem !important;
  font-weight: 600;
  color: #dc3545 !important;
  padding: 0;
  opacity: 1;
  cursor: default;
}

.login-outer .dflex {
  align-items: center;
  justify-content: center;
  position: relative;
}

.sfFormkey label {
  position: absolute;
  top: 10px;
  left: 0;
  transition: 0.3s ease;
  padding: 0 10px;
}
.sfFormkey input:focus + label,
.sfFormkey input.valid + label,
.sfFormkey input:-webkit-autofill ~ label {
  top: -25px;
  left: 0;
  font-size: 0.85rem !important;
  font-weight: 600;
  color: #1fb6ff !important;
  padding: 0;
  opacity: 1;
  cursor: default;
}

.validation-summary-errors {
  background: #fff;
  border: 1px solid;
  margin: 1rem;
}
.validation-summary-errors li {
  display: block;
  padding: 15px 0;
  font-size: 0.85rem;
  font-weight: 500;
  text-align: center;
}

span.validation-error {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
}

.text-danger > span {
  display: inline-block;
  margin: 5px 0 0 0;
  color: #dc3545;
  font-size: 0.8rem;
}

.footer-login p {
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
}
.footer-login p:first-child {
  margin-top: 25px;
}
.footer-login a {
  font-weight: 600;
  font-size: 0.8rem;
  color: rgba(77, 191, 246, 0.8);
  text-decoration: none;
  transition: 0.3s ease;
}
.footer-login a:hover {
  color: #0b91d2;
}
.footer-login a.link {
  padding: 8px 10px;
  line-height: 1;
}
.footer-login a.link:hover {
  background: rgba(77, 191, 246, 0.15);
  border-radius: 3px;
  color: #0b91d2;
}

/*# sourceMappingURL=login.css.map */
