@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
* {
  padding: 0;
  margin: 0;
  font-family: "Open Sans";
}
.head {
  height: 100px;
  background-color: black;
}
.main {
  display: grid;
  grid-template-columns: 50% 50%;
}
.imgBox {
  width: 100%;
}
.imgBox img {
  width: 100%;
}
.navMain {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navMain .mainContent {
  width: 521px;
}
h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  color: #24272c;
  text-align: center;
}
.line {
  border-bottom: 1px solid black;
  padding-bottom: 8px;
}
.soc {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 46px;
}
.sm {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 18px rgba(152, 152, 152, 0.25);
  padding: 10px;
  width: 230px;
  height: 41px;
}
.sm span {
  font-size: 14px;
  color: #828282;
  margin-left: 24px;
}
.lines {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 14px;
  color: #c9c9c9;
  margin-top: 52px;
}
.lines .ln {
  border: 1px solid #c9c9c9;
  width: 241px;
}
.forLabel {
  margin-top: 40px;
}
.infoLBL div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.infoLBL p {
  font-size: 16px;
  color: #4f4f4f;
  margin-left: 20px;
}
.infoLBL input {
  outline: none;
  border: none;
  border-bottom: 1px solid #868686;
  width: 100%;
}
.tripleElems {
  display: flex;
  justify-content: space-between !important;
  align-items: center;
}
.agreeDiv {
  margin-top: 21px;
}
.agree span {
  font-weight: 300;
  font-size: 11px;
  color: #868686;
  margin-left: 10px;
}
.selecting {
  background: #24272c;
  color: #fff;
  font-size: 18px;
  width: 100%;
  height: 50px;
  margin-top: 60px;
  cursor: pointer;
}
.txt {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #646464;
  text-align: center;
  margin-top: 16px;
}
.txt span {
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  border-bottom: 1px dashed #000000;
}

/* second page */
.forget {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
}
.forget a {
  font-size: 12px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #828282;
}
/* forgot */
.forgotMain {
  display: grid;
  grid-template-columns: 100%;
  justify-items: center;
  padding-top: 50px;
}
.forgotImg {
  display: flex;
  justify-content: center;
  align-items: center;
}
.texts {
  font-size: 16px;
  color: #646464;
  text-align: center;
  margin-top: 25px;
}
.footerImgBox {
  margin-top: 50px;
}

@media only screen and (max-width: 1100px) {
  .main {
    zoom: 75%;
  }
}

@media only screen and (max-width: 800px) {
  .main {
    zoom: 100%;
    grid-template-columns: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .navMain .mainContent {
    width: 300px;
  }
  .ln {
    width: 100px;
  }
}

.error {
    color: rgb(243, 104, 104);
}
.soc_button {
    text-decoration: none;
}
.password-request {
    color: rgb(0, 128, 0);
}
