/** {
    font-family: ClanPro-WideBlackItalic;
    font-style: normal;
}*/
.bg {
    text-align: center;
    background: url(../images/broker-register-page-bg.jpg) no-repeat center center fixed;
    background-image: url('images/broker-register-page-bg.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*padding-bottom: 30px;*/
    /*background-position: top center;*/
    background-color: #100e35;
    height: 100%;
    /* Center and scale the image nicely */
    /*background-position: center;
    background-repeat: no-repeat ;*/
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

.register {
    padding: 20px 40px;
}

    .register h1 {
        color: #fff;
        line-height: 70px !important;
        text-align: left;
        /*font-family: 'Myriad Pro';*/
        font-weight: 900;
        font-size: 50px;
        font-style: italic;
        margin-top: 50px;
    }

.listItem {
    display: block;
    margin: 20px 0px;
}

    .listItem li {
        color: #fff;
        text-align: left;
        /*font-family: 'Myriad Pro';*/
        font-size: 22px;
        font-weight: normal;
        list-style: none;
       
       
    }

ul.listItem li span {
    display: inline-block;
    padding: 1px 15px; font-size: 28px; /*letter-spacing: 0px;*/
        color: rgb(255,255,255);
        font-family: "Lato" !important;
        font-weight: 800;
}

ul.listItem li img {
    margin-top: -6px;
}

.form-bg {
    text-align: center;
    float: left;
    margin-top: 80px;
    margin-left: 70px;
}

    .form-bg h2 {
        background-color: #473599;
        font-size: 24px;
        color: #fff;
        display: inline-block;
        padding: 13px 20px;
        border-radius: 20px 20px 0px 0px;
        font-weight: 600;
        margin: 0px 70px;
        display: block;
        letter-spacing: 2px;
    }

    .form-bg h2 {
        background: #473DA0; /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(left, #473DA0, #8B34B6); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(right, #473DA0, #8B34B6); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(right, #473DA0, #8B34B6); /* For Firefox 3.6 to 15 */
        background: linear-gradient(to right, #473DA0, #8B34B6); /* Standard syntax */
        font-size: 24px;
        color: #fff;
        display: inline-block;
        padding: 11px 20px;
        border-radius: 20px 20px 0px 0px;
        font-weight: 600;
        margin: 0px 70px;
        display: block;
        letter-spacing: 2px;
    }

.form-area {
    width: 100%;
    background-color: #d6dadc;
    border: 1px solid #fff;
    box-shadow: 0px 0px 20px #000;
    border-radius: 25px;
    text-align: center;
    padding: 20px 0px 0px;
    box-sizing: border-box;
}

.form-field {
    display: inline-block;
    padding: 5px 0px;
}

.form-area input[type=text], .form-area input[type=password] {
    border: 1px solid #1b1677;
    padding: 10px 10px;
    font-size: 17px;
    border-radius: 15px;
}

.form-area ::placeholder {
    color: #1b1677;
    font-weight: bold;
}

.form-area :-ms-input-placeholder {
    color: #1b1677;
    font-weight: bold;
}

.form-area ::-ms-input-placeholder {
    color: #1b1677;
    font-weight: bold;
}
.start {
    margin-left: 15px;
    margin-top: 10px;
    text-align: left;
}
.start a { 
    font-size: 18px; 
}
.btn-apply-now {
    width: 60% !important;
}
.col-md-8 {
    -ms-flex: 0 0 75% !important;
    flex: 0 0 75% !important;
    max-width: 75% !important;
}
#footer-main {
    background: none;
    padding: 40px 0px 0px 0px;text-align: left;
}
 .footer-bottom-menu {
    color: #fff;
    margin-bottom: 2em;
    margin-top: 3em;
    text-align: center;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}
 .footer-social li {
    font-size: 12px;
}
 .call-box-icon {
    color: #fff;
    display: block;
    font-size: 27px;
    font-weight: normal;
}
     @media (max-width: 980px) {
         .register {
            padding: 20px 20px !important;
        }
        .register h1 { 
            line-height: 50px !important; 
            font-size: 40px; 
        } 
        ul.listItem li span { 
            font-size: 24px; 
        }
        .form-bg h2 { 
            font-size: 18px; 
            margin: 0px 40px; 
        }
        .footer-bottom-menu {
            color: rgb(255, 255, 255);
            text-align: center;
            font-family: "Lato",sans-serif;
            font-size: 12px;
        }
    }
         @media (max-width: 800px) { 
         .register {
            padding: 20px 10px !important;
        }
         .col-md-6 {
             padding-right: 5px;
               padding-left: 15px;
         }
         ul.listItem li span {
            font-size: 18px;
        }
    }

@media (max-width: 768px) {
    .form-bg { 
        margin-left: 10px;
    }
    .col-md-10 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
    .start a {
    font-size: 16px;
}
}
@media (max-width: 480px) {
    #footer-main {
        display: none;
    }
}
@media (max-width: 375px) {
ul.listItem li span {font-size: 14px;}
          }