body {
  background: aliceblue;
}
.main {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 86vh;
  padding-top: 100px;
}
.banner-img {
  flex-basis: 25%;
  height: 450px;
}
img {
  height: 450px;
  width: 350px;
}
.form-right {
  display: flex;
  flex-direction: column;
  background: white;
  justify-content: center;
  align-items: center;
  flex-basis: 35%;
  height: 450px;
}
h1 {
  text-align: center;
  color: #00b47f;
}
#form-block {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  width: 400px;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 20px;
  border: 1px solid gray;
}
.form-inner {
  width: 85%;
  margin: auto;
}
.login_form div {
  margin-bottom: 10px;
}
/* input tyle */
.ip-st {
  width: 100%;
  height: 25px;
}
.link-style {
  float: right;
  color: black;
}
