/**Custom***/
.signup-page{
color:#69696E;
max-width: 1170px;
margin: 0 auto;
}
.blue-box-innner h2,.blue-box-innner h5{ color:#fff;}
.signup-page .img-left{
margin-bottom:50px;
}
.signup-page p{
font-size: 16px;
line-height: 20px;
}
.signup-page h1,.signup-page h2,.signup-page h3,.signup-page h4,.signup-page h5,.signup-page h6{
font-family: 'Lato';
font-weight: 900;
}
.m-t {
    margin-top: 10px !important;
}
.signup-page h2{
margin-top: 0;
margin-bottom: 0.5rem;
    font-family: Lato;
font-size: 42px;
line-height: 46px;
}
.award img{
width:auto !important;
}
.signup-page h3, .signup-page .h3 {
    font-weight: 900;
    font-size: 34px;
    line-height: 38px;
}
.signup-page h4 {
font-size: 26px;
line-height: 30px;
}
.signup-page h5 {
font-size: 17px;
}
.signup-page h6 {
    font-size: 22px;
    line-height: 26px;
margin-bottom: 10px;
}
.fw-special-title {
    margin-bottom: 25px !important;
}
.img-responsive{
width:100%;
display: block;
}
.btn-ghost:hover {
    background-color: #fff;
color:  #69696E !important;
}
.blue-column-box{
background-color:#1e73be;
padding:10px;
color:#fff;
}
.blue-box-innner{
padding:100px 45px 100px 45px;
}
.img-left img {
    float: left;
    width: 128px;
    
    margin-right: 22px;
}
.btn-green:hover {
    border-color:    #1e73be;
}
.btn-shadow.btn-green{
box-shadow: 0 4px 0  rgba(0,0,0, .2);

}
.btn-green:hover, .btn-nav.btn-green:hover, .btn-green:focus, .btn-nav.btn-green:focus,.btn-green{
    background-color:    rgba(30, 115, 190, 0.9);
}
.btn-ghost {
    background-color: transparent;
border: 3px solid  #fff;
    color: #fff;
}
.btn-green, a.btn-green,.btn-ghost ,a.btn-ghost  {
    display: inline-block;
    color: #ffffff !important;
    padding: 11px 18px;
    margin-bottom: 7px;
    margin-right: 5px;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1px;
    vertical-align: middle;
    white-space: pre-line;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.btn-green {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-shadow.btn-green {
    box-shadow: 0 4px 0 rgba(0,0,0, .2);
}