
.wrap-fullpage-cented {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 15px;
}
.form-box {
  width: 100%;
  max-width: 520px;
  border-radius: 25px;
  margin: auto;
  box-shadow: 0 3px 12px rgba(0,0,0,.2);
  padding: 30px 50px;
  @media (max-width: 991px) {
    padding: 20px 15px;
  }
}
.form-login { width: 500px;}
.form-register {
  .form-box {
    max-width: 700px;
    width: 100%;
  }
  .grid-login {
    max-width: 100%;
  }
}

// MODAL LOGIN
.pp-title-sm {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 0.75rem auto 1.5rem auto;
}

.txt-forgot {
  &:not([href]):not([tabindex]) {color: $link;}
  cursor: pointer;
  display: inline-block;
  margin-top: 12px;
  font-size: 14px;
  color: $primary;
}
.grid-login {
  max-width: 350px;
  margin: 0 auto;
}
.grid-register-social {
  position: relative;
  margin-top: 30px;
  padding: 30px 0 0 0;;
  margin-right: -15px;
  margin-left: -15px;
  @media (min-width: 992px) {
    margin-right: -50px;
    margin-left: -50px;
  }
  &:before {
    content: "OU";
    color: #000;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-top: -19px;
    font-weight: bold;
    background: #fff;
    width: 50px;
    text-align: center;
    z-index: 1;
    top: 7px;
    margin-left: -25px;
  }
  &:after  {
    content: " ";
    display: block;
    height: 1px;
    width: 100%;
    background-color:#d4d5d4;
    position: absolute;
    left: 0;
    top: 0;
  }
}

$height_bt_social: 36px;
.button-social { overflow: hidden; font-size: 1em; padding-right: 10px; display: block; margin-right: 0; font-weight: bold;border-radius: 3px;
  color: #fff; text-align: center; padding-left: 40px; position: relative; height: $height_bt_social; line-height: $height_bt_social; margin-bottom: 15px;
  &:hover  { text-decoration: none}
  &:before  { font-family: "Font Awesome 5 Brands"; font-size: 1.1rem; font-weight: normal; display: inline-block; width: $height_bt_social; height: $height_bt_social;line-height: $height_bt_social;
    text-align: center; position: absolute; left: 0; top: 0; border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
  &:hover,&:focus {color:#fff;}
   &.linkedIn {background-color: #0077b5;
    &:before {content: "\f0e1";}
    &:hover {background-color:#016aa0}
  }
  &.google-plus {background-color: #ce462a;
    &:before {content: "\f0d5";}
    &:hover { background: #bd3c21;}
  }
   &.facebook { background-color: #3f5d9a;
    &:before { content: "\f39e";}
    &:hover { background: #304d89;}
  }
  &.mail {background-color: #adaeae;
    &:before {content: "\f0e0";}
    &:hover { background: #979797;}
  }
}
.clear-note {
  margin-top: -12px;
  margin-bottom: 5px;
  color: #a7a7a7;
  font-size: 12px;
  font-weight: 300;
}

// ERROR
p.error,
span.error {
  font-size: .85em;
  color: #dc3a1d;
  font-style: italic;
}

// CAPTCHA CUSTOM
.group-captcha {
  margin-top: 15px; margin-bottom: 15px;
  .img_captcha  {float :left}
  .form-control {width: calc(100% - 185px); display: inline-block; padding-left: 12px; padding-right: 12px; float: right;}
  .refresh-captcha {display: blockquote}
}