/**
 * 2008-2020 Prestaworld
 *
 * All right is reserved,
 *
 * @author    Prestaworld <prestaworld12@gmail.com>
 * @copyright 2008-2020 Prestaworld
 * @license   One Paid Licence By WebSite Using This Module. No Rent. No Sell. No Share.
 */

#login-username, #forgotemail, #login-password, .custominput {
  height: 40px;
  background: #fff;
  border: 1px solid #ddd;
}
#login-username:focus, #forgotemail:focus, #login-password:focus, .custominput:focus {
  background: #fff;
  /* border: 1px solid #ddd; */
  outline: none;
}
.hidecontent {
  display: none;
}
/*
#presta-login {
  background: #00000073 !important;
}
*/
form#loginform .col-md-12, form#forgotpaswdform .col-md-12 {
  padding-left: 0px;
}
.customlabel {
  text-align: left;
}
.modal-dialog {
	top: -83px;
}
.nopaddingleft {
  padding-left: 0px;
}
.modal-footer {
  text-align: left;
}
.textright {
  text-align: right;
}



.social-box{
  margin: 0 auto;
  padding: 38px;
  border-bottom:1px #ccc solid;
}
.social-box a{
  font-weight:bold;
  font-size:18px;
  padding:8px;
}
.social-box a i{
  font-weight:bold;
  font-size:20px;
}
.mg-btm{
  margin-bottom:20px;
}
