@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

body{ 
  font-size: 14px;  
  line-height: 20px;  
  color: #444;  
  background: #222;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

a { 
  color: #94BC24;
}

a:hover, 
a:focus, 
a:active { 
  outline: none;
  color: #afe122;
  text-decoration: none;
}

.btn-success {
  background: #94BC24;
  border-color: #94BC24;
}

.btn-success:hover,
.btn-success:focus {
  background: #afe122;
  border-color: #afe122;
}

ul {}
ul li { 
  list-style: none;
}

.text-primary {
  color: #afe122;
}

h1,h2,h3, h4,h5, h6 {
  margin: 10px 0 30px 0;
  font-family: 'Lato', sans-serif;
}

label.error {
  position: absolute;
  background: #c0392b;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  padding: 5px;
  line-height: 1;
  left: 15px;
  top: 100%;
  margin-top: 5px;
  z-index: 9999;
}

label.error:before {
  position: absolute;
  top: -4px;
  left: 5px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #c0392b;
  content: "";
}

.form-control.error,
.form-control.error:focus {
  border-color: #c0392b;
}

.form-pin label.error {
  top: auto;
  bottom: 100%;
}

.form-pin label.error:before {
  top: auto;
  bottom: -4px;
  border-bottom: 0;
  border-top: 4px solid #c0392b;
}

.btn,
.form-control { 
  font-family: 'Montserrat', sans-serif;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.btn-inverse {
  background: #666;
  border-color: #555;
  color: #fff;
}

.btn-inverse:hover,
.btn-inverse:focus {
  border-color: #333;
  background: #444;
  color: #fff;
}

.form-control:focus {
  box-shadow: none;
  border-color: #9f0000;
}

.btn:focus {
  outline: 0;
}

.wrapper {
  background: #f5f5f5;
  padding-top: 10px;
}

.header {
  text-align: center;
  padding: 20px 0;
}

.header.sub {
  padding: 10px 0;
  background: rgba(255,255,255,.85);
  box-shadow: 0 5px 6px #DDDDDD;
  -moz-box-shadow: 0 5px 6px #DDDDDD;
  -webkit-box-shadow: 0 5px 6px #DDDDDD;
}

.logo {}
.logo img {
  max-width: 100%;
  height: auto;
}

.header.sub .logo {
  display: block;
  text-align: left;
}

.header.sub .logo img {
  max-width: 150px;
}

.phone-num {
  text-align: right;
  margin: 10px 0;
}

.phone-num p {
  font-weight: bold;
  margin: 0;
  color: #94BC24;
  text-transform: uppercase;
}

.phone-num h4 {
  margin: 0;
}

.content {
  margin: 0;
  padding: 50px 0;
}
.form-wrap {
  text-align: center;
}

.form-pin {
}
.form-pin .form-control {
  height: 45px;
  text-align: center;
}
.form-pin .form-control:focus {
  border-color: #94BC24;
}
.form-pin .btn {
  text-transform: uppercase;
  margin-left: 1px;
}

.form-pin .input-group {
  margin: 0 30px;
}

.form-pin p {
  margin: 20px;
  font-size: 14px;
  font-weight: bold;
}

.form-pin h3 {
  color: #111;
}

.testimonial {
  padding: 20px 0;
  background: #94BC24;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
}
.testimonial-avatar {
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.testimonial-avatar img {
  max-width: 100%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.footer {
  text-align: center;
  padding: 20px 0;
  font-size: 13px;
  color: #888;
  background: #222;
}

h3 small, h4 small, h5 small {
  color: #F0FFE5;
}

.box {
  background: rgba(255,255,255,.9);
  padding: 20px;
  box-shadow: 0 0 10px #ddd;
  -moz-box-shadow: 0 0 10px #ddd;
  -webkit-box-shadow: 0 0 10px #ddd;
}

.box-action {
  margin: 20px 0 10px 0;
}

.box-action .btn {
}


/* Responisve */

@media only screen and (max-width: 767px) {
  .header {
    padding: 20px 0;
  }

  .content {
    padding: 0;
  }

  .box {
    margin: 30px 0;
  }

  .header.sub .logo {
    display: block;
    text-align: center;
  }

  .header.sub .logo img {
    max-width: 200px;
  }

  .phone-num {
    text-align: center;
    margin: 20px 0;
  }
}

@media only screen and (max-width: 640px) { 
  .form-pin .input-group {
    width: 100%;
  }

  .form-pin .input-group .form-control {
    width: 100%;
  }

  .form-pin .input-group .input-group-btn {
    float: none;
    display: block;
    margin-top: 20px;
    width: 100%;
  }

  .form-pin .input-group .input-group-btn .btn{
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .form-pin .input-group {
    margin: 0;
  }

  .box-action.final .btn {
    display: block;
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}

#pin-number {
  font-size: 25px;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: rgba(204,204,204, 0.6);
}
.checkbox-container:hover input ~ .checkmark {
  background-color: rgba(204,204,204, 0.8);
}
.checkbox-container input:checked ~ .checkmark {
  background-color: #94BC24;
}
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox-container strong {
  font-weight: 500;
  display: inline-block;
  padding-top: 5px;
}
label.checkbox-container {
  font-weight: 300;
  font-size: 9pt;
  text-align: left;
}
#btn-submit[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
#terms-wrapper {
  padding: 0 2rem;
  text-align: center;
  margin-top: 2rem;
}
#terms-wrapper .btn {
  margin-top: 10px;
}