.form-headline {
    padding-bottom: 30px;
    line-height: 1.4;
    text-align: left;
}

.form-headline--line-gold:after {
    content: '';
    width: 55px;
    height: 4px;
    background-color: #77BC1F;
    margin-top: 10px;
    display: block;
}

.form-headline__subcopy {
    margin: 8px 0;
    line-height: 1.5;
    color: #0074CE;
}

.form-headline__title {
    font-weight: 800;
    font-size: 32px;
    line-height: 38px;
}

.form-headline__super {
    font-size: 14px;
    font-weight: 500;
    color: #0074CE;
    display: block;
}

@media (min-width: 882px)
.form-headline--line-gold:after {
    margin-left: 0;
    margin-right: 0;
}

label, label>.relative {
    display: block;
}
label {
    font-weight: 700;
    font-size: 12px;
    position: relative;
}

.m-t-0 {
    margin-top: 0!important;
}
.m-t-1 {
    margin-top: 1em;
}
.m-t-20px{
    margin-top:20px;
}
.m-t-2 {
    margin-top: 2em;
}
.m-t-3 {
    margin-top: 3em;
}
.w-100 {
    width: 100%;
}
.h-150px {
    height: 150px;
}
.btn {
  display: inline-block;
  padding: 15.5px 28px;
  line-height: 16px;
  font-size: 12px;
  appearance: none;
  outline: 0;
  border: 0;
  color: #fff;
  border-radius: 3px;
  transition: all 300ms ease;
  background: #0072ce;
  font-weight: 600;
  cursor: pointer;
  font-family: "Gotham SSm A","Gotham SSm B","Helvetica Neue",Helvetica,Arial,sans-serif;
  text-decoration: none!important;
  text-align: center;
}

.btn:hover {
background: #004882;
color: #fff;
}

.form-field__help-link {
  display: inline-block;
  font-size: 14px;
}
.form-field__help-link {
  display: inline-block;
  font-size: 14px;
  margin: 1em 0;
}

.text-xs {
  font-size: 12px;
}

.text-center {
  text-align: center;
}

a {
  color: #0072ce;
  text-decoration: none;
  cursor: pointer;
}
div.title {
color: #0072ce;
font-size: 28px;
font-weight: 200;
font-family: 'Open Sans';
text-align: center;
}
div.title-sub{
font-size:16px;
color: #78BE20;
font-weight:600;
font-family: 'Open Sans';
text-align: center;

}
#icon {
    display: block;
    margin-top:30px;
    margin-right:auto;
    margin-left:auto; 
    width:325px
}
#login_box {
    order:1px solid #DDDDDD; 
    max-width: 365px;
    margin-left:auto;
    margin-right:auto; 
    padding: 1em 1em 2em;
}
.font-default {
    font-family:'Arial';
}
.font-attributes-default{
    font-size: 16px; 
    font-weight:600; 
    text-transform: uppercase;
}
.font-default2 {
    font-family:'Open Sans';
}
.white{
    color: #ffffff;
}
.text-left{
    text-align: left;
}
.red{
    color: red;
}