@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

body {
  font-family: 'Roboto', sans-serif;
  background-image: url(/img/login/bg.jpg);
  background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -wenkit-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.logo-title-container {
  position: fixed;
  width: 100%;
  top: 50%;
  margin-top: -100px;
}
.copy {
  width: auto;
  padding: 30px;
}
.copy h1 {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  z-index: 9999;
  position: relative;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 300;
  top: -10px;
  line-height: 45px;
  margin: 20px 0 0 0px;
}
.copy h1 .version {
  position: absolute;
  top: 0px;
  right: -35px;
  background-color: #007bff;
  font-size: 9px;
  line-height: normal;
  color: #fff;
  border-radius: 4px;
  padding: 1px 4px;
  text-transform: lowercase;
}
.copy p {
  text-shadow: 0 0 10px #000;
  color: #fff;
  font-size: 15px;
  max-width: 650px;
  opacity: .6;
  position: relative;
  z-index: 99;
  font-weight: 300;
  margin-top: 0;
}
.login-sidebar {
  min-height: 100vh;
  position: relative;
  z-index: 2;
  padding: 0;
  justify-content: center;
  background: #ffffff;
}
.login-container {
  position: absolute;
  z-index: 10;
  width: 100%;
  padding: 30px;
  top: 50%;
  margin-top: -200px;
}
.login-container h2 {
  text-align: left;
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 3px;
  color: #414549;
  font-size: 26px;
}
.group.eml {
  margin-bottom: 45px;
}
.group.remember,
.group.pwd {
  margin-bottom: 20px;
}
.group {
  position: relative;
}
.group.remember label {
  position: relative;
  font-size: 15px;
  pointer-events: auto;
}
.group.remember label span {
  position: relative;
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -5px;
}
.group.remember label span::before,
.group.remember label span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.group.remember label span::before {
  width: 1.25em;
  height: 1.25em;
  background: #fff;
  border: 2px solid rgba(53,61,71,0.1);
  border-radius: .25rem;
  cursor: pointer;
  transition: background .3s;
  display: inline-block;
}
.group.remember label input[type="checkbox"]:checked + span:before {
  background: #007bff;
  border: none;
}
.group.remember label input[type="checkbox"]:checked + span:after {
  transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
  width: 0.75em;
  height: 0.375em;
  border: 0.125em solid #fff;
  border-top-style: none;
  border-right-style: none;
}
.group.remember label input {
  display: none;
  outline: 0;
  visibility: hidden;
  width: auto;
  padding: 0;
  border-bottom: none;
  pointer-events: auto;
  margin-right: 10px;
}
.group input {
  font-size: 15px;
  padding: 10px 10px 10px 10px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(53,61,71,0.1);
  background: none;
  color: #454C55;
  outline:none;
}
.group label {
  color: rgba(53,61,71,0.3);
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 5px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.group input:focus~label, input:valid~label {
  top: -20px;
  font-size: 14px;
  color: rgba(53,61,71,0.5);
}
.group label i {
  display: inline-block;
  font: normal normal normal 14px/1 'Font Awesome 5 Free';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.group label i.user:before {
    content: "\f007";
}
.group label i.lock:before {
    content: "\f023";
}
.span-input {
  margin-left: 10px;
  position: relative;
  top: -3px;
  font-size: 15px;
}
.group button {
  width: 100%;
}
.group a {
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  text-align: center;
  display: block;
}
