.make-payment {
  width: 66.66667%;
}

.make-payment .icon {
  width: 8.33333%;
  float: left;
}

.make-payment .field {
  width: 75%;
  float: left;
}

.make-payment .button {
  width: 16.66667%;
  float: left;
}

.make-payment .icon span {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

.make-payment input {
  background-color: #ffffff !important;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
}

.make-payment button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
  outline:none !important; 
  background-color: #0091d4;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  display: block;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  position: relative;
  margin: 0 0 1.25rem;
  width: 100%;
  z-index: 2;
}

.make-payment button:hover {
  background-color: #ffffff;
  color: #0091d4;
}


.make-payment input:focus{
  background: #fafafa !important;
  border-color: #999999 !important;
  outline: none;
}

@media(max-width:999px){

  .make-payment {
    width: 100%;
  }

}



.make-payment a {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
    outline: none !important;
    background-color: #0091d4;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    display: block;
    height: 2.3125rem;
    line-height: 2.3125rem;
    overflow: visible;
    position: relative;
    margin: 0 0 1.25rem;
    width: 100%;
    z-index: 2;
  text-decoration: none;
}

.make-payment a:hover {
    color: #0091d4;
    background-color: #f2f2f2;
    text-decoration: none;
    -moz-box-shadow: 0 0 4px rgba()0,0,0,.2);
-webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
box-shadow: 0 0 4px rgba(0,0,0,.2);
}