.outer-top-bd {
  margin-top: 30px;
}

h1 {
  padding-top: 0;
  margin-top: -5px;
  margin-bottom: 30px;
  text-align: center;
}

.sign_in_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.sign_in_header .sign_in_header_google {
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: all 0.3s ease-in-out;
  background: url(../icon/google_icon.svg);
  transition: all 0.3s ease-in-out;
}
.sign_in_header .sign_in_header_google:hover {
  filter: opacity(0.6);
}

#dropdown {
  left: -9999px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

#check {
  transform: scale(1.3);
  opacity: 0.9;
  cursor: pointer;
}

#check_text {
  cursor: pointer;
}

.show-pass,
.show-pass2,
.show-pass3 {
  color: #fb6a52;
  font-size: 15px;
  font-weight: 700;
  right: 17px;
  position: absolute;
  text-align: center;
  top: 15px;
  width: 15px;
  cursor: pointer;
}