body{}
legend{
  color: green;
}
label {
 margin-top:30px;
 display:block;
 color: green;
 border-radius:30px 30px 30px 30px ;
 /* font-family: Arial Black; */
 }
 .form-control:focus{
    border:5px 5px 5px 5px solid green;
    border-color: green;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
 }
 .form-control{
  border-radius: 25px 25px 25px 25px;
 }
  .form-select:focus{
    border:1px 1px 1px 1px solid green;
      border-color: green;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
 }
.form-select{
  border-radius: 25px 25px 25px 25px;
}
/* .col-md:focus{
    border:1px 1px 1px 1px solid green;
      border-color: green;
    border-radius: 25px 25px 25px 25px;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
 } */
 /* .theme-btn{
  background-color: #83b441;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #000;
  padding: 5px 28px;
  border: 2px solid #83b441;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
} */

 fieldset{
   margin:10px;
   color: green;
   border-radius:10px;
   padding:20px;
}

label.inline {
 display:inline;
 margin-right:50px;
 }
input, textarea, select, option {
 
 background-color:lightyellow;
 border:1px 1px 1px 1px solid green ;
 border-radius:15px 15px 15px 15px ;
 }
textarea{
    display: block;
    text-align: center;
    text-indent: inherit;
}
.form-title{
  display: flex;
  justify-content: center;
  align-items: center ;
  text-align: center;
  margin-top: 0%;
  background-color: #094107;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.form-title span{
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 2.0em;
}
@media only screen and (max-width: 600px) {

}