/*
* PetResortPro: Login Legacy
* Version: 1.0.0
* Author: Furkan MT ('https://github.com/furcan')
* Copyright 2021 PetResortPro. All rights reserved.
*/

/* Reset: begin */
*,
*:focus {
  outline: none !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  width: 100%;
  overflow-x: hidden !important;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 400;
  color: #212529;
  background: #fff;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
b,
ul,
li,
form,
label,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Red Hat Display", sans-serif;
}

input,
textarea,
select,
option {
  font-family: inherit;
  color: inherit;
}

a {
  text-decoration: none !important;
  font-family: inherit;
  color: inherit;
}

li {
  list-style: none !important;
}

h1 {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
}

h2 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}

h3 {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
}

h4,
h5,
h6 {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
}

img {
  font-size: 8px;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

*::selection {
  background: #000;
  color: #fff;
}

*::-moz-selection {
  background: #000;
  color: #fff;
}

::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Reset: end */

/* Login Legacy Grid: begin */
.prp__container__legacy {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


.prp__login__legacy__errortitle {
    width: 100%;
    text-align: left;
    margin: 20px 0 30px;
    padding: 8px 0 8px 20px;
    position: relative;
    font-size: 20px;
    color: red;
}


.prp__col__legacy {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 769px) {
  .prp__col__legacy {
    padding: 0 30px;
  }
}

.prp__col__legacy.col--banner {
  order: 1;
  padding: 30px 15px 15px;
}

.prp__col__legacy.col--form {
  order: 2;
  padding: 15px;
}

@media (min-width: 769px) {
  .prp__col__legacy.col--banner {
    width: 46%;
    padding: 15px;
  }
}

@media (min-width: 769px) {
  .prp__col__legacy.col--form {
    width: 54%;
    padding: 15px 15px 0;
  }
}
/* Login Legacy Grid: end */

/* Login Legacy Section: begin */
.prp__login__legacy {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background: #f8f8f8;
  background: linear-gradient(to right bottom, #f8f8f8, #fafafa, #fbfcfb, #fdfdfd, #ffffff);
}

@media (min-width: 769px) {
  .prp__login__legacy {
    align-items: center;
  }
}

.prp__login__legacy__filter {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.prp__login__legacy__filter::after,
.prp__login__legacy__filter::before {
  content: "";
  position: absolute;
  z-index: 0;
  background: rgba(0, 0, 0, 0.03);
}

.prp__login__legacy__filter::before {
  border-radius: 1000px;
  width: 600px;
  height: 600px;
  left: -300px;
  top: -200px;
}

@media (min-width: 769px) {
  .prp__login__legacy__filter::before {
    width: 75vw;
    height: 75vw;
    left: -27vw;
    top: -17vw;
  }
}

.prp__login__legacy__filter::after {
  border-radius: 1000px;
  width: 280px;
  height: 280px;
  right: -100px;
  bottom: -50px;
}

@media (min-width: 769px) {
  .prp__login__legacy__filter::after {
    width: 55vw;
    height: 55vw;
    right: -27vw;
    bottom: -17vw;
  }
}
/* Login Legacy Section: end */

/* Login Legacy Form: begin */
.prp__login__legacy__content {
  position: relative;
  z-index: 3;
  width: 100%;
}

.prp__login__legacy__form__wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 15px;
}

@media (min-width: 769px) {
  .prp__login__legacy__form__wrapper {
    margin: 20px 0 0;
    padding-left: 40px;
  }
}

.prp__login__legacy__logo {
  width: 100%;
  text-align: center;
  margin: 30px 0 60px;
  order: 3;
}

@media (min-width: 769px) {
  .prp__login__legacy__logo {
    order: initial;
    margin: 0 0 40px;
  }
}

.prp__login__legacy__logo__link {
  display: inline-block;
}

.prp__login__legacy__logo__image {
  width: 180px;
  height: auto;
}

.prp__login__legacy__title {
  width: 100%;
  text-align: left;
  margin: 20px 0 30px;
  padding: 8px 0 8px 20px;
  position: relative;
  font-size: 24px;
}



@media (min-width: 769px) {
  .prp__login__legacy__title {
    margin: 0 0 30px;
  }
}

.prp__login__legacy__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #2491eb;
  border-radius: 4px;
}

.prp__login__legacy__form {
  width: 100%;
  margin: 0 0 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media (min-width: 769px) {
  .prp__login__legacy__form {
    margin: 0;
  }
}

.prp__login__legacy__form__group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 10px 0;
}

@media (min-width: 769px) {
  .prp__login__legacy__form__group {
    margin: 0 1.5%;
    width: 47%;
    flex-grow: 1;
  }
}

@media (min-width: 769px) {
  .prp__login__legacy__form__group.form--group--username {
    margin-left: 0;
  }
}

@media (min-width: 769px) {
  .prp__login__legacy__form__group.form--group--password {
    margin-right: 0;
  }
}

.prp__login__legacy__form__group.form--group--submit {
  width: 100%;
  margin: 15px 0;
}

@media (min-width: 769px) {
  .prp__login__legacy__form__group.form--group--submit {
    margin: 30px 0 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
}

.prp__login__legacy__form__label {
  cursor: pointer;
  font-size: 10px;
  font-weight: 500;
  margin: 0 0 6px 16px;
  color: rgba(0, 0, 0, 0.25);
}

.prp__login__legacy__form__input {
  transition: border 0.25s ease-in-out, color 0.25s ease-in-out, transform 0.15s ease-in-out;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  color: #212529;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  box-shadow: 0 0 32px -16px rgba(0, 0, 0, 0.15);
}

.prp__login__legacy__form__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.prp__login__legacy__form__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.prp__login__legacy__form__input::placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.prp__login__legacy__form__input:hover {
  transform: scale(1.03);
}

.prp__login__legacy__form__input:focus {
  border-color: #2491eb;
  transform: scale(1.03);
}

.prp__login__legacy__form__link {
  user-select: none;
  transition: opacity 0.25s ease-in-out;
  opacity: 0.4;
  font-size: 14px;
  font-weight: 500;
  order: 2;
  margin: 10px auto;
}

@media (min-width: 769px) {
  .prp__login__legacy__form__link {
    order: 1;
    margin: 5px;
  }
}

.prp__login__legacy__form__link:hover {
  opacity: 1;
}

.prp__login__legacy__form__button {
  transition: border 0.25s ease-in-out, color 0.25s ease-in-out, background 0.25s ease-in-out, opacity 0.25s ease-in-out,
    transform 0.15s ease-in-out;
  user-select: none;
  cursor: pointer;
  min-width: 110px;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  background: #eee;
  color: #212529;
  border: 1px solid #eee;
  margin: 10px 0;
  order: 1;
}

@media (min-width: 769px) {
  .prp__login__legacy__form__button {
    margin: 0 0 0 20px;
    max-width: 47%;
    order: 2;
  }
}

.prp__login__legacy__form__button:hover {
  transform: scale(1.03);
}

.prp__login__legacy__form__button:active {
  transform: scale(0.95);
}

.prp__login__legacy__form__button.button--primary {
  border: 1px solid #4caf50;
  background: #4caf50;
  color: #fff;
}

.prp__login__legacy__form__button.button--secondary {
  border: 1px solid #ddd;
  background: transparent;
  color: #aaa;
}

.prp__login__legacy__form__button.button--passive {
  cursor: not-allowed;
  opacity: 0.5;
}
/* Login Legacy Form: end */

/* Login Legacy Banner: begin */
.prp__login__legacy__banner {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.prp__login__legacy__image {
  max-width: 300px;
  margin: 0 auto;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
}

@media (min-width: 769px) {
  .prp__login__legacy__image {
    max-width: 100%;
    margin: 0;
  }
}
/* Login Legacy Banner: end */

/* Login Legacy Footer: begin */
.prp__login__legacy__footer {
  position: relative;
  z-index: 2;
  width: 100%;
  align-self: flex-end;
}

.prp__login__legacy__footer__content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 20px 20px;
}

@media (min-width: 769px) {
  .prp__login__legacy__footer__content {
    justify-content: flex-end;
    padding: 20px 0;
  }
}

.prp__login__legacy__footer__link {
  transition: opacity 0.25s ease-in-out;
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline !important;
  opacity: 0.6;
  margin: 10px;
}

.prp__login__legacy__footer__link:hover {
  opacity: 1;
}

.prp__login__legacy__footer__text {
  width: 100%;
  text-align: center;
  opacity: 0.6;
  font-size: 13px;
  line-height: 16px;
  margin: 10px auto 10px 0;
}

@media (min-width: 769px) {
  .prp__login__legacy__footer__text {
    width: auto;
    text-align: left;
  }
}
/* Login Legacy Footer: end */
