::-moz-placeholder {
  font-family: myfont-light;
  color: #49bcce;
}

::placeholder {
  font-family: myfont-light;
  color: #49bcce;
}

::-moz-placeholder {
  font-family: myfont-light;
  color: #49bcce;
}

:-ms-input-placeholder {
  font-family: myfont-light;
  color: #49bcce;
}

.Register_pop .userbtn input {
  font-family: myfont-light;
  font-size: medium;
  color: whitesmoke;
  background-image: url("../pic/site/Box.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: none;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  border: 5px solid white;
  border-radius: 10px 10px;
}
@media (max-width: 1000px) {
  .Register_pop .userbtn input {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.Register_pop .userbtn .userbox {
  width: 15%;
  position: absolute;
  padding: 2px;
  border: solid 2px #49bcce;
  border-radius: 5px;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .Register_pop .userbtn .userbox {
    width: 15%;
  }
}
.Register_pop .userbtn .userbox label {
  color: #49bcce;
  position: absolute;
  margin: 0.5em 1em;
  font-weight: 600;
  font-size: medium;
}
.Register_pop .userbtn .userbox ul {
  background-color: white;
  list-style: none;
  color: #49bcce;
}
.Register_pop .userbtn .userbox li:hover {
  transition: all 0.5s ease;
  opacity: 0.6;
  text-decoration: underline;
}
.Register_pop .userbtn .userbox .new_bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: lightgreen;
  position: absolute;
  margin: -18px;
  animation: blink 1s ease infinite;
}
.Register_pop .userbtn .userbox:hover {
  border: solid 2px darkblue;
  color: white;
  transition: all 1s ease;
}
.Register_pop .cont-loginform {
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  display: grid;
  grid-template-rows: 20% 80%;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 1000px) {
  .Register_pop .cont-loginform {
    grid-template-rows: 20em 45em;
  }
}
.Register_pop .cont-loginform .head-logo {
  grid-row: 1;
  width: 18%;
  justify-self: center;
  align-self: flex-end;
  margin: -5em auto;
}
.Register_pop .cont-loginform .head-logo img {
  width: 100%;
}
@media (max-width: 1000px) {
  .Register_pop .cont-loginform .head-logo {
    width: 45%;
    margin: 1em auto;
  }
}
.Register_pop .cont-loginform .pop {
  grid-row: 2;
  justify-self: center;
  align-self: center;
  background-color: white;
  box-shadow: 2px 5px 1em 0.5em rgba(128, 128, 128, 0.9);
  z-index: 2;
  width: 35%;
  height: 68%;
  border-radius: 10px;
}
@media (max-width: 1000px) {
  .Register_pop .cont-loginform .pop {
    width: 70%;
    height: 45em;
  }
}
.Register_pop .cont-loginform .pop .title {
  margin: 1em auto;
  color: #49bcce;
  font-size: large;
  font-weight: 600;
  text-align: center;
  width: 100%;
}
@media (max-width: 1000px) {
  .Register_pop .cont-loginform .pop .title {
    font-size: 35px;
  }
}
.Register_pop .cont-loginform .pop .form-title {
  font-size: large;
  text-align: center;
  margin: auto 5%;
}
@media (max-width: 1000px) {
  .Register_pop .cont-loginform .pop .form-title {
    font-size: 30px;
    font-weight: 600;
  }
}
.Register_pop .cont-loginform .pop .txtuser {
  margin: 2em auto;
  font-weight: 600;
  font-size: large;
}
@media (max-width: 1000px) {
  .Register_pop .cont-loginform .pop .txtuser {
    font-size: 25px;
  }
}
.Register_pop .cont-loginform .pop input {
  border: 1px solid #49bcce;
  border-radius: 5px;
  height: 3em;
  width: 70%;
  text-align: center;
}
.Register_pop .cont-loginform .pop .btndg {
  width: 100%;
  background-color: #49bcce;
  color: white;
  font-family: myfont-light;
  font-size: large;
  font-weight: 600;
  transition: all 0.5s ease;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .Register_pop .cont-loginform .pop .btndg {
    font-size: 25px;
    height: 4em;
  }
}
.Register_pop .cont-loginform .pop .btndg:hover {
  transition: all 0.5s ease;
  opacity: 0.7;
}
.Register_pop .cont-loginform .pop .btndg-dis {
  width: 100%;
  opacity: 0.7;
  background-color: gray;
  color: rgb(224, 224, 224);
  font-family: myfont-light;
  font-size: large;
  font-weight: 600;
}
@media (max-width: 1000px) {
  .Register_pop .cont-loginform .pop .btndg-dis {
    font-size: 25px;
    height: 4em;
  }
}
.Register_pop .cont-loginform .pop .processing {
  height: 3.4em;
  width: 100%;
  border-radius: 5px;
  background-color: #49bcce;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Register_pop .cont-loginform .pop .processing svg {
  height: 30px;
  width: 75px;
  margin-top: 5px;
  fill: white;
  transform: scale(0.6);
}
.Register_pop .cont-loginform .pop .processing svg circle:nth-child(1) {
  transform: translateX(0px);
  animation: fadecir 0.8s ease infinite;
}
.Register_pop .cont-loginform .pop .processing svg circle:nth-child(2) {
  transform: translateX(50px);
  animation: fadecir 0.8s ease infinite;
  animation-delay: 0.3s;
}
.Register_pop .cont-loginform .pop .processing svg circle:nth-child(3) {
  transform: translateX(25px);
  animation: fadecir 0.8s ease infinite;
  animation-delay: 0.6s;
}
@media (max-width: 1000px) {
  .Register_pop .cont-loginform .pop .processing {
    height: 6em;
  }
}
.Register_pop .cont-loginform .pop .page1 {
  display: flex;
  flex-wrap: wrap;
}
.Register_pop .cont-loginform .pop .page1 .txtuser {
  letter-spacing: 5px;
}
@media (max-width: 1000px) {
  .Register_pop .cont-loginform .pop .page1 .txtuser {
    margin: 3em auto;
  }
}
.Register_pop .cont-loginform .pop .page1 .btnbox {
  width: 70%;
  margin: auto;
}
@media (max-width: 1000px) {
  .Register_pop .cont-loginform .pop .page1 .btnbox {
    margin: 2em auto;
  }
}
.Register_pop .cont-loginform .pop .spacer {
  line-height: 4em;
}
.Register_pop .cont-loginform .pop .pop-cancel {
  text-decoration: underline;
  color: #49bcce;
  cursor: pointer;
  margin: 47%;
}
@media (max-width: 1000px) {
  .Register_pop .cont-loginform .pop .pop-cancel {
    font-size: 25px;
  }
}
.Register_pop .cont-loginform .pop .page2 {
  display: flex;
  flex-wrap: wrap;
}
.Register_pop .cont-loginform .pop .page2 .title {
  margin: 1em auto;
}
.Register_pop .cont-loginform .pop .page2 .txtuser {
  margin: 1em auto;
}
@media (max-width: 1000px) {
  .Register_pop .cont-loginform .pop .page2 .txtuser {
    font-size: 25px;
  }
}
.Register_pop .cont-loginform .pop .page2 .btnbox {
  width: 70%;
  margin: auto;
}
@media (max-width: 1000px) {
  .Register_pop .cont-loginform .pop .page2 .btnbox {
    margin: 2em auto;
  }
}
.Register_pop .cont-loginform .pop .page2 .pass-label {
  transition: all 0.5s ease;
  margin: 0.5em 1em;
  color: #49bcce;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .Register_pop .cont-loginform .pop .page2 .pass-label {
    font-size: 25px;
  }
}
.Register_pop .cont-loginform .pop .page2 .pass-label:hover {
  transition: all 0.5s ease;
  opacity: 0.6;
}
.Register_pop .cont-loginform .pop .page2 .error {
  margin: auto;
  width: 100%;
  color: red;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1000px) {
  .Register_pop .cont-loginform .pop .page2 .error {
    font-size: 25px;
  }
}
.Register_pop .cont-loginform .pop .page2 p {
  margin: auto;
  width: 90%;
  text-align: center;
}
@media (max-width: 1000px) {
  .Register_pop .cont-loginform .pop .page2 p {
    font-size: 25px;
  }
}
.Register_pop .cont-loginform .pop .page3 {
  height: 70%;
}
.Register_pop .cont-loginform .pop .page3 .btnbox {
  width: 70%;
  margin: 10% auto;
}
@media (max-width: 1000px) {
  .Register_pop .cont-loginform .pop .page3 .btnbox {
    margin: 8em auto;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadecir {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.2;
  }
  66% {
    opacity: 1;
  }
}/*# sourceMappingURL=login_pop.css.map */