@charset "utf-8";


.MyTest3form {
	max-width: inherit;	
	margin:2rem auto;
	border:5px solid #1009AF;
	padding:5rem;
	width:40%;
    float: left;

}

input, form{
	display:block;
	width:100%;
	border:2px solid #000000;
	padding:.5rem;
}

label {
	display:block;
	width:100%;
}

.inline-field input {
  display: inline-block;
  width:10%;
  margin-bottom: 0; /* I added this after I posted my reply */
  vertical-align: auto; /* Fixes any weird issues in Firefox and IE */
}

/*Code to prevent bots from submitting the form*/

.helpinfo {
    display: none;
}

#submitBtn{
    font-style:normal;
    font-weight: 800;
    font-size: x-large;
	border:0;
	background:#792EF3;
	padding:.5rem;
	color:white;
	margin: 1rem 0;
	width:auto;
	text-transform:uppercase;
}

#MyTest3Select {
	display:block;
	width:100%;
	border:2px solid #000000;
	padding:.5rem;
}

input [type=text], select {
	display:inline-block;
	width:100%;
	border:2px solid #000000;
	padding:.5rem;	
    font-style:bold;
    font-weight: 600;
    font-size: large;
}

.form-control{
   display:inline-block;
   width:100%
}

body{
    text-align:left;
}
}
