

.mainRegist{
    background: #fafafa;
    padding:50px 200px 
  
    
  }
  
  #infoRegist{
   width: auto;
   height: auto;
   background-color: white;
   border-radius: 50px;
   box-shadow:1px 1px 1px silver, -0.5px -0.5px 3px silver;
   text-align: center;
   line-height: 250%;
   padding:50px;
   font-family: 'Oswald', sans-serif;
  }
  
  .arrow{
    font-size: 30px;
  
  }
  
  #formReg{
    width: auto;
    height: auto;
    background-color: white;
    border-radius: 50px;
    box-shadow:1px 1px 1px silver, -0.5px -0.5px 3px silver;
    text-align: center;
    line-height: 150%;
    padding:50px;
    margin-top: 50px;
    font-family: 'Oswald', sans-serif;
    
  }
  
  input,textarea {
    font-family: 'Oswald', sans-serif;
    width: 100%;
    resize: none;
  
  }
  
  form {
      width:fit-content;
      margin:0 auto;
      text-align: left;
     }


#formReg h1{
    margin-bottom: 20px;
}

textarea {
  height: 100px;

}

.RegButton{
  width: 100%;
  height: 30px;
  background-color:#c00027;
  font-family: 'Oswald', sans-serif;
  border-radius: 5px;
  color:#FFFAFA;
  margin-top: 7px;

}