.login-title {
  text-align: center;
}
#login-page {
  display: flex;
  color: #1b1b1b;
}
.notice {
  font-size: 1em;
  text-align: center;
  padding: 1em;
}
.login {
  width: 30%;
  height: 120vh;
  padding: 70px;
}
.login a {
  text-align: center;
}
.form-login {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.form-login label {
  text-align: left;
  font-size: 13px;
  margin: 0.5em 0;
  display: block;
}

#forgot-password-link {
  text-decoration: none;
  color: #1b1b1b;
}

.btn-submit {
  width: 100%;
  border: 0;
  border-radius: 10px;
  padding: 14px;
  background: var(--first-color);
  color: #FFF;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 2rem;
  transition: ease all 0.3s;
}

.btn-submit:hover {
  opacity: 0.9;
}

.btn-success {
  background: transparent !important;
  color: #099d64 !important;
  font-size: 1.1em !important;
  font-weight: 500;
}

/* FORM VALIDATION SHAKE */

/* FORM VALIDATION SHAKE */
::selection {
  color: #fff;
  background: #5372f0;
}

.form-login .field {
  width: 100%;
  margin-bottom: 20px;
}
.form-login .field.shake {
  animation: shake 0.3s ease-in-out;
}
@keyframes shake {
  0%,
  100% {
    margin-left: 0px;
  }
  20%,
  80% {
    margin-left: -12px;
  }
  40%,
  60% {
    margin-left: 12px;
  }
}
.form-login .field .input-area {
  height: 50px;
  width: 100%;
  position: relative;
}
.form-login input {
  width: 100%;
  height: 100%;
  outline: none;
  padding: 0 45px;
  font-size: 18px;
  background: none;
  caret-color: #5372f0;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
  border-bottom-width: 2px;
  transition: all 0.2s ease;
}
.form-login .field input:focus,
.form-login .field.valid input {
  border-color: #fffefe;
}
.form-login .field.shake input,
.form-login .field.error input {
  border-color: #dc3545;
}
.field .input-area i {
  position: absolute;
  top: 50%;
  font-size: 18px;
  pointer-events: none;
  transform: translateY(-50%);
}
.input-area .icon {
  left: 15px;
  color: #bfbfbf;
  transition: color 0.2s ease;
}

.form-login .field .success-txt {
  color: #099d64;
  text-align: left;
  margin-top: 5px;
}

.input-area .error-icon {
  right: 15px;
  color: #dc3545;
}
.form-login input:focus ~ .icon,
.form-login .field.valid .icon {
  color: #5372f0;
}
.form-login .field.shake input:focus ~ .icon,
.form-login .field.error input:focus ~ .icon {
  color: #bfbfbf;
}
.form-login input::placeholder {
  color: #bfbfbf;
  font-size: 1rem;
}
.form-login .field .error-txt {
  color: #dc3545;
  text-align: left;
  margin-top: 5px;
}
.form-login .field .error {
  display: none;
}
.form-login .field.shake .error,
.form-login .field.error .error {
  display: block;
}
.form-login .pass-txt {
  text-align: left;
  margin-top: -10px;
}
.form-login input[type="submit"] {
  height: 50px;
  margin-top: 30px;
  color: #fff;
  padding: 0;
  border: none;
  background: #5372f0;
  cursor: pointer;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.form-login input[type="submit"]:hover {
  background: #2c52ed;
}

.pass-txt a {
  margin-left: 0;
}
/* FIN FORM VALIDATION */
.link-aviso {
  color:black;
}
.bold {
  font-family: 'ITC Avant Garde Gothic STD Bold';
  }

.bold a {
  color: var(--first-color);
}

.bold a:hover {
  opacity: 0.8;
}

.background__login {
  width: 70%;
  padding: 50px;
  /* height: 100vh; */
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  align-content: flex-start;
  flex-direction: row;
}
.background__login h1 {
  max-width: 60.4rem;
  font-size: 4rem;
  color: var(--first-color);
  margin-bottom: 5rem;
  text-align: left;
  padding: 0;
}

.background__login h2 {
  max-width: 60rem;
  font-size: 1.8rem;
  text-align: justify;
  padding: 0;
  font-weight: 100;
  margin-top: 6rem;
}

.background__login h4 {
   max-width: 60rem;
   font-size: 1.5rem;
   text-align: justify;
   padding: 0;
   font-weight:100;
   margin-top:5rem;
}
.background__login p {
  max-width: 650px;
  color: #1a1a1a;
  font-size: 15px;
  text-align: right;
  padding: 0;
  margin: 15px 0 0 0;
}
.registro-link:hover{
  color: #651c32;
}

.created {
  margin-top: 40px;
  text-align: center;
}
.created p {
  font-size: 13px;
  font-weight: bold;
  color: #008552;
}
.created a {
  color: #666;
  font-weight: normal;
  text-decoration: none;
  margin-top: 0;
}
.checkbox label {
  display: inline;
  margin-top: 10px;
  font-size: 14px;
}
.login__invitado {
  margin-left:7.75rem!important;
}

.login__invitado:hover {
  color:black;
}

.login__text {
  margin-left: 7.5rem!important;
}

#login-form img {
  width: 1.5rem;
  margin-right: 0.5rem;
}

