@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body{
  background: #699F6EB8;
}
/* form-layout style */
.form-wrapper{
  background: #244000;
  height: auto;
  width: 50%;
  margin: 0 auto;
  margin-top: 5em;
  border-radius: 10px;
  color: #fff;
  padding-bottom: 1em;
}
.form-content{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
input[type=text],
input[type=number]
{
  padding: 1em;
  width: 500px;
  border: none;
  border-radius: 10px;
  outline: none;
}
/* logo*/
.nav-logo{
  display: flex;
  justify-content: center;
  margin-bottom: -4em;
}
label{
  font-size: 26px;
} 
/* button */
.button-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1em;
}
.acct-btn {
  padding: 1em 3em;
  background-color: #A8D75C;
  border: none;
  display: block;
  width: 150px;
  border-radius: 10px;
  font-weight: bold;
  font-weight: bolder;
}
/* reg-button */
.Reg-acct{
  background-color: #A8D75C;
  border: none;
  border-radius: 10px;
  width: 300px;
  margin: .9em;
  font-weight: bolder;
  padding: 1em 2em;
}
.Reg-acct a{
  color: #000;
  text-decoration: none;
}
.E-content{
  text-align: center;
  margin-top: 1.2em;
  font-size: 22px;
}
.account {
  text-align: center;
  font-size: 23px;
}
.acct-btn:hover{
  opacity: .7;
}
p, a{
  /* margin-left: 3em; */
  margin-top: 10px;
  text-decoration: none;
  color: #fff;
  margin-bottom: 2em;
}
p:hover{
  text-decoration: underline;
}
.Reg-acct:hover{
  opacity: .7;
}

@media only screen and (max-width: 400px){
  /* form-layout style */
.form-wrapper{
  background: #244000;
  height: auto;
  width: 80%;
  margin-bottom: 10px;
  }
  .account{
    /* padding: em; */
    font-size: 18px;
  }
  .E-content{
    font-size: 18px;
    margin-left: .8em;
  }
  .logo{
    width: 120px;
  }
  .E-content{
    margin-top: 1em;
    font-size: 22px;
  }
  .account {
    text-align: center;
    font-size: 23px;
  }
  /* Inner input */
  input[type=text],
   input[type=number]
{
  padding: .6em;
  width: 290px;
  border: none;
  border-radius: 10px;
  outline: none;
  display: block;
  margin: 0 auto;
}
label{
  font-size: 14px;
  margin-left: 2em; 
}
p, a{
  margin-top: 10px;
  text-decoration: none;
  color: #fff;
}
p:hover{
  text-decoration: underline;
}
}
/* screen size 768  */
@media only screen and (max-width: 768px){
  /* form-layout style */
  .form-wrapper{
    background: #244000;
    height: auto;
    width: 80%;
    margin-bottom: 10px;
  }
  label{
    font-size: 16px;
  }
  sup{
    color: #fff;
    margin-left: .1em;
  }
  p, a{
    margin-top: 10px;
    text-decoration: none;
    color: #fff;
  }
  p {
    text-align: center;
  }
  p:hover{
    text-decoration: underline;
  }
}

/* ipad Air 4 screen size 820px  */
@media only screen and (max-width: 820px){
  /* form-layout style */
  .form-wrapper{
    background: #244000;
    height: auto;
    width: 80%;
    margin-bottom: 10px;
  }
  label{
    font-size: 16px;
  }
  sup{
    color: #fff;
    margin-left: .1em;
  }
  p, a{
    margin-top: 10px;
    text-decoration: none;
    color: #fff;
  }
  p {
    text-align: center;
  }
  p:hover{
    text-decoration: underline;
  }
}

/* ipad Air PRO 11 screen size 820px  */
@media only screen and (max-width: 838px){
  /* form-layout style */
  .form-wrapper{
    background: #244000;
    height: auto;
    width: 80%;
    margin-bottom: 10px;
  }
  label{
    font-size: 16px;
  }
  sup{
    color: #fff;
    margin-left: .1em;
  }
  p, a{
    margin-top: 10px;
    text-decoration: none;
    color: #fff;
  }
  p {
    text-align: center;
  }
  p:hover{
    text-decoration: underline;
  }
}
/* smaller screen size 320px */
@media only screen and (max-width: 320px){
input[type=text],
input[type=number]
{
  padding: 1em;
  width: 210px;
  border: none;
  border-radius: 10px;
  outline: none;
}
.form-wrapper{
  background: #244000;
  height: auto;
  width: 90%;
  margin-bottom: 10px;
}
label{
  font-size: 16px;
}
}
@media only screen and (max-width: 415px){
  input[type=text],
  input[type=number]
  {
    padding: 1em;
    width: 350px;
    border: none;
    border-radius: 10px;
    outline: none;
  } 
  .form-wrapper{
    background: #244000;
    height: auto;
    width: 95%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 428px){
  input[type=text],
  input[type=number]
  {
    padding: 1em;
    width: 350px;
    border: none;
    border-radius: 10px;
    outline: none;
  } 
  .form-wrapper{
    background: #244000;
    height: auto;
    width: 95%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 412px){
input[type=text],
input[type=number]
{
  padding: 1em;
  width: 250px;
  border: none;
  display: flex;
  margin: 0 auto;
  border-radius: 10px;
  outline: none;
}
label{
  font-size: 14px;
  margin-left: 4em; 
}
}

/* smaller screen size 360px */
@media only screen and (max-width: 360px){
input[type=text],
input[type=number]
{
  padding: 1em;
  width: 250px;
  border: none;
  border-radius: 10px;
  outline: none;
}
.Reg-acct{
  width: 250px;
}
}