.header {
  display: none;
}

.nd-content {
  width: 100% !important;
}

body #page {
  background: #f6f6f7;
  border-radius: 0;
  padding: 32px 0px 0px 32px !important;
}

#main {
  width: 100%;
  min-height: 100vh;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/images/banner_login.jpg);
  background: #ffffff;
}
#main .register-examinee .nd_members {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: stretch;
  align-items: center;
}
#main .register-examinee .nd_members .left img {
  width: 85%;
  border-radius: 20px;
}
#main .register-examinee .nd_members .content_lg {
  display: block;
  width: 520px;
  height: 384px;
  left: 0px;
  top: 70px;
  background: #ffffff;
  border-radius: 32px;
}
#main .register-examinee .nd_members .content_lg .logo {
  text-align: center;
  top: -120px;
  position: relative;
}
#main .register-examinee .nd_members .content_lg .logo img {
  width: 197.221px;
  height: 80px;
}
#main .register-examinee .nd_members .content_lg #login {
  margin: 50px 60px 0px 60px;
  position: relative;
  top: -17%;
}
#main .register-examinee .nd_members .content_lg #login .form-controls {
  margin-bottom: 20px;
}
#main .register-examinee .nd_members .content_lg #login .form-controls label {
  margin: 0;
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
  color: #abb0ba;
  padding-bottom: 12px;
}
#main .register-examinee .nd_members .content_lg #login .form-controls input {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 17px 22px 17px 24px;
  gap: 10px;
  width: 400px;
  height: 48px;
  background: #ffffff url("../images/userquare.svg") no-repeat top 13px right 16.5px;
  box-shadow: 0px 8px 20px rgba(46, 45, 57, 0);
  border: 1px solid #e1e2e6;
  border-radius: 100px;
  outline: none;
}
#main .register-examinee .nd_members .content_lg #login .form-controls #password {
  background: #ffffff url("../images/lock1.svg") no-repeat top 13px right 16.5px;
}
#main .register-examinee .nd_members .content_lg #login form input:focus {
  border-color: green;
}
#main .register-examinee .nd_members .content_lg #login .form-btn p a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 18px 24px;
  gap: 10px;
  width: 400px;
  height: 48px;
  background: #55bade;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
  text-transform: uppercase;
}/*# sourceMappingURL=login.css.map */