@font-face {
    font-family: teenBold;
    src: url('../fonts/teen_bd.ttf');
}

body {
  background: url('../img/bg.jpg') no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.boxed-area {
  background-color: rgba(125, 125, 125, 0.95);
  border-radius: 3px;
  margin-top:20%;
  padding:20px 25px;
}

.boxed-area input {
  font-family: 'teenBold';
  font-weight: bold;
  font-size: 25px;
  padding: 30px 25px;
}

.boxed-area input:focus {
  box-shadow: 0 0 3px #999;
  border:thin solid #999;
}

.btnsend {
  background-color: #b5b5b5;
  position: absolute;
  right: 10px;
  height: 50px;
  margin-top:6px;
  border-radius: 3px;
  padding:5px 15px;
  box-shadow: 0 0 3px #999;
  border:none;
}

.coupon_header {
  font-family: 'teenBold';
  color:#cdc8c5;
}

hr {
  border-top:thin solid #717171;
}

.title-span {
  font-family: 'teenBold';
  font-weight: bold;
  font-size:17px;
  margin-bottom: 10px;
}

.content-span {
  font-family: 'teenBold';
  font-weight: normal;
  font-size:15px;
  color:#cdc8c5;
  margin-bottom: 10px;
}

.danger-text {
  color:#c22b2b;
}

.success-text {
  color:#47d36d;
}

.none {
  display: none;
}
