/**
 * Simple Password Reset allows customer to retrieve the password in the more convenient way..
 *
 * Simple Password Reset by Vipul Hadiya(http://www.vipulhadiya.com) is licensed under a
 * Creative Creative Commons Attribution-NoDerivatives 4.0 International License.
 * Based on a work at http://www.clavolike.com.
 * Permissions beyond the scope of this license may be available at http://www.vipulhadiya.com.
 * To view a copy of this license, visit http://creativecommons.org/licenses/by-nd/4.0/.
 *
 * @author    Vipul Hadiya <vip@vipulhadiya.com>
 * @copyright 2018 Vipul Hadiya
 * @license   http://creativecommons.org/licenses/by-nd/4.0/
 */

/* Styles globaux */
#quickpass .overlay, .passbox .overlay {
  position: absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background: rgba(255,255,255,0.8);
}

#quickpass .overlay img, .passbox .overlay img{
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.forcehide{
  display: none;
}

/* Fancybox */
#quickpass {
  position: relative;
  text-align: center;
}

.fancybox-wrap #quickpass {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

#quickpass label {
  font-weight:400;
}

#qp_email {
  margin-bottom: 10px;
  width:100%;
}

#qp_passreco {
  width:100%;
  margin-bottom:2px;
  top: 0 !important;
}

/* Page dédiée */
.passbox {
  position: relative;
}
