body {
  background: #dcdcdc;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-right: 7px;
  padding-left: 7px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

label {
  font-weight: 400;
  margin-left:1px;
}

#paynow-box {
  /* max-width: 400px; */
  position: relative;
  background: #f7f7f7;
  padding: 20px 30px;
  margin-top: 50px;
  border-radius: 3px;
  /* overflow: hidden; */
  box-shadow: 0px 1px 5px #d2cfcf;
}

#logo {
  position: absolute;
  background-color: #fff;
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  z-index: 5;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 0px 1px 5px #dcdcdc;
}
#logo img {
  max-width: 80px;
}

.com-name {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: Arial;
  color: #848484;
  margin-top: 50px;
  font-size: 15px;
  font-weight: 600;
}
h1 {
  position: relative;
  text-align: center;
  font-family: Tahoma;
  margin-bottom: 40px;
  color: #dd7327;
  font-size: 20px;
}
h1::after {
  position: absolute;
  content: "";
  background: #dd7327;
  width: 50px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -14px;
}
p {
  padding: 0;
  margin: 0;
  font-family: Tahoma;
  color: #666565;
}
input {
  width: 100%;
  border: 2px solid #f7e5db;
  padding: 10px;
  background: #fffaf7;
}
input:focus {
  border: 2px solid #ca6014;
  outline: none;
}
select {
  width: 100%;
  border: 2px solid #f7e5db;
  background: #fffaf7;
  padding: 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
select:focus {
  border: 2px solid #ca6014;
  outline: none;
}
button {
  background: #dd7326;
  width: 100%;
  color: #fff;
  padding: 10px;
  font-family: Arial;
  margin-top: 10px;
  border: 1px solid #e89050;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
button:hover {
  background: #ca6014;
}

.verified {
  text-align: center;
  font-family: Arial;
  color: #dd7326;
  font-size: 11px;
}

/*@media (max-width: 768px) {*/
/*  #res-btn {*/
/*    position: fixed;*/
/*    z-index: 999;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*  }*/
/*}*/
