.inter-font{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container{
    max-width: 400px;
    margin: 0 auto;
    background-color: #EAFFF1;
}
body{
    height: 900px;
    margin: 10vh auto;
}


.container>nav{
    padding: 8px;
    display: flex;
    justify-content: space-between;
    gap: 5px;
}
.container>nav{
    background: linear-gradient(to right, rgb(255, 255, 255, .397), rgba(0, 0, 255, 0.377));
}


.container>.banner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 450px;
}
.container>div>h2{
    font-size: 1.5rem;
    font-weight: 900;
    color: #1D1A1AE3;
}
.container>div>p{
    font-weight: 800;
    font-size: 1rem;
    color: #52E568;
}

.container .button{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.btn1{
    width: 300px;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid;
    font-weight: 800;
    font-size: 1.25rem;
    color: #52E568;

}
.btn2{
    background-color: #52E568;
    color: white;
    margin-bottom: 50px;
}
.btn1:hover{
    background-color: rgba(0, 0, 0, 0.397);
    color: white;
}


/* -----Sign In--------- */
.main-section{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding-top: 100px;
    padding-bottom: 50px;
}
.main-section>.sp{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.main-section>.sp>p{
    font-weight: 700;
    font-size: .9rem;
}
#mp{
    font-weight: 400;
    color: black;
    font-size: 1rem;
}

/* ------ */
.form-box {
  width: 320px;
}

.input-group {
  position: relative;
  margin-bottom: 15px;
}

.input-group i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  font-size: 16px;
}

.input-group input {
  width: 100%;
  padding: 12px 15px 12px 45px;
  border-radius: 12px;
  border: 1px solid #b6d8c3;
  outline: none;
  font-size: 14px;
  background: transparent;
}

.input-group input::placeholder {
  color: #777;
}

.input-group input:focus {
  border-color: #4caf82;
}

.sbtn{
    background-color: #52E568;
    color: white;
}
.btn3{
    width: 300px;
    padding: 15px;
    border-radius: 9px;
    border: 1px solid;
    font-weight: 800;
    font-size: 1rem;
    color: #52E568;
}

/* --------------- */