@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,700';
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
  color: #333;
  background: #eee;
}

a,
.btn-link {
  color: #b22124;
  font-weight: 400;
}

a:hover,
a:focus,
.btn-link:hover,
.btn-link:focus  {
  text-decoration: none;
  color: #d22d31;
}

label.error {
  position: absolute;
  left: 0;
  background: rgba(228, 27, 27,8);
  z-index: 2;
  color: #fff;
  top: 100%;
  padding: 5px;
  font-size: 12px;
}

label.error:before {
  content: "";
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(228, 27, 27,8);
  position: absolute;
  bottom: 100%;
  left: 10px;
}

.form-control.error {
  border-color: rgba(228, 27, 27,8);
}

.col-sm-4 label.error,
.col-sm-2 label.error,
.col-sm-3 label.error,
.col-sm-4 label.error,
.col-sm-5 label.error,
.col-sm-6 label.error,
.col-sm-8 label.error {
  left: 15px;
}

.checkbox-inline,
.radio-inline,
.radio,
.checkbox {
  position: relative;
}

.checkbox-inline label.error,
.radio-inline label.error,
.radio label.error,
.checkbox label.error {
  min-width: 140px;
}

hr {
  border-color: #ddd;
  border-width: 2px;
  margin: 20px 0;
}

ul {}

ul > li {}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Fjalla One', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.15;
  margin: 0;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	color: #444;
	font-size: 1.6rem;
	font-weight: bold;
}

legend {
  font-weight: 400;
  border: 0;
}

img {
  max-width: 100%;
}

label,
.control-label {
  font-weight: normal;
}


.margin-30 {
  margin:30px 0;
}

.box {
  background: #fff;
  padding: 30px;
}

.btn{
  font-weight: 700;
  font-family: 'Fjalla One', sans-serif;
  border-radius: 0;
  text-transform: uppercase;
}

.btn:focus {
  outline: 0;
}

#frm-pin .btn {
  height: 40px;
}

#frm-pin  h4 {
	margin-bottom: 20px;
}

.form-control {
	border-width: 2px;
}

.form-control,
.form-control:focus {
  border-radius: 0;
  height: 40px;
  box-shadow: none;
}

.btn:focus{
  outline: 0;
}

.text-primary {
  color: #D60000;
}

.btn-danger {
  background: #D60000;
}

.container {
  max-width: 960px;
}

.header {
  position: relative;
}
.header .container {
	position: relative;
}
.banner {}
.banner img {}
.logo {
	display: block;
	text-align: center;
	padding: 20px;
}
.logo img {
	max-width: 280px;
}

.steps {
	margin: 30px 0;
}
.steps .step-item {
  background: #f8f8f8;
  color: #555;
  font-size: 20px;
  padding: 15px 15px 15px 25px;
  text-transform: uppercase;
  font-family: 'Fjalla One', sans-serif;
  line-height: 1;
  min-height: 83px;
  position: relative;
}


.steps .step-item i {
  display: inline-block;
  font-size: 40px;
  width: 50px;
  text-align: center;
  height: 50px;
  margin-right: 10px;
  float: left;
  font-style: normal;
  line-height: 50px;
      background: #DF0000;
    color: #fff;
}
.steps .step-item span {
	    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.steps .step-item em {
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-family: 'Fjalla One', sans-serif;
    display: inline-block;
    vertical-align: middle;
}
.steps .step-item.active {
  background: #1B1A1A;
  color: #ddd;
}


.steps .step-item.active:before,
.steps .step-item.active:after {
position: absolute;
    left: 100%;
    top: 50%;
    content: "";
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #1B1A1A;
    z-index: 10;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.steps .step-item.active:before {
  left: 0;
}

.steps .step-item.active i {
}
.steps .step-item.active em{
  color: #fff;
}

.steps .col-sm-4:last-child.active:after,
.steps .col-sm-4:first-child.active:before {
  display: none;
}

.content {}
.footer {
      text-align: center;
    padding: 15px 0;
    font-size: 13px;
    color: #888;
}
.footer p {
  margin: 0;
}

#frm-pin {
  text-align: center;
}
.page-title {
padding: 30px 0;
margin: 0;
background: #fff;
border-bottom: 2px solid #ddd;
}

.text-secure {
  margin: 0;
  padding: 20px 0;
  border-bottom: 2px dotted #ddd;
}

.text-secure img {
	max-width: 28px;
}

body.first-page {
  background: #fff;
}

.first-page .content {

}

.first-page .box {
  border: 0;
  background: #f6f6f6;
}

.first-page .page-title {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}

.first-page .content .page-title small {
	font-family: 'Open Sans', sans-serif;
  text-transform: none;
  font-weight: bold;
  color: #222;
  font-size: 16px;
}

.first-page .text-secure {

}

.content.final-page {
  padding: 30px;
  background: #fff;
  border: 1px solid #ddd;
}

.content.final-page .page-title {
  margin-top: 0;
}


@media screen and (max-width: 479px) {
  .banner {
    height: 157px;
    overflow: hidden;
  }

  
}

@media (min-width: 480px) and (max-width: 767px) {
  .banner {
    height: 220px;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .steps .col-sm-4.active:after,
  .steps .col-sm-4.active:before {
    display: none;
  }

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

  #frm-pin {
    padding: 20px;
  }

  .margin-30.text-center strong{
    display: block;
  }
}


@media (min-width: 768px) and (max-width: 979px) {
  .steps .step-item {
    font-size: 16px;
  }

  .steps .step-item em {
    font-size: 18px;
  }

  .steps .step-item {
    padding: 30px 20px;
  }
}