body {
  background-color: gainsboro;
}
a {
  text-decoration: none;
}
input[type="password"],
input[type="text"],
input[type="email"] {
  width: calc(100% - 12px);
  border-radius: 4px;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 2px 10px;
  margin: 6px;
  height: 40px;
}
.logged-in {
  background: gainsboro url("https://www.monoedge.ai/img/Background_1.jpg")
    no-repeat center 80px;
}
.logged-out {
  background: gainsboro url("https://www.monoedge.ai/img/Background_1.jpg")
    no-repeat center 30px;
  background-size: 90%;
}
.login-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  max-width: 400px;
  color: #4d4d4d;
  background: url("/static/allauth/img/Background_2.c62d72990689.jpg") no-repeat center top;
  box-shadow:
    0 12px 25px 0 rgba(0, 0, 0, 0.5),
    0 17px 50px 0 rgba(0, 0, 0, 0.35);
}
.login_body {
  background: url("/static/allauth/img/Background_gray_4_top.4fe67713502a.jpg") left top
    no-repeat;
  background-color: #7a7a7a;
  /* color: #ffffff; */
  color: #4d4d4d;
  font-family: "Arial", serif;
  font-size: 14px;
  padding: 40px 40px 40px 40px;
  max-width: 400px;
  margin: 0px auto;
  /* height: 100vh; */
  overflow-y: hidden;
}
.login_body button {
  display: block;
  margin: 30px auto 0px auto;
  height: 40px;
  padding: 6px 10px;
  color: #414141;
  font-size: 14px;
  font-family: inherit;
  cursor: pointer;
}
.login-header {
  margin: 0;
  /* height:130px; */
  -ms-transform: translateY(-0%);
  transform: translateY(-0%);
  background-color: #e9e9e9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.login-header-icon-row {
  display: flex;
  justify-content: center;
  padding: 10px 10px 0px 20px;
}
.login-header-icon-row .logo {
  height: 60px;
  margin: 10px 20px 10px 10px;
}
.login-header-icon-row .title {
  height: 20px;
  width: 140px;
  font-size: 20px;
  text-wrap: nowrap;
  margin: 30px 10px 30px 0px;
  line-height: 20px;
}

.login-header .title1 {
  /* height: 50px; */
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
}
.login-body {
  margin: 0;
  /*height:270px;*/
  padding: 12px 25px 18px 25px;
  background-color: #ffffff;
  -ms-transform: translateY(-0%);
  transform: translateY(-0%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.login-body login {
  text-align: center;
  height: 260px;
  -ms-transform: translateY(-0%);
  transform: translateY(-0%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.login-btn {
  min-width: 120px;
  background: #e9e9e9;
  padding: 10px 15px;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.15s;
}
.change-password-container {
  margin: 0;
  /*height:270px;*/
  padding: 12px 10px 18px 34px;
  background-color: #ffffff;
  -ms-transform: translateY(-0%);
  transform: translateY(-0%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.change-password-container .change-password-container {
  text-align: center;
  height: 260px;
  -ms-transform: translateY(-0%);
  transform: translateY(-0%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.change-password-button button {
  text-align: center;
  background-color: #949494;
  color: #ffffff;
  border-radius: 5px;
  margin: 0px 0px 0px 6px;
  cursor: pointer;
}
.change-password-succeed-text {
  color: #006cff;
  padding: 10px 0px 0px 0px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
.back-to-home-link {
  text-align: left;
  margin: 20px 0px 0px 6px;
}
.back-to-home-link-text {
  color: #bdbdbd;
  text-decoration-line: underline;
  text-decoration-color: #bdbdbd;
}
.fb {
  background: url("") no-repeat center top;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  width: 198px;
  height: 37px;
  margin: 80px auto;
  overflow: hidden;
}
.inset {
  width: 200px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  text-align: center;
}
.inset .header {
  margin-bottom: 10px;
}
.remember-forgot-section {
  width: 94%;
  text-align: left;
  margin: 8px auto;
  font-size: 10px;
}
.forgot {
  float: right;
  margin-top: 2px;
}
.footnote {
  position: relative;
  top: 14px;
  margin-top: 6px;
  font-size: 10px;
}
.banner-img-logged-out,
.banner-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}
.pull-right {
  float: right;
}
.btn {
  color: #fff;
  font-size: 13px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-repeat: repeat-x;
  margin-top: 5px;
  padding: 3px 18px 5px 18px;
}

.btn:hover,
.btn.active {
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.7);
}

ul.errorlist {
  margin: 0;
  padding: 0;
}
ul.errorlist li {
  display: inline;
  color: red;
  font-size: 12px;
}
