#pass_info {
      width:250px;
      padding:15px;
      background:#fefefe;
      border-radius:5px;
      box-shadow:0 1px 2px #ccc;
      border:.5px solid #ddd; 
}

#match_confirm{
   color:red;
}

.invalid{
   color:red;
}

.valid{
   color:green;
}

#signup-container-success{
   margin:60px;
}


.membership-option{
   box-shadow: 0px 0px 8px 0px #888888c5;
   height:300px;
   width:320px;
   padding:20px;
   margin:10px;
   cursor:pointer;
}

.membership-option:hover, .membership-option-selected{
   background-color:rgba(226, 226, 226, 0.445);
}


.info-container{
   overflow: auto;
   margin: 29px;
   background-color: white;
   box-shadow: 0px 0px 8px 0px #888888c5;
   border-radius: 5px;
   padding: 20px;
   display: flex;
   flex-wrap:wrap;
   justify-content: center;
   overflow-x:hidden;
}

/*

.form-entry input[type=email]{
   width: 198px;
   text-align: center;
   font-size: 19px;
   box-shadow: 0px 0px 6px 0px #8888887a;
   border: none;
   padding:8px;
}
*/

form#dealer-registration-form {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}

#dealership-signup-form{
   max-width:458px !important;
}

#dealer-registration-form{
   gap:20px;
}


@media screen and (max-width:550px){
   .membership-option {
      width: 212px;
  }

  .g-recaptcha {
   transform:scale(0.77);
   transform-origin:0 0;
   }

   .captcha-container {
      width: 239px;
  }
}