input, textarea, button {
  font:	normal 12px Verdana,Geneva,sans-serif !important;
}

#wrapper-form {
	margin-top: 30px;
}

p {
    background: transparent !important;    
    border: 0 !important;
    width: initial !important;
    margin: -10px 0 0 10px !important;
}

label {
     background:transparent !important;   
     border: 0 !important;
     text-align: left !important;
     width: initial !important;
     float: left !important;
}

input[type='checkbox'] {
    background: transparent !important;   
    width: inherit !important;
    margin: 15px 0 20px 10px;
}

.button{
  padding: 10px;
  border: 0;
  cursor: pointer;
  color: #CDCDCD;
  background-color: #272727;
}

.button:hover:enabled {
   color: #fff;
   background-color: #535E99;
}

.button:disabled {
   cursor: default; 
}

.button:focus {
   outline-width: 0;
   color: #fff;
}

.button:active {
  transform: translate(0px, 1px);
  -webkit-transform: translate(0px, 1px); 
}

form {
  margin-bottom: -15px;  
}

form:focus {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  outline-width: 0;
  box-shadow: 0 0 4px 1px #535E99;
}

form input {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  width:100%;
  margin-bottom:20px;
  padding: 7px;
  border: solid 1px #272727;
  background: #F6F6F6;
  border-radius: 3px;
}

button {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  width:100%;
  margin-bottom:20px;
  padding: 7px;
  border: solid 1px #272727;
  background: #F6F6F6;
  border-radius: 3px;
}  


textarea {
      -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  width:100%;
  margin-bottom:20px;
  padding: 7px;
  border: solid 1px #272727;
  background: #F6F6F6;
  border-radius: 3px;
  resize: none;
  height: 250px;
  max-height:250px;
}

form .loading {
	background-image: url('./images/loading.gif');
	background-repeat: no-repeat;
  background-position: center center;
}