#forgot-password-form img {
  width: 1.5rem;
  margin-right: 0.5rem;
}

.forgot-title {
  text-align: center;
  font-size: 1.5rem;
  font-family: 'Montserrat Black', sans-serif;
  color: white;
}


/*   CONTRASEÑA RESET   */
#box__recover {
  width: 400px;
  margin: 10% auto;
  text-align: center;
  background:rgba(255,255,255,0.6);
  padding:20px 50px;
  box-sizing:border-box;
  box-shadow:0 3px 12px rgba(0,0,0,0.2);
  border-radius:2%
}
h1 {
  margin-bottom: 1.5em;
  font-size: 30px;
  color: #484548;
  font-weight: 100;
}
 h1 span {
  display:block;
  font-size: 14px;
  color: #989598;
 }
/*small{ 
  font-family: 'Gotham', sans-serif; 
  font-size: 11px;
}*/
form p { 
  position: relative; 
}

/* CAMBIO DE CONTRASEÑA */
.reset_password_header {
  padding:0 500px;
  font-weight: 300;
}

.page_title,
.description_header {
  margin-top: 1em;
  display:flex;
  justify-content:center;
}


.reset_password_container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5rem 0;
}

.form_container{
  position: relative;
  max-width: 460px;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  padding: 30px;
  margin: 0 20px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.form_container .input-box{
  position: relative;
  margin-bottom:1em;
}
.input-box .show_hide,
.input-box .show_hide_confirm{
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #A6A6A6;
  padding: 5px;
  cursor: pointer;
}
.input-box input{
  height: 60px;
  width: 100%;
  border: 2px solid #d3d3d3;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  outline: none;
  padding: 0 50px 0 16px;
}
.form_container .indicator{
  display: none;
}
.form_container .indicator.active{
  display: block;
  margin-top: 14px;
}
.indicator .icon-text{
  display: flex;
  align-items: center;
}
.icon-text .error_icon{
  margin-right: 8px;
}
.icon-text .text{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}
.form_button {
  margin-top: 2em;
}
.password_btn {
    width: 200px;
    background: #651C32;
    text-decoration: none;
    text-align: center;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px;
    margin: 1rem 0;
}


/*   VERIFICACIÓN DE CUENTA   */
.container__verificacion {
  width: 42.1875vw;
  height: 240px;
  margin: 0 auto;
  position: relative;
}

.circle-loader-wrap {
  margin: 110px auto;
  overflow: hidden;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  transform: rotate(180deg);
  opacity: 0;
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.circle-loader-wrap:after {
  content: "";
  position: absolute;
  z-index: 4;
  left: 10px;
  top: 10px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background-color: #fff;
  transform: translateZ(1000px);
  transform-style: preserve-3d;
}
.circle-loader-wrap div {
  overflow: hidden;
  position: absolute;
  width: 50%;
  height: 100%;
}
.circle-loader-wrap .circle-loader-wrap-background {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 99%;
  height: 99%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(45deg, #ccb97b, #ac905b);
}
.circle-loader-wrap .semicircle {
  position: absolute;
  z-index: 0;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 1000px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.circle-loader-wrap .semicircle--pre {
  z-index: 1;
  background-color: #ffffff;
}
.circle-loader-wrap .semicircle--post {
  z-index: 2;
  background-color: #f5f5f5;
}
.circle-loader-wrap .left-wrap {
  left: 0;
}
.circle-loader-wrap .left-wrap .semicircle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transform-origin: 0 50% 0;
}
.circle-loader-wrap .left-wrap .semicircle--pre {
  -webkit-animation-name: loading-left--pre;
          animation-name: loading-left--pre;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0.05, 1, 1);
          animation-timing-function: cubic-bezier(0.8, 0.05, 1, 1);
  transform: rotate(-180deg);
}
.circle-loader-wrap .left-wrap .semicircle--post {
  -webkit-animation-name: loading-left--post;
          animation-name: loading-left--post;
  -webkit-animation-delay: 3.25s;
          animation-delay: 3.25s;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0.05, 1, 1);
          animation-timing-function: cubic-bezier(0.8, 0.05, 1, 1);
  transform: rotate(0deg);
}
.circle-loader-wrap .right-wrap {
  left: 50%;
}
.circle-loader-wrap .right-wrap .semicircle {
  left: -100%;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  transform-origin: 100% 50% 0;
}
.circle-loader-wrap .right-wrap .semicircle--pre {
  -webkit-animation-name: loading-right--pre;
          animation-name: loading-right--pre;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1.01);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1.01);
  transform: rotate(-180deg);
}
.circle-loader-wrap .right-wrap .semicircle--post {
  -webkit-animation-name: loading-right--post;
          animation-name: loading-right--post;
  -webkit-animation-delay: 3.25s;
          animation-delay: 3.25s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1.01);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1.01);
  transform: rotate(0deg);
}

