.hero {
  height: 100vh;
}
.hero-content,
.hero-login {
  padding: 0;
  position: relative;
  height: 100%;
}
.hero-bg-wrapper {
/*    background-image: "~/images/Login_back.jpg";
*/    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-size: cover;
}
.hero-bg-img,
.hero-bg-mask,
.hero-bg-gradient-mask,
.hero-bg-front-img,
.hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-bg-img,
.hero-bg-front-img {
  background-size: cover;
  background-position: center center;
  z-index: 1;
  background-repeat: no-repeat;
}
.hero-bg-mask {
  z-index: 2;
  background: #000;
  opacity: 0.55;
}
.hero-bg-gradient-mask {
  z-index: 4;
  background: linear-gradient(to right, #f9d423, #ff4e50);
  opacity: 0.55;
}
.hero-bg-front-img {
  z-index: 3;
  background-blend-mode: color-dodge;
  opacity: 0.1;
}
.hero-bg-video {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  backface-visibility: hidden;
  perspective: 1000;
}
.hero-content {
  color: #fff;
}
.hero-caption {
  z-index: 10;
  top: 0;
  left: 0;
  padding-top: 100px;
  position: absolute;
  width: 60%;
  padding-left: 50px;
}
.hero-caption-title {
  text-align: right;
  margin-top: 0;
  font-size: 35px;
  font-weight: bold;
  line-height: 1em;
}
.hero-caption-text {
  width: 90%;
  margin-bottom: 0;
  font-size: 22px;
  letter-spacing: 0.33px;
  opacity: 0.8;
  line-height: 1.6em;
}
.hero-footer {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 20px;
  width: 100%;
}
.hero-footer-nav {
  position: relative;
  margin-bottom: 30px;
}
.hero-footer-navbar,
.hero-footer-social-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hero-footer-navbar > li,
.hero-footer-social-list > li {
  display: inline-block;
}
.hero-footer-navbar > li {
  margin-right: 16.666666666666668px;
  letter-spacing: 0.33px;
}
.hero-footer-navbar > li > a {
  color: #fff;
  opacity: 0.66;
}
.hero-footer-navbar > li > a:hover {
  color: #fff;
  opacity: 1;
}
.hero-footer-navbar > li:last-child {
  margin-right: 0;
}
.hero-footer-social-list {
  position: absolute;
  top: -2px;
  right: 0;
}
.hero-footer-social-list > li {
  margin-left: 12.5px;
}
.hero-footer-social-list > li > a {
  display: block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  background: #fff;
  color: #999;
  border-radius: 50%;
  text-align: center;
  transition: 0.3s;
  outline: none !important;
}
.hero-footer-social-list > li > a:hover {
  text-decoration: none;
  color: #ff4e50;
}
.hero-footer-copyright > p {
  margin-bottom: 0;
}
.hero-footer-copyright > p > a {
  color: #00b1af;
  font-weight: bold;
}
.hero-footer-copyright > p > a:hover {
  color: #00b1af;
}
.hero-login {
  padding-top: 15vh;
  background: #fff;
  z-index: 999;
  backface-visibility: hidden;
  /* box-shadow: 0 -7px 40px rgba(133,0,2,0.35); */
}
.hero-btn {
  outline: none !important;
  border: none !important;
  border-radius: 8px;
  font-size: 3rem;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.6px;
  color: #fff !important;
  background: #13697A !important;
  transition: 0.3s;
  margin-top: 50px;
  box-shadow: 0 7px 25px rgba(0,0,0,0.2) , 0 1px 2px rgba(0,0,0,0.3);
}
.hero-btn:hover {
  background: #00b1af;
  color: #fff;
  box-shadow: 0 10px 35px rgba(0,0,0,0.25) , 0 1px 2px rgba(0,0,0,0.3);
}
.hero-login-tabs .nav-tabs {
  border-bottom: 1px solid rgba(255,255,255,0.7);
}
.hero-login-tabs .nav-tabs > li > a {
  padding-top: 0;
  margin-bottom: -1px;
  font-size: 2rem;
  letter-spacing: 1.6px;
  color: #000 !important;
  border-radius: 0 !important;
  border: none;
  border-bottom: 2px solid transparent;
  background: none !important;
  opacity: 0.66;
}
.hero-login-tabs .nav-tabs > li.active > a,
.hero-login-tabs .nav-tabs > li.active > a:hover,
.hero-login-tabs .nav-tabs > li.active > a:focus {
  border: none;
  border-bottom: 2px solid #d9edf6;;
  background-color: #d9edf6!important;
  border-radius: 10px!important;
  padding-top: 1rem;
  font-size: 2.5rem;
  opacity: 1;
}
.hero-login-tabs .tab-pane {
  padding: 0vh 50px;
  padding-top: 5vh;
}
.hero-login-tabs .form-group {
  position: relative;
  border-bottom: 2px solid rgba(255,255,255,0.5);
  padding-top: 5vh;
  transition: 0.3s;
  margin-bottom: 15px;
}
.hero-login-tabs .form-group .fa {
  position: absolute;
  bottom: 0;
  left: 2px;
  width: 30px;
  height: 45px;
  line-height: 60px;
  display: block;
  color: #000;
  font-size: 18px;
  z-index: 1;
  transition: 0.3s;
}
.hero-login-tabs .form-group.active {
  border-color:  #000;
}
.hero-login-tabs .form-group.active label {
  opacity: 0.66;
  font-size: 12px;
  transform: translate3d(0, 0, 0);
}
.hero-login-tabs label {
  color: #000;
  font-weight: normal;
  font-size: 2.5rem;
  letter-spacing: 0.6px;
  position: absolute;
  margin: 0;
  top: 4vh;
  left: 0;
  z-index: 1;
  transform: translate3d(30px, 23px, 0);
  transition: 0.3s;
}
.hero-login-tabs .form-control {
  height: 45px;
  line-height: 45px;
  padding-top: 0;
  padding-bottom: 0;
  outline: none !important;
  padding-left: 30px;
  font-size: 16px;
  letter-spacing: 0.6px;
  color:  #000;
  background: none;
  border-radius: none;
  border: none;
  box-shadow: none;
  position: relative;
  z-index: 5;
}

