﻿/*#login > div {
       height: 100%;
       width: 40%;
       min-width: 500px;
       position: relative;
   }*/
/*#login > div > div {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            height: 180px;
            width: 380px;
            margin: auto;
        }*/
/*#login #logo {
        background-color: #2e2e2e;
        border: 1px solid #222;
        width:330px;
        margin-bottom: 10px;
        position: absolute;
        top: -120px;
    }*/
/*#login > img {
        position: fixed;
        width: 100%;
    }*/
/*#login #blur {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #727272;
        opacity: 0.5;
        border-right: 1px solid #8d8d8d;
        background-color: #626262;
        opacity: 0.2;
        box-shadow: 6px 0 10px #000;
    }*/
#login {
  background-size: cover;
  background-color: #eee;
}
#login #logo {
  padding: 45px;
  background: url("/Content/Images/bg.jpeg");
  position: relative;
  background-position-x: -500px;
}
#login #logo #lg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #2b3844;
  opacity: 0.95;
  z-index: 0;
  border-radius: 5px 0 0 5px;
}
#login #logo img {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#login #logo .title {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 15px 0;
  z-index: 1;
}
#login #logo .desc {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  z-index: 1;
}
#login #hl {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  background: url("/Content/Images/bg.jpeg");
  background-size: cover;
}
#login #hm {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  opacity: 0.9;
  background-color: #00a9b6;
}
#login .validation-summary-errors ul {
  list-style: none;
  color: #ff9292;
}
#login .validation-summary-errors ul li {
  padding-left: 12px;
}
#login form #t {
  font-weight: bold;
  font-size: 2.3em;
  color: #00b2c1;
  margin: 0;
}
#login form #d {
  font-size: 1em;
  color: #749597;
  margin-bottom: 20px;
}
#login form input {
  background: #f4f4f4;
  border: 1px solid #fff;
  border-bottom: 1px solid #ddd;
  filter: none;
  box-shadow: none;
  color: #fff;
  height: 50px;
  padding-left: 12px;
  width: 100%;
  flex: 0 0 50px;
  color: #000;
}
#login form input:focus {
  border-bottom-color: #00b2c1 !important;
}
#login form input:autofill {
  background: #fff;
}
#login form input[name=userName] {
  margin-bottom: 20px;
}
#login form input[type=submit] {
  background-color: #00b2c1;
  box-shadow: none;
  color: #fff;
  font-size: 20px;
  height: 50px;
  flex: 0 0 50px;
  line-height: 27px;
  margin-top: 25px;
  border-color: #35aaa0;
  border-radius: 3px;
  /*transition: transform ease-in .05s;

  &:hover {
      transform: scale(1.02);
  }*/
}
#login #lm {
  width: 100vw;
  max-width: 1400px;
  display: flex;
  justify-content: center;
  height: 100vh;
  /*max-height: 700px;*/
  align-items: center;
  position: relative;
  z-index: 2;
  border: none;
}
#login #auth_wrap {
  width: 870px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: #fff;
}
#login #auth_wrap form {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}
#login #auth_wrap #auth {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  padding: 65px 45px;
  box-shadow: 5px 2px 7px #d9d9d9;
  z-index: 9;
}
#login #auth_wrap #auth .alert {
  margin: 0;
  margin-top: 20px;
  width: 100%;
}
#login #auth_wrap #auth .alert p {
  margin: 0px;
}
#login #auth_wrap #logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 45%;
  background-color: #2b3844;
  border-radius: 5px 0px 0px 5px;
}
#login #auth_wrap #logo img {
  width: 150px;
  height: 210px;
}
