#main {
  overflow: inherit;
}

.register-examinee {
  position: relative;
  background: url("../images/backgroung.svg") no-repeat top 0px left 0px;
  background-size: cover;
}

.register-examinee .bg {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.register-examinee .content_dn {
  padding: 41px 0px;
}

.register-examinee .content_dn .avatar {
  text-align: center;
  margin-bottom: 20px;
}

.register-examinee .content_dn h1 {
  text-align: center;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  font-family: Roboto;
  color: #FFFFFF;
  margin-top: 0px;
  margin-bottom: 40px;
}

.register-examinee .content_dn .form {
  width: 370px;
  margin: auto;
}

.register-examinee .content_dn .form .label_error {
  margin-bottom: 0px;
}

.register-examinee .content_dn .form .item_input {
  margin-bottom: 20px;
}

.register-examinee .content_dn .form .item_forget {
  position: relative;
}

.register-examinee .content_dn .form .item_forget .forgot-pass {
  position: absolute;
  top: 2px;
  right: 0px;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

.register-examinee .content_dn .form .btn-dn {
  margin-top: 40px;
}

.register-examinee .content_dn .form .btn-dn a {
  display: block;
  background: #013A82;
  padding: 14px 0px 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.register-examinee .content_dn .form .btn-dn:after {
  content: unset;
}

.register-examinee .content_dn .form .btn-forget {
  margin-top: 20px;
}

.register-examinee .content_dn .form input {
  border: unset;
  border-bottom: 1px solid #ffffff;
  height: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  padding-left: 35px;
  width: 100%;
}

.register-examinee .content_dn .form input:focus {
  outline: unset;
}

.register-examinee .content_dn .form #email {
  background: url("../images/user.svg") no-repeat top 7px left;
}

.register-examinee .content_dn .form #password {
  background: url("../images/pass.svg") no-repeat top 7px left;
}

.register-examinee .content_dn .form input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

.register-examinee .content_dn .form input:-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

.register-examinee .content_dn .form input::-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

.register-examinee .content_dn .form input::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

@media (max-width: 550px) {
  .register-examinee .content_dn h1 {
    font-size: 18px;
  }
  .register-examinee .content_dn .form .btn-dn a {
    font-size: 16px;
  }
}
/*# sourceMappingURL=register.css.map */