
.wrap-fullpage-cented {
  display: flex;
  min-height: 100vh;
  padding: 15px;
}
.pane-item  {
  overflow: hidden;
  display: flex;
  align-items: center;
  flex: 1;
  position: relative;
  .panel-item-bg {
    max-width: 94%;
    margin: auto;
  }
  .form-register,
  .form-login {
    max-width: 94%;
    margin: 0 auto 12px auto;
    .js-view-pass {
      right: 14px;
    }
  }
  .pp-title-sm {
    color: $body-color;
    font-size: 28px;
    margin: .5rem auto 1.25rem auto;
  }
}
.form-box {
  width: 100%;
  max-width: 520px;
  border-radius: 25px;
  margin: auto;
  box-shadow: 0 3px 12px rgba(0,0,0,.2);
  padding: 20px 20px;
  @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%;
  }
  .select2-container.select2-container--default .select2-selection--single {
    height: 38px;
    border: 1px solid #ced4da;
    background-color: #fff;
  }
}

// MODAL LOGIN

.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;
}
#ppForgotpass {
  @media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
    }
  }
}

// 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;
  }
  .imgRefreshCaptcha {
    cursor: pointer;
  }
  .form-control {
    width: calc(100% - 185px);
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    float: right;
    margin-top: 5px;
  }
  .refresh-captcha {display: blockquote}
}

//  ANIMATION
.panel-item-ani {
  position: absolute;
  position: absolute;
  max-width: 80%;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.rotateme {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.img-icon {

}
.img-icon-1 {
  position: absolute;
  left: 14%;
  top: 34%;
  width: 37%;
  -webkit-animation: upndown-1 7s linear 0s infinite;
  animation: upndown-1 7s linear 0s infinite;
}
@keyframes upndown-1 {
  0% {
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.img-icon-2 {
  position: absolute;
  right: 8%;
  top: 38%;
  width: 37%;
  -webkit-animation: upndown-2 7s linear 0s infinite;
  animation: upndown-2 7s linear 0s infinite;
}
@keyframes upndown-2 {
  0% {
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}