.logRegRow{background: url('../images/register-bg1.jpg'); padding: 60px; background-attachment: fixed;}
.regDiv{width: 100%; padding: 40px 0; background: #fff; border-radius: 20px 20px 0 20px;}
.reg-logo{margin-top: 35px;}
.regSmallCap{margin-top: 100px;}
.regBigCap{margin-bottom: 25px !important;}
.regPara{font-size: 14px; line-height: 25px;}
p.loginSec{color: #fff; margin-top: 50px;}
p.loginSec button{margin-left: 10px;}

footer{ float: left; width: 100%; padding: 15px 15px 5px 15px; font-family: 'OpenSans'; font-size: 11px; text-transform: uppercase; background: #000;}
footer a{color: #fff;}
footer .ftr-dwonbkg{float: right; margin-bottom: 0px;}
footer .ftr-dwonbkg li{list-style: none; color: #c3c3c3;}
footer .ftr-dwonbkg li a{margin: 0 15px;}
footer .ftr-dwonbkg li a:hover{color: #c3c3c3; text-decoration: none;}

.regCountryCode {
    width: 80px !important;
    padding-left: 0px !important;
    margin-left: 15px !important;
}

/* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
      .regDiv{padding: 40px;}
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
      .logRegRow{padding: 15px;}
    }

    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 480px) {

    }

    /* Custom, iPhone Retina */
    @media only screen and (max-width : 320px) {

    }
