@import url('https://fonts.googleapis.com/css2?family=Handjet:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  max-width: 100%;
  list-style-type: none;
  font-family: "Roboto", sans-serif;
}


body,.fade-in {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.logo{
  position: absolute;
  top: 10%;
  width: 40%;
}
.login__container{
  width: 70%;
  height: 90%;
  display: flex;
  background-color: #fff;
	border-radius: 10px;
  	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 
			0 10px 10px rgba(0,0,0,0.22);
}

.login__form__area,
.login__image__container {
  width: 50%;
  

}

.login__form__area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.login__image__container {
 background-color: #E13588;
 border-top-right-radius: 10px;
 border-bottom-right-radius: 10px;
 display: flex;
 align-items: center;
 justify-content: center;
 
}


.login__form__area .login__image__background{
  background-size: cover;
  background-position:  center;

  position: absolute;
  left: 5000px;
}


.login__input__acess,.login__form__button{
  padding:  10px 20px;
  width: 300px;
  border-radius: 10px;
  outline: none;

}

/* INPUTS: */
.login__input__acess{
  color: #000000a6;
  border: solid 1px #00000078;
  background-color: #fff;
  border-radius: 10px;
  font-size: 0.8rem;
}

.login__form__button{
  background-color: #E13588;
  color: #F2F3F7;
}

.login__info{
  display: flex;
  text-align: center;
  gap: 1rem;
  padding-bottom: 20px;

}

.login__container h3{
  font-size: 3.6rem;
  color: #71CEE0;
  font-weight: 600;

}
.text {
  position: relative;
  display: inline-block;
  color: #BE197D !important;
  font-weight: 400 !important;
  animation: wave 1.2s;
}


@media (max-width:1366px) {
 .logo{
  top: 25px !important;
 }
 .strong{
  font-size: 2.5vw !important;
 }
}



@media (max-width:1280px) {
  .login__container{
    height: 60%;
  }
  .logo{
   top: 25px !important;
  }
  .strong{
   font-size: 2.5vw !important;
  }
 }
 

@media (max-width:1050px) {
  .strong{
    font-size: 2.5vw !important;
   }
  .login__container h3{
    font-size: 1rem;
    font-size: 600;
  }
  .login__info{
    gap: 0;
  }
  .login__container{
    height: 60%;
  }
  .login__image__container{
    display: none;
  }

  .login__form__area{
    width: 100%;
  }

  .logo{
    width: 15%;
    top: 0 ;
  }
}


@media (max-width:1024px) {
  .strong{
    position: relative;
    top: 1.5rem;
    font-size: 2.5vw !important;
   }
  .login__container{
    height: 60%;
  }
  .login__image__container{
    display: none;
  }

  .login__form__area{
    width: 100%;
  }

  .logo{
    width: 20%;
    top: 18px ;
  }
}





@media (max-width:480px) {

  .strong{
    position: relative;
    top: 1.5rem;
    font-size: 4.5vw !important;
   }
  .login__image__container{
    display: none;
  }

  .login__form__area{
    width: 100%;
    padding: 15px;
 
  }
  .login__container{
    height: 60%;

  }

  .logo{
    width: 40%;
    top: 40px;
  }
}

@media (max-width:421px) {
  
  .strong{
    position: relative;
    top: 1.5rem;
    font-size: 4.5vw !important;
   }
  .logo{
    width: 30%;
    top: 10px !important;
  }
}


@media (max-width:375px) {
  
  .strong{
    position: relative;
    top: 1.5rem;
    font-size: 4.8vw !important;
   }
  .logo{
    width: 30%;
    top: 10px !important;
  }
}

@media (max-width:395px) {
  .welcome__text{
    text-align: center;
    font-size: 0.8rem;
  }
  .login__image__container{
    display: none;
  }

  .login__form__area{
    width: 100%;
    padding: 15px;
 
  }
  .login__container{
    height: 50%;

  }

  .logo{
    width: 40%;
    top: 5px !important;
  }
}




@media (max-width:375px) {

  .login__input__acess{
    height: 30px;
  }
  .welcome__text{
    text-align: center;
    font-size: 0.8rem;
  }
  .login__image__container{
    display: none;
  }

  .login__form__area{
    width: 100%;
    padding: 15px;
 
  }
  .login__container{
    height: 50%;

  }

  .logo{
    width: 40%;
    top: 5px !important;
  }
}

@media (max-width:414px) {
  .login__image__container{
    display: none;
  }

  .login__form__area{
    width: 100%;
    padding: 15px;
 
  }
  .login__container{
    height: 50%;

  }

  .logo{
    width: 40%;
    top: 40px;
  }
}

.welcome__text{
color: #E13588;
border-radius: 1rem;
padding: 0 2rem;
}

.welcome__msg{
  position: absolute;
  top: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  height: 100px;
  width: 250px;
  background-color: #fff;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);

}