.login-banner{float: left;width: 97.5%;background: url(../../images/login-slide1.jpg) no-repeat 0 0;padding: 0 0 0 2.5%;}
.login-logo{float: left;margin: 20px 0 0 0;}
.shade{float: left;width: 100%;background: url(../../images/black-shadow.png) no-repeat top right;min-height: 752px;}
.right-banner.register .login-social-icon{width: 14%;}
.right-banner.register{width: 50%;float: right;background: transparent;padding: 20px 16px 7px 0;}
.go-link{float: right;width: 50%}
.login-call{float: right;margin: 22px 5% 0 0;font-size: 14px;color: #fff;line-height: 20px;}
.login-call span{background: url(../../images/icon-sprite.png) no-repeat 0 -302px;float: left;width: 25px;height: 20px;}
.login-call.home span{background: url(../../images/icon-sprite.png) no-repeat -76px -825px;float: left;width: 30px;height: 20px;}
.login-social-icon{float: right;width: 10%;}
.login-social-icon li{float: left;margin: 0 0 0 12%;}
.login-social-icon li a{float: left;background: url(../../images/icon-sprite.png) no-repeat 0 -100px;width: 20px;height: 20px;}
.login-social-icon li a.facebook{background-position: 0 -190px;}
.login-social-icon li a.twitter{background-position: 0 -211px;}
/*============================= 
! Layout for ipad landscape  
============================= */
@media only screen and (max-width: 1024px) {

}
/* ============================= */
/*============================= 
! Layout for ipad portrait  
============================= */
@media only screen and (max-width: 992px) {
.right-banner.register {width: 60%;}
.login-banner{padding: 0;width: 100%;}
.login-logo {margin: 20px 0 0 2.5%;}
}
/* ============================= */
/* ! Layout for mobile(lanscape) version   */
/* ============================= */
@media only screen and (max-width: 767px) {
.right-banner.register {margin: 10px 0 0;width: 100%;padding: 0}
}
/* ============================= */
/* ! Layout for mobile(portrait) version   */
/* ============================= */
@media only screen and (max-width: 479px) {
.login-call {margin: 22px 2% 0 0;}
.right-banner.register .login-social-icon {width: 21%;}
}