
.wpppass-social-top{
    padding: 10px 0;
}
input {
    border: 1px solid #ccc;
    min-height: 30px;
}

#wpppass i.fa {
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
    color: #000;
    margin: 5px 10px 5px 5px;
    display: inline-block;
    padding: 7px;
}
#wpppass.circle i.fa {
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 5px 10px 5px 5px;
    display: inline-block;
    padding: 13px;
    border-radius: 50%;
}
#wpppass.quarter i.fa {
    border-radius: 30%;
}
#wpppass i.fa.fa-facebook{ 
  background:#4862A3;
  color:#fff;
}
#wpppass i.fa.fa-facebook:hover{ 
  background:#375192;
}
#wpppass i.fa.fa-twitter{ 
  background:#55ACEE;
  color:#fff;
}
#wpppass i.fa.fa-twitter:hover{ 
  background:#49a2e5;
}
#wpppass i.fa.fa-google-plus{ 
  background:#DA4735;
  color:#fff;
}
#wpppass i.fa.fa-google-plus:hover{ 
  background:#cb3725;
}
#wpppass i.fa.fa-linkedin{ 
  background:#007BB5;
  color:#fff;
}
#wpppass i.fa.fa-linkedin:hover{ 
  background:#0671a4;
}
#wpppass i.fa.fa-pinterest{ 
  background:#B31217;
  color:#fff;
}
#wpppass i.fa.fa-pinterest:hover{ 
  background:#a91015;
}
#wpppass i.fa.fa-instagram{ 
  background:#000;
  color:#fff;
}
#wpppass i.fa.fa-instagram:hover{ 
  background:#312a2a;
}
#wpppass i.fa.fa-youtube{ 
  background:#E02F2F;
  color:#fff;
}
#wpppass i.fa.fa-youtube:hover{ 
  background:#c52323;
}
#wpppass i.fa.fa-link{ 
  background:#25ACE3;
  color:#fff;
}
#wpppass i.fa.fa-link:hover{ 
  background:#229bcc;
}
#wpppass form input[type="password"] {
    width: 350px;
    height: 40px;
}
#wpppass form input {
    display: block;
    margin: 10px 0;
}
#wpppass form label {
    display: block;
}
#wpppass form.three label {
    display: inline-block;
}
#wpppass form.two input,
#wpppass form.three input {
    display: inline-block;
    margin: 10px 0;
        margin-right: 0px;
    height: 40px;
}
#wpppass form.two input[type="password"] ,
#wpppass form.three input[type="password"] {
    width: 300px;
    height: 40px;
    margin-right: 10px;
}
#wpppass form.four input,
#wpppass form.four input[type="password"],
#wpppass form.four label{ 
    display:block;
    width:100%;
} 
#wpppass .wppp-center{ 
    text-align:center;
} 
#wpppass .wppp-right{ 
    text-align:right;
}
#wpppass .wpppass-social-middle {
    margin: 5px 0;
}


