#loginpop-window{
   display: none;
   background:#fff;
   left:50%;
   position:absolute;
   top:50%;
   width:80%;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   box-shadow:5px 8px 12px rgba(0,0,0,1);
   -moz-box-shadow:0 3px 7px rgba(0,0,0,.25);
   -webkit-box-shadow:0 3px 7px rgba(0,0,0,.25);
   box-sizing:border-box;
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   z-index: 1000;
   padding: 0;
}
#loginpop-window *{
   font-family: 'Open Sans', sans-serif !important;
}
#loginpop_window_bg{
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.bpc-fb{
	/* display:none !important; */
}
#loginpop-window #loginpop-heading .heading-colors{
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
    overflow:hidden;
    -webkit-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.40);
    box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.40);
}
#loginpop-window #loginpop-heading .heading-colors i{
    display: inline-block;
    height: 15px;
    width: 20%;
    margin: 0;
    padding: 0;
}
#loginpop-window #loginpop-heading .heading-text{
    padding: 10px 10px 10px 90px;
    background: url("/popup/assets/ip-logo.png") no-repeat scroll 8px 50% / 12% auto rgba(0, 0, 0, 0);
}
#loginpop-heading{
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
   font-weight: bold;
   line-height: 1.25;
   margin: 0;
   font-size: 20px;
   background: #FFF;
   padding: 0;
}
#loginpop-content{
   background: #E3E3E3;
}
#loginpop-footer{
	clear: both;
}
#loginpop-content .loginpop-form{
   display: table-row;
}
#loginpop-content .loginpop-left, #loginpop-content .loginpop-right{
   width: 50%;
   display: table-cell;
   vertical-align: top;
    padding: 25px 20px;
}
#loginpop-content .loginpop-left{
   background: #EEE;
   color: #464646;
   font-size: 16px;
}
.loginpop-left .why-ip-forums{
   padding-bottom: 20px;
   padding-left: 52px;
}
.why-ip-forums.why-1{
    background: url("/popup/assets/why-1.png") no-repeat scroll 0 5px/ 12% auto rgba(0, 0, 0, 0);
}
.why-ip-forums.why-2{
    background: url("/popup/assets/why-2.png") no-repeat scroll 0 5px/ 12% auto rgba(0, 0, 0, 0);
}
.why-ip-forums.why-3{
    background: url("/popup/assets/why-3.png") no-repeat scroll 0 5px/ 12% auto rgba(0, 0, 0, 0);
}
.why-ip-forums.why-4{
    background: url("/popup/assets/why-4.png") no-repeat scroll 0 5px/ 12% auto rgba(0, 0, 0, 0);
}
.why-ip-forums.why-5{
    background: url("/popup/assets/why-5.png") no-repeat scroll 0 5px/ 12% auto rgba(0, 0, 0, 0);
    padding-bottom: 0;
}
.loginpop-left .why-ip-forums span{
   color: #009d79;
   font-weight: bold;
}
#loginpop-content .loginpop-h4{
   color: #B70E8D;
   text-align: center;
   text-decoration: underline;
   cursor: pointer;
   font-style: italic;
}
#loginpop-content .loginpop-h3{
   font-size: 14px;
   font-weight: bold;
   color: #515151;
   margin-bottom: 2px;
   text-align: center;
   padding-top : 10px;
   border-top: 2px dashed #747474;
}
#loginpop-content .loginpop-h2{
   font-size: 18px;
   font-weight: bold;
   color: #b70e8d;
   margin-bottom: 5px;
   text-align: center;
}
#loginpop-window .loginpop-panel-login{
    display: none;
}
#loginpop-content .loginpop-social{
   width: 49%;
   /* display: inline-block; */
   margin: 0 auto 20px;
   cursor: pointer;
   vertical-align: top;
   text-align: center;
}
#loginpop-content .loginpop-social:hover{
   opacity: 0.8;
}

#loginpop-content .loginpop-social img{
   width:95%;
}
#loginpop-content input {
    display: block;
    padding: 8px;
    width: 100%;
    margin:0 auto 20px;
    border-radius: 4px;
    border: none;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    max-width: 236px;
}
#loginpop-content input[type="submit"],#loginpop-content input[type="button"] {
   background: #009d79;
   color: #FFF;
   font-weight: bold;
   width: 60%;
   cursor: pointer;
}
#loginpop-content input[type="button"] {
   float: right;
   margin-bottom: 0px;
}
#loginpop-content #loginpop-regForm input[type="button"] {
   float: none;
   margin:0 auto 20px;
}
#loginpop-content input[type="text"], #loginpop-content input[type="password"] {
   height: 32px;
   margin-bottom:10px;
   padding: 0 8px;
}
#loginpop-content .fb-recommend-popup{
   left:-35px;
   top:10px;
   font-style: normal;
}
#loginpop-content .recommend-text{
   cursor: pointer;
   font-weight: normal;
   line-height: 14px;
}
#loginpop-content .recommend-text:hover{
   text-decoration: underline
}
#loginpop-window > #loginpop-close {
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
}
#loginpop-window  #loginpop-err, #loginpop-window  #loginpop-forgot-err, #loginpop-window  #loginpop-verifyLink-err, #loginpop-window  #loginpop-signup-err{
   color:#b70e8d;
   text-align: center;
   font-size: 13px;
   font-weight: normal;
}
#loginpop-window  #loginpop-err > div, #loginpop-window  #loginpop-forgot-err > div, #loginpop-window  #loginpop-verifyLink-err > div, #loginpop-window  #loginpop-signup-err > div{
   margin-bottom: 5px;
}
#loginpop-window .fb-recommend-holder{
   margin:0px;
   text-align: right; 
}
#loginpop-window .loginpop-forgot,#loginpop-window .loginpop-verifyLink{
   display:none;
}
#loginpop-window .loginpop-forgot-link{
   font-size: 14px;
   color:#515151;
   text-align: center;
   margin-bottom: 10px;
   cursor: pointer;
   margin-top: -10px;
}
#loginpop-window .loginpop-forgot-link:hover{
   text-decoration: underline;
}
#loginpop-window .loginpop-link{
   color: #00F;
   cursor: pointer;
   text-decoration: underline;
}
@media(max-width:600px){
    #loginpop-heading{
       font-size: 18px;
    }
   #loginpop-content .loginpop-left, #loginpop-content .loginpop-right,#loginpop-content .loginpop-form{
      display: block;
      width: auto;
   }
   #loginpop-content .loginpop-left{
       display: none;
   }
    #loginpop-window #loginpop-heading .heading-text{
        padding: 10px;
        background: none;
    }    
}