/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
.top-formm .formm {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important; }

.formm {
  border-radius: 2px;
  box-shadow: 0 0 15px;
  float: left;
  font-size: 14px;
  padding: 0 30px 15px; }

.formm #senddd {
  background-color: #1baac0;
  border: 1px solid #0188a3;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  height: 63px;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
  width: 100%; }

.formm #senddd:hover {
  background-color: #0188a3 !important;
  border: 1px solid #0188a3; }

.formm input {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #eeeeee;
  box-shadow: none;
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 12px 22px;
  transition: all 0.3s ease 0s;
  width: 100%; }
