

.app-form {
   margin-top       : 35px;
   width            : 500px;
   border           : 1px solid black;
   border-radius    : 6px;
   background-color : white;
   margin-bottom    : 35px;
}

.app-form input {
   border           : 1px solid black;
   border-radius    : 6px;
}

.app-form .inside {
   padding          : 10px 10px 10px 10px;
   text-align       : left; 
}

.app-form h3 {
  background-color  : #d2ebef; 
  padding           : 5px 0px 5px 0px;
  text-align        : center;
  font-weight       : bold;
  color             : black;
  font-size         : 200%;
}

.app-form button {
   background-color : #f6f9f9; 
   color            : black;
   border-radius    : 6px;
   font-size        : x-large;
}

.app-form footer {
   padding-top      : 10px;
   padding-bottom   : 5px;
}

.select2-container {
   border           : 1px solid transparent;
}
