body {
  background-color: rgb(255, 255, 255);
  font: normal 16px/1.38 Tahoma;
  color: rgb(0, 0, 0);
}

.divcontainerinfo-1 {
  width: 610px;
  height: 720px;
  margin: 30px auto 0;
  border-radius: 4px;
  background-color: #d7d7dd;
}

.error {
    width: 250px;
    margin: 10px auto;
    text-align: center;
    color: red;
}

.title {
        
  width: 200px;
  height: 30px;
  margin: 15px auto;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #000;

}


/*
  .divcontainerinfo-1 {
    width: 609px;
    height: 690px;
  }
  */
  
  .divsignupinfo-1 {
  position: relative;
  z-index: 50;
  width: 480px;
  height: 610px;
  margin: 10px auto;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.holder2 {
    width: 400px;
    height:225px;
    margin: 0 auto;
    color: #000;
}

.holder3 {
    display: none;
    width: 400px;
    height:225px;
    margin: 0 auto;
    color: #000;
}

.desc {
    
  display: block;
  position: relative;
  clear: both;
  z-index: 32;
  width:400px;
  height: 200px;
  margin: 0 auto;
  padding: 0 10px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 3px;
  background-color: rgb(242, 242, 242);
  font-family: Helvetica;
  font-weight: 400;
    
}

.inputs {
  position: relative;
  clear: both;
  z-index: 32;
  width: 400px;
  height: 28px;
  margin: 0 auto;
  padding: 0 10px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 3px;
  background-color: rgb(242, 242, 242);
  font-family: Helvetica;
  font-weight: 400;
    
}

.holder {
    width:400px;
    height:50px;
    margin: 20px auto;
    color: #000;
    background-color: ;
}


.red {
    color: red;
}


.btnsignupinfo-1 {
  display: block;
  width: 100px;
  height: 27px;
  margin: 40px auto 0;
  border-radius: 3px;
  background-color: #d7d7dd;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .5);
  font-weight: 400;
  text-align: center;
  color: #000000;
}

.btnsignupinfo-1:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, .5);
  color: #ffffff;
}

.required {
  width: 250px;
  margin: 10px auto;
  text-align: center;
  color: red;
}


@media(max-width: 812px) {
  body {
    /*font-size: 14px;*/
  }
  
  .title {
      
     width: 200px;
     height: 30px;
     font-size: 18px;

}

  .divcontainerinfo-1 {
    width: 609px;
    height: 710px;
  }

.divsignupinfo-1 {
  width: 480px;
  height: 610px;
}

.desc {
  width:400px;
  height: 200px;
}

.inputs {
  width: 400px;
  height: 28px;
}

.holder {
    width:400px;
    height:50px;
}



  .diverror-1 {
    position: relative;
    z-index: 54;
    width: 197px;
  }
  


.desc {
  width:400px;
  height: 200px;
}

.inputs {
  width: 400px;
  height: 28px;
}

.holder {
  width:400px;
  height:50px;
}

  .btnsignupinfo-1 {
    margin-top: 30px;
  }

  .diverror-1 {
    position: relative;
    z-index: 54;
    width: 197px;
  }
  
}

@media(max-width: 666px) {
  .btnsignupinfo-1 {
    margin-top: 25px;
  }

  .divcontainerinfo-1 {
    width: 455px;
    height: 702px;
  }

  .diverror-1 {
    position: relative;
    float: none;
    z-index: 54;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
  }

.divsignupinfo-1 {

  width: 430px;
  height: 600px;
}

.desc {
  width: 400px;
  height: 200px;
}

.inputs {
  width: 400px;
  height: 28px;
}

.holder {
    width:400px;
    height:50px;
}

} 
  

@media(max-width: 479px) {
  body {
    font-size: 12px;
  }
  
  .title {
      font-size: 14px;
  } 

  .divcontainerinfo-1 {
    width: 310px;
    height: 700px;
  }
  
  .divsignupinfo-1 {

    width: 292px;
    height: 600px;

  }
  
  
  .holder2 {
      width: 280px;
      
  }

  .diverror-1 {
    position: relative;
    z-index: 54;
    width: 198px;
    height: 20px;
    margin-top: 3px;
  }

  .divinfo1-1 {
    width: 292px;
    height: 120px;
    margin-top: 4px;
  }

  .desc {
    
  width:280px;

}


.inputs {

  width: 280px;
}

.holder {
    width:280px;
   
}



}