.signup-container input:not([type="submit"]):not([type="radio"]){
  font-size:14px;
  padding: 4px;

  width:200px;
}


.signup-container .row {
align-items: center;
margin-top:5px;
}
#ContentPlaceHolder1_groupSize1 {
  font-size:12px;
}

.signup-container input[type="submit"]{
  width:200px;
  padding: 5px;
  transition: 0.3s ease-out;
}



.error {
  padding:10px;

  text-align: center;
  font-weight:bold;
  font-size: 18px;
}

.signup-container select {
  width: 200px;
width:200px;
padding: 5px;
font-size:14px;
}

.signup-container .col-section {
  font-size: 14px;
}

h3 {
  margin-top: 15px;
}

h4 {
  color:#007bff;
  font-size:16px!important;
  margin-top: 10px;
  font-weight:bold;
}

/* #ContentPlaceHolder1_signUpType td label {
  margin-left: 10px;
  font-size: 14px;
}
#ContentPlaceHolder1_signUpType  tr {
  margin-bottom: 10px;
}

#ContentPlaceHolder1_signUpType td {
  position: relative;
  padding-left: 15px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
} */

/* Hide the browser's default radio button */
/* #ContentPlaceHolder1_signUpType td input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

#ContentPlaceHolder1_signUpType td label {
  cursor: pointer;
}




/* 
.radio-custom {
  position: absolute;

  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 50%;
  cursor: pointer;
} */


/* #ContentPlaceHolder1_signUpType td:hover input ~ label .radio-custom {
  background-color: #ccc;
}


#ContentPlaceHolder1_signUpType td input:checked ~ label .radio-custom:before {
  transform: translate(-50%,-50%) scale(1);
}


#ContentPlaceHolder1_signUpType td input:checked ~ label .radio-custom:after {
  display:block;

}

#ContentPlaceHolder1_signUpType td .radio-custom:before {
  content: "";
  position: absolute;
  top:9px;
  left:9px;
  transform:translate(-50%,-50%) scale(0);
  height: 18px;
  width: 18px;
	border-radius: 50%;
  background: #2196F3;
  transition:0.5s;
  transform-origin: center;
}

#ContentPlaceHolder1_signUpType td .radio-custom:after {
  content: "";
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
  background: white;
  display:none;
  
} */



@media only screen and (max-width:576px) {

.signup-container input:not([type="radio"]){

  width:100%!important;
}
.signup-container select {
  width: 100%;
}
}


.sign-up-type {
  transition:height 0.3s ease-out;
  height:0;
  overflow:hidden;
} 










