 * {
     padding: 0;
     margin: 0;
     box-sizing: border-box;
}
/* End Global rules */
/* Start body rules */
 body {
  background-image: linear-gradient(to right, #1f0827 0%, #0d021b 100%);
    font-family: 'Montserrat', sans-serif;
    opacity: .95;
    padding: 50px; 
    width: 100%;
    height: auto;
    padding: 10px 0;
}

a{
  text-decoration: none;
}


p{
    font-size:14px;
    margin-top: 10px!important;
    color: #17042d;
}
form {
    background-image: linear-gradient(45deg, rgb(255, 255, 255) 0%, rgb(232, 216, 255) 100%);
    width: 500px;
    height: auto;
    border-radius: 30px;
    margin: 2% auto;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    padding: 10px;

}

.custom-form{
    padding: 30px;
}

@media (max-width:575.98px) {
    body{
        padding: 10px!important;
    }

    form{
        width: 100%!important;
    }
}


/* the header form form */
 header {
     margin: 5% auto 5% auto;
     text-align: center;
}
/* Login title form form */
 header h2 {
     font-size: 250%;
     font-family: 'Averta Black';
     color: #ffe17f;
     background-image: linear-gradient(to right, #6f1386  20%, #a014b3 30%, #ffb300 70%, #5e0687 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 500% auto;
    animation: hue 4s ease-in-out infinite alternate;
	-webkit-animation: hue 4s ease-in-out infinite alternate;
 
}
/* A welcome message or an explanation of the login form */
 header p {
    letter-spacing: 0.05em;
}

/* inputs form */
.form-input{
     width: 100%;
     height: 50px;
     margin-top: 2%;
     padding: 15px;
     font-size: 16px;
     font-family: 'Montserrat', sans-serif;
     color: #5E6472;
     outline: none;
     border: none;
     border-radius: 0px 5px 5px 0px;
     transition: 0.2s linear;
}

.form-input-custom{
    margin: 0 5px;
}

/* focus */
 input:focus {
     transform: translateX(-2px);
     border-radius: 5px;
}

/*
.input-item {
    background: #fff;
    color: #333;
    padding: 10px 0px 0px 0px;
    border-radius: 5px 0px 0px 5px;
    position: absolute;
    top: 10px;
    
}
*/


/* Show/hide password Font Icon */
#eye {
   
    color: #333;
    margin: 5.9px 0 0 0;
    margin-left: -30px;
    padding: 15px 9px 19px 0px;
    border-radius: 0px 5px 5px 0px;
    float: right;
    position: relative;
    left: -3%;
    top: -.2%;
    z-index: 5;
    cursor: pointer;
    width: 30px;
    height: 50px;
    font-size: 20px;
}

.alerta{
  font-weight: bold;
}

.alert-con{
  color: #2e8613;
  padding: 10px;
  border-radius: 5px;
  margin: 5px 0; 
  font-size: 14px;
}
/* //////////////////////////////////////////// */
/* //////////////////////////////////////////// */
/* input[type="text"] {
    min-width: 250px;
}
 */
/* buttons */

.btn {
     display: inline-block;  
     width: 280px;
     height: 50px;
     
     border-radius: 5px;
     outline: none;
     border: none;
     cursor: pointer;
     text-align: center;
     transition: all 0.2s linear;
     margin: 7% auto;
     letter-spacing: 0.05em;
     font-family: 'Averta Bold';
     
}

/* Forgot Password button FAF3DD */

.btn-login {
    background: #17182d;
    color: #fff;
}


.log-in {
  background-image: url('../images/top.png');
  background-repeat: no-repeat;
  background-size: 100px 90px;
  background-color: rgb(39, 0, 76);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0.3px 0.7px rgba(0, 0, 0, 0.126), 0 0.9px 1.7px rgba(0, 0, 0, 0.179), 0 1.8px 3.5px rgba(0, 0, 0, 0.224), 0 3.7px 7.3px rgba(0, 0, 0, 0.277), 0 10px 20px rgba(0, 0, 0, 0.4);
    color: #ffcc00;
    font-size: 25px;
    padding: 20px 10px;
    font-family: 'Averta Bold';
    width: 100%;
    border-radius: 2px;
    border:none;
    margin: 10px 0;
  cursor: pointer;
  transition: 1s;
}

.log-in:hover {

  background-color: rgb(86, 5, 67);
  transition: 1s;
}


.btn-sign-up {
  background-image: linear-gradient(to right bottom, #ffdb0e, #f6c113, #f6a900, #ed9100, #e37900);
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 75px -15px rgba(248, 241, 197, 0.8);
    color: #170228;
    font-size: 20px;
    padding: 15px 10px;
    font-family: 'Averta Bold';
    width: 250px;
    border-radius: 50px;
    border:none;
    margin: 20px auto;
  cursor: pointer;
  transition: 1s;
}



 .sign-up {
    color: #ffcc00;
    font-size: 20px;
    text-align: center;
}

.text-sign-in {
  color: #590430;
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
  font-family: 'Averta Bold';
}

.logo{
  margin: 50px auto;
  display: block;
}


/* buttons hover */

/* buttons hover Animation */


 @keyframes ani9 {
     0% {
         transform: translateY(3px);
    }
     100% {
         transform: translateY(5px);
    }
}
 
.btn-block{
    width: 100%!important;
}

.g-recaptcha{
    margin: 10px 0;
}

.login-logo{
    margin-top: 5%;
    margin-bottom: 20px;
}

@media (max-width:1000px) {
    .login-logo{
        width: 250px!important;
    }
   
}

@media (max-width:920px) {
    .login-logo{
        width: 230px!important;
    }
}


@media (max-width:600px) {
    .login-logo{
        width: 200px!important;
    }

    .login-alert{
        font-size: 14px!important;
    }
}

@media (max-width:400px) {
    .login-logo{
        width: 180px!important;
    }
    .login-alert{
        font-size: 12px!important;
    }
}


.modal-window {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.25);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
  }
  .modal-window:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .modal-window > div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2em;
    background: white;
    overflow:scroll;
  }
  .modal-window header {
    font-weight: bold;
  }
  .modal-window h1 {
    font-size: 150%;
    margin: 0 0 15px;
  }
  
  .modal-close {
    color: red;
    line-height: 50px;
    font-size:16px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 0;
    width: 70px;
    text-decoration: none;
  }
  .modal-close:hover {
    color: black;
  }

  
  .modal-window > div {
    border-radius: 1rem;
  }
  
  .modal-window div:not(:last-of-type) {
    margin-bottom: 15px;
  }

  .shape1 {
    background-image: url("../images/shape1.png");
    background-size: cover;
    left: 0;
    top: 0;
    position: absolute;
    height: 200px;
    width: 350px;
    z-index: 2;
  }

  
  .shape2 {
    background-image: url("../images/shape1.png");
    background-size: cover;
    right: 0;
    bottom: -50px;
    position: absolute;
    height: 360px;
    width: 660px;
    z-index: 2;
    transform: rotate(180deg);
  }

  .seguro{
    background: rgb(15, 1, 26);
    margin: 15px;
    width: 140px;
    text-align: center;
    border-radius: 50px;
    padding: 10px;
    position: absolute; 
    bottom: 0;
    left: 0;
  }
  



  @media only screen and (max-width: 2060px) {
    .shape2{
      height: 380px!important;
      width: 655px!important;
  
    } 
  
    
  
  }
  
  @media only screen and (max-width: 1900px) {
  
    .shape2{
      height: 420px!important;
      width: 755px!important;
    }
    
  }
  
  @media only screen and (max-width: 1500px) {
  
  
    .shape2{
      height: 300px!important;
      width: 550px!important;
    }
    
  }
  
  
  @media only screen and (max-width: 1300px) {
  
    .shape2{
      height: 260px!important;
      width: 470px!important;
    }

  }
  
  @media only screen and (max-width: 1100px) {
  
    .header-cover{
      display: none;
    }  
  
    .shape2{
      height: 210px!important;
      width: 380px!important;
    }
    

  
  }
  
  @media only screen and (max-width: 960px) {
  

  
   .seguro{
    display: none;
    }

    .shape1{
      height: 130px!important;
      width: 230px!important;
  
    }
  
    .shape2{
      height: 130px!important;
      width: 230px!important;
      bottom: 0;
    }
  
  }

  @media only screen and (max-width: 650px) {
  

  
    .shape1{
      display: none!important;
  
    }

    .shape2{
      display: none!important;
  
    }
  
  }



  @-webkit-keyframes hue {
    0% {
      background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
  }
  


  @font-face {
    font-family: 'Me Regular';
    src: url('../fonts/Me-Regular.otf');
  }
  
  @font-face {
    font-family: 'Me Black';
    src: url('../fonts/Me-Black.otf');
  }
  
  @font-face {
    font-family: 'Me Bold';
    src: url('../fonts/Me-Bold.otf');
  }
  
  @font-face {
    font-family: 'Me Light';
    src: url('../fonts/Me-Light.otf');
  }

  @font-face {
    font-family: 'Averta Regular';
    src: url('../fonts/Averta-Regular.otf');
  }
  
  @font-face {
    font-family: 'Averta Bold';
    src: url('../fonts/Averta-Bold.otf');
  }
  
  @font-face {
    font-family: 'Averta Black';
    src: url('../fonts/Averta-Black.otf');
  }
  
  @font-face {
    font-family: 'Averta ExtraBold';
    src: url('../fonts/Averta-ExtraBold.otf');
  }
  
  @font-face {
    font-family: 'Averta Light';
    src: url('../fonts/Averta-Light.otf');
  }



  /*
  *
  */

  @keyframes rotate {

    
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  @keyframes move {
    0% {
      transform: translateY(0%);	
    }
    15% {
      transform: translateX(5%);	
    }
    25% {
      transform: translateY(5%);	
    }	
    35% {
      transform: translateX(10%);	
    }
    50% {
      transform: translateY(15%);	
    }	
    75% {
      transform: translateY(8%);	
    }
    100% {
      transform: translateY(0%);
    }			
  }
  


  .gradient {
    --size: 700px;
    --speed: 6s;
    --easing: cubic-bezier(0.8, 0.2, 0.2, 0.8);
    position: absolute;
    width: var(--size);
    height: var(--size);
    filter: blur(calc(var(--size) / 5));
    background-image: linear-gradient(#765bd89d, #c675fcb5);
    animation: move var(--speed) var(--easing) alternate infinite;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    z-index: -1;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    opacity: 0.7;
  }
  
  @media (min-width: 720px) {
    .gradient {
      --size: 500px;
    }
  }

