* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

button {
  cursor: pointer;
}

body {
  background-color: #F3F3F3;
}

.wrapper-main {
  /*width: 900px;*/
  width: 100%;
  
  margin: 0 auto;
 /* border: 1px solid red;*/
  
}



.header-signup {
  height: 100%;
  width: 70px;
  padding: 0 6px;
  border: none;
  border-radius: 4px;
  margin-left: 8px;
  font-family: arial;
  font-size: 13px;
  line-height: 36px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
}



main {
  padding-top: 20px;
 /* border: 1px solid black; */
}

.section-default {
  width: 80%;
  padding: 20px;
  border-radius: 6px;
  background-color: #FFF;
  margin: 0 auto;
  text-align:center;
 
}


h1 {
  text-align: center;
  font-size: 20px;
  font-family: arial;
  color: #111;
}

.section-default p {
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
  font-family: arial;
  color: #111;
  
}

/* signup.php */


.form-signup button {
  display: block;
  height: 40px;
  padding: 0 10px;
  margin: 0 auto;
  border: none;
  border-radius: 4px;
  background-color: #333;
  font-family: arial;
  font-size: 13px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
}

/* RESET PASSWORD */

.form-resetpwd {
  margin: 0 auto;
 /* width: 280px;*/
}

.form-resetpwd input {
  
  width: 99.5%;
  max-width: 75%;
  height: 30px;
  text-align:center;
  
  margin-bottom: 6px;
  border: 1px solid #CCC;
  border-radius: 4px;
  background-color: #F6F6F6;
  
  font-family: arial;
 /* border: 1px solid green;*/
   font-size: 10px;
  
  
}

.form-resetpwd button {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  margin: 0 auto;
  border: none;
  border-radius: 4px;
  background-color: #333;
  font-family: arial;
  font-size: 11px;
  color: #FFF;
  /*text-transform: uppercase;*/
  text-align: center;
   max-width: 50%;
}

.p-forgetpwd {
  display: block;
  padding: 10px 0;
  width: fit-content;
  margin: 0 auto;
  font-size: 14px;
  font-family: arial;
  color: #111;
}


@media only screen and (min-width: 400px) {

h1 {
   text-align: center;
   font-size: 26px;
   font-family: arial;
   color: #111;
}
  
  .section-default p {
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    font-family: arial;
     color: #111;
  }  

}




@media only screen and (min-width: 400px) {

h1 {
   text-align: center;
   font-size: 26px;
   font-family: arial;
   color: #111;
}
  
  .section-default p {
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    font-family: arial;
     color: #111;
  }  


  
.form-resetpwd input {
  
  width: 99.5%;
  max-width: 50%;
  height: 30px;
  text-align:center;
  
  margin-bottom: 6px;
  border: 1px solid #CCC;
  border-radius: 4px;
  background-color: #F6F6F6;
  
  font-family: arial;
 /* border: 1px solid green; */
   font-size: 14px;
  
  
}

.form-resetpwd button {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  margin: 0 auto;
  border: none;
  border-radius: 4px;
  background-color: #333;
  font-family: arial;
  font-size: 14px;
  color: #FFF;
  /*text-transform: uppercase; */
  text-align: center;
   max-width: 50%;
}

  

  
}




@media only screen and (min-width: 1300px) {



  h1 {
   text-align: center;
   font-size: 27px;
   font-family: arial;
   color: #111;
}
  
  .section-default p {
    padding: 10px 0;
    text-align: center;
    font-size: 17px;
    font-family: arial;
     color: #111;
  }  


  
.form-resetpwd input {
  
  width: 99.5%;
  max-width: 50%;
  height: 30px;
  text-align:center;
  
  margin-bottom: 6px;
  border: 1px solid #CCC;
  border-radius: 4px;
  background-color: #F6F6F6;
  
  font-family: arial;
 /* border: 1px solid green;*/
   font-size: 16px;
  
  
}

.form-resetpwd button {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  margin: 0 auto;
  border: none;
  border-radius: 4px;
  background-color: #333;
  font-family: arial;
  font-size: 16px;
  color: #FFF;
  text-align: center;
   max-width: 50%;
}





  
 }