* {
  margin: 0;
  padding: 0;
  font-family: arial;
}

body {
  background-color: rgb(240, 242, 245);
}

.img1 {
  width: 301.6px;
  height: 106px;
  margin-left: -30px;
}

.para-div {
  line-height: 32px;
  font-size: 28px;
}

.main-div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 600px;
}

.right-div {
  background-color: white;
  width: 396px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 3px 15px 3px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}

.email-inp,
.password-inp {
  padding: 8px 0;
  border: 1px solid rgb(237, 233, 233);
  width: 90%;
  padding: 14px 16px;
  border-radius: 6px;
  font-size: 17px;
  outline-width: 1px;
  outline-color: rgb(111, 166, 242);
}

.email-inp::placeholder,
.password-inp::placeholder {
  color: rgb(161, 161, 161);
}

.login-div {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.btn-login {
  background-color: #1877f2;
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  width: 99%;
  padding: 14px 16px;
  border: none;
  margin-left: -3px;
  border-radius: 6px;
  cursor: pointer;
}

.frp-div {
  color: #4390f4;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
}

.frp-div:hover {
  text-decoration: underline;
}

.right-div div {
  margin-top: 6px;
  width: 94%;
  padding-bottom: 6px;
}

.btn-cna {
  background-color: #48b532;
  font-size: 18px;
  color: white;
  padding: 14px 14px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.cna-div {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.line-main {
  height: 30px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.line {
  position: absolute;
  top: 8%;
  border-bottom: 1px solid rgb(228, 225, 225);
  position: absolute;
}

.left-div {
  display: grid;
  grid-template-rows: 1fr 1fr;
  width: 500px;
}

.cp {
  position: absolute;
  bottom: -15%;
  font-size: 15px;
  text-align: center;
}

.sp1 {
  font-weight: bold;
  cursor: pointer;
}

.sp1:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 800px) {
  .para-div {
    font-size: 26px;
  }
}

@media only screen and (max-width: 600px) {
  .main-div {
    flex-wrap: wrap;
  }
  .para-div {
    font-size: 24px;
  }
  .left-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 396px;
    text-align: center;
  }
  .img1 {
    margin: 0;
  }
}