.text-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  font-family: "Gotham Black", sans-serif;
  font-weight: normal;
  text-align: center;
}
.text-wrap .text-container {
  opacity: 0;
  position: relative;
}
.text-wrap .text-container--one {
  top: 30px;
  -webkit-animation-name: fade-up-in, fade-up-out;
  animation-name: fade-up-in, fade-up-out;
  -webkit-animation-duration: 0.75s, 0.5s;
  animation-duration: 0.75s, 0.5s;
  -webkit-animation-delay: 0s, 2.75s;
  animation-delay: 0s, 2.75s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.text-wrap .text-container--two {
  top: 10px;
  -webkit-animation-name: fade-up-in--check, move-up--check;
  animation-name: fade-up-in--check, move-up--check;
  -webkit-animation-duration: 0.5s, 0.6s;
  animation-duration: 0.5s, 0.6s;
  -webkit-animation-delay: 2.75s, 5.25s;
  animation-delay: 2.75s, 5.25s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease, ease-out;
  animation-timing-function: ease, ease-out;
}
.text-wrap .text-container--three {
  top: 30px;
  -webkit-animation-name: fade-in, move-up--confirmation;
          animation-name: fade-in, move-up--confirmation;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-delay: 5.25s;
          animation-delay: 5.25s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.9, 0, 1, 1), ease-out;
          animation-timing-function: cubic-bezier(0.9, 0, 1, 1), ease-out;
}
.text-wrap .optimizing {
  font-weight: 500;
  font-size: 14px;
  color: #818181;
}
.text-wrap .name {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}
.text-wrap .confirmation {
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
  margin-top: 25rem;
  padding-bottom: 15px;
  color: #ac905b;
}
.text-wrap .confirmation-subtitle {
  color: #818181;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}

.check-mark {
  position: relative;
  transform: rotate(-45deg);
  display: inline-block;
  left: -29px;
  top: 19px;
}
.check-mark:before, .check-mark:after {
  content: "";
  background-color: #ac905b;
  display: block;
  border-radius: 2px;
}
.check-mark:before {
  width: 18px;
  height: 53px;
  border-radius: 10px;
}
.check-mark:after {
  position: absolute;
  width: 110px;
  height: 18px;
  bottom: 0;
  border-radius: 10px;
}

@-webkit-keyframes loading-left--pre {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes loading-left--pre {
  0% {
    transform: rotate(-180deg);
  }
  50%, 100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes loading-right--pre {
  0%, 50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes loading-right--pre {
  0%, 50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes loading-left--post {
  0% {
    transform: rotate(0deg);
  }
  50%, 100% {
    transform: rotate(180deg);
  }
}
@keyframes loading-left--post {
  0% {
    transform: rotate(0deg);
  }
  50%, 100% {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes loading-right--post {
  0%, 50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes loading-right--post {
  0%, 50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-up-in {
  from {
    opacity: 0;
    top: 30px;
  }
  to {
    opacity: 1;
    top: 0px;
  }
}
@keyframes fade-up-in {
  from {
    opacity: 0;
    top: 30px;
  }
  to {
    opacity: 1;
    top: 0px;
  }
}
@-webkit-keyframes fade-up-in--check {
  from {
    opacity: 0;
    top: 10px;
  }
  to {
    opacity: 1;
    top: 0px;
  }
}
@keyframes fade-up-in--check {
  from {
    opacity: 0;
    top: 10px;
  }
  to {
    opacity: 1;
    top: 0px;
  }
}
@-webkit-keyframes fade-up-out {
  from {
    opacity: 1;
    top: 0px;
  }
  to {
    opacity: 0;
    top: -10px;
  }
}
@keyframes fade-up-out {
  from {
    opacity: 1;
    top: 0px;
  }
  to {
    opacity: 0;
    top: -10px;
  }
}
@-webkit-keyframes move-up--confirmation {
  from {
    top: 60px;
  }
  to {
    top: 19px;
  }
}
@keyframes move-up--confirmation {
  from {
    top: 60px;
  }
  to {
    top: 19px;
  }
}
@-webkit-keyframes move-up--check {
  from {
    top: 0px;
  }
  to {
    top: -40px;
  }
}
@keyframes move-up--check {
  from {
    top: 0px;
  }
  to {
    top: -40px;
  }
}
.home-link-button {
  width: 150px;
  font-family: "Gotham Black", sans-serif;
  background: #AC905D;
  text-decoration: none;
  text-align: center;
  color: white;
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 155px 0px 10px 5px;
  float: right;
}



/* MEDIA QUERY */
@media (max-width: 820px) {
  .header {
    block-size: 6.8rem;
    max-block-size: 6rem;
  }
  
  .login {
  width: 100%;
  padding:25px;
 }

  .background__login {
    display: none;
  }
  .login__text {
    margin-left: 5rem!important;
    font-size: 1.2em;
  }

  #forgot-password-link {
    margin-left: 0;
  }

  #registerBtn {
    margin-left: -8rem;
  }
  
}

.separation-line {
  margin-bottom:2em;
}