@font-face {
  font-family: 'decimal';
  src: url('../fonts/decimal-book-webfont.eot');
  src: url('../fonts/decimal-book-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/decimal-book-webfont.woff2') format('woff2'),
        url('../fonts/decimal-book-webfont.woff') format('woff'),
        url('../fonts/decimal-book-webfont.ttf') format('truetype'),
        url('../fonts/decimal-book-webfont.svg#decimalbook') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'decimal';
  src: url('../fonts/decimal-light-webfont.eot');
  src: url('../fonts/decimal-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/decimal-light-webfont.woff2') format('woff2'),
        url('../fonts/decimal-light-webfont.woff') format('woff'),
        url('../fonts/decimal-light-webfont.ttf') format('truetype'),
        url('../fonts/decimal-light-webfont.svg#decimallight') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'decimal';
  src: url('../fonts/decimal-medium-webfont.eot');
  src: url('../fonts/decimal-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/decimal-medium-webfont.woff2') format('woff2'),
        url('../fonts/decimal-medium-webfont.woff') format('woff'),
        url('../fonts/decimal-medium-webfont.ttf') format('truetype'),
        url('../fonts/decimal-medium-webfont.svg#decimalmedium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  height: 100vh;
  /* background: #f5f5f5 !important; */
  color: #333333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*font-family: 'Roboto', sans-serif;
  font-family: 'Roboto Condensed', sans-serif; */
  font-family: 'decimal' !important;
  font-size: 0.8rem !important;
  background: url('/images/bs-4-bw1.jpg') center;
  background-size: cover;
}

.card {
  /* overflow: hidden; */
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 0.3rem 0.8rem 0 rgba(0, 0, 0, 0.8);
}

.img-left {
  width: 45%;
  background: url('/images/bs-4.jpg') left;
  background-size: cover;
}

.card-body {
  padding: 2rem;
}

.title {
  margin-left: 1rem;
  margin-bottom: 2rem;
  font-weight: 600;
}

.form-input {
  position: relative;
}

.form-input input {
  width: 100%;
  height: 45px;
  /* padding-left: 40px; */
  margin-bottom: 20px;
  box-sizing: border-box;
  box-shadow: none;
  border: 1px solid #00000020;
  border-radius: 0;
  outline: none;
  background: transparent;
  font-family: 'decimal' !important;
  font-size: 0.8rem !important;
}

.form-input span {
  position: relative;
  top: -20px;
  color: #ff0000;
}

/* .form-input input:focus, .form-input input:valid {
  border: 1px solid #ff0000;
} */

.forget-link {
  font-size: 0.8rem;
  color: #707070;
  text-decoration: none;
}

.forget-link:hover {
  color: #ff0000;
}

/* .btn-end {
  margin-right: -20px;
} */

.btn-login {
  padding: 5px 15px;
}

.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none;
}

a:focus, a:active {
  outline: none !important;
  box-shadow: none;
}

.login-logo {
  float: right;
  max-height: 60px;
  z-index: 10;
  margin-top: -50px;
  margin-right: -50px;
  box-shadow: 0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.8);
}

.alert {
  border-radius: 0 !important;
}

.form-input input:-webkit-autofill {
  font-family: 'decimal' !important;
  font-size: 0.8rem !important;
  background-clip: text;
}

.form-input input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
}