.page-template-register-template #header,
.page-template-register-template .bg-breadcrumb,
.page-template-register-template #footer {
  display: none;
}


.log-ore {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}

#loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1011;
}

.authenticate .row {
  width: 100%;
  max-width: 700px;
  margin: auto;
  padding: 50px 15px 90px 15px !important;
}

.authenticate .col {
  box-shadow: 5px 2px 30px 0px #0c0c2d26;
  border-radius: 10px;
  background: white;
  padding: 25px;
}

.authenticate h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  color: #0C0C6F;
}

.authenticate input {
  box-shadow: none !important;
  margin-bottom: 0;
  width: 100% !important;
  min-height: 40px;
  border-radius: 6px 0 0 6px !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
  color: #000000 !important;
  border-right: 0 !important;
}

.authenticate input::placeholder {
  color: #6B7280;
}

.authenticate button {
  width: 100%;
  max-width: 100px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-transform: initial;
  border-radius: 0 6px 6px 0;
  padding: 0 10px;
}

.authenticate form .nov {
  display: flex;
  width: 100%;
  max-width: 555px;
  margin: auto;
}

.authenticate .note {
  text-align: center;
}

.authenticate .note p {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #374151;
}

#loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1011;
}



.spinner {
  width: 64px;
  height: 64px;
  position: relative;
  background-image:
    linear-gradient(#5e9332 16px, transparent 0),
    linear-gradient(#006145 16px, transparent 0),
    linear-gradient(#006145 16px, transparent 0),
    linear-gradient(#5e9332 16px, transparent 0);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: left top, left bottom, right top, right bottom;
  animation: rotate 1s linear infinite;
}

@keyframes rotate {
  0% {
    width: 64px;
    height: 64px;
    transform: rotate(0deg)
  }

  50% {
    width: 30px;
    height: 30px;
    transform: rotate(180deg)
  }

  100% {
    width: 64px;
    height: 64px;
    transform: rotate(360deg)
  }
}


.error-orenda {
  border-radius: 50%;
  background: red;
  margin-right: 2px;
}

.error-orenda::before {
  content: "\00d7";
  padding: 0 4px;
  color: white;
  font-size: larger;
}

.home-dangky {
  /* background: #ffffff; */
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-dangky #site-content {
  width: 100%;
  max-width: 570px;
  margin: auto;
  padding: 20px;
  position: relative;
}

.home-dangky #site-content .section-inner {
  /* box-shadow: 5px 2px 30px 0px #ff9d1fa3; */
  border-radius: 15px;
  padding: 20px;
  background: #ffffffc4;
  border: 1px solid #dbdbdb;
}

.home-dangky .section-inner h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  color: #060846;
  text-transform: uppercase;
}

.home-dangky .section-inner .form-submit {
  background: #5e9332;
  border-radius: 8px;
  margin: 0;
  width: 100%;
  color: white;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  text-transform: initial;
  margin-top: 5px;
  text-indent: 0px;
  font-weight: normal;
  min-height: 42px;
}

.home-dangky .section-inner .form-submit:hover {
  box-shadow: 0 8px 17px rgb(3 86 0 / 65%);
}



.home-dangky #orenda-registerform {
  margin-bottom: 0;
}

.home-dangky #orenda-registerform div {
  position: relative;
}

.home-dangky #orenda-registerform>div {
  position: relative;
}

.home-dangky #orenda-registerform .password-field .toggle-password {
  position: absolute;
  right: 12px;
  font-size: 16px;
  top: 34px;
  cursor: pointer;
}

.home-dangky #orenda-registerform .password-field input {
  padding-right: 35px;
}

.home-dangky #orenda-registerform label {
  font-size: 15px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #000000;
  margin-bottom: 8px;
}

.home-dangky #orenda-registerform label span {
  color: red;
  margin-left: 3px;
}

.home-dangky #orenda-registerform input {
  box-shadow: unset;
  border: 1px solid #B7BDC6;
  border-radius: 8px;
  min-height: 42px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #000000;
  text-indent: 5px;
  margin-bottom: 18px;
}

.home-dangky #orenda-registerform input::placeholder {
  color: #B7BDC6;
}

.orenda-textback {
  text-align: center;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.orenda-textback a {
  color: black;
  font-weight: normal;
  font-size: 15px;
}

.orenda-textback a:hover {
  color: #5e9332;
}

.home-dangky #orenda-registerform select {
  box-shadow: unset;
  border: 1px solid #B7BDC6;
  border-radius: 8px;
  min-height: 42px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #000000;
  text-indent: 5px;
  margin-bottom: 18px;
}

.home-dangky #orenda-registerform textarea {
  box-shadow: unset;
  border: 1px solid #B7BDC6;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #000000;
  text-indent: 5px;
  margin-bottom: 18px;
  min-height: 80px;
}

.home-dangky #orenda-registerform .nov {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
}