@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,600;1,100&family=Zen+Antique+Soft&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;300;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700&family=Poppins:wght@400;700&family=Work+Sans&display=swap");

* {
  font-family: "Poppins", sans-serif;
}

.container-fluid{
  padding: 0;
}

.img{
  background-image: url('../images/login_new.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.logo-img {
  width: 18em;
  transition: transform .5s;
  margin-bottom: 2em;
}

.logo-img:hover{
  transform: scale(1.2);
}

.mail{
position: relative;
margin: 0;
}

.passw{
position: relative;
}

.i-mail{
position: relative !important;
color: #2632388A;
top: 50%;
left: 10px;
transform: translateY(190%) !important;
}

.i-lock{
position: relative;
color: #2632388A;
top: 50%;
left: 10px;
transform: translateY(190%);
}

.form-control{
padding-left: 2rem;
}

.container-fluid .card h1{
color: #7c83fd;
}

@media (max-width: 426px) {
.box-form{
  max-width: none;
}
.container-fluid .card h1{
  font-size: 22px;
  text-align: center;
}
.img{
    height: 60%;
    background-size: cover;
    background-repeat: no-repeat;
}
.logo-img{
  position: fixed;
  width: 120px;
  height: 20px;
  top: 10px;
  left: 10px;
}
.right{
  padding: 0;
  position: absolute;
  top: 30%;
}
p{
  text-align: center;
}
*{
  font-size: 13px;
}
}

@media (max-width: 375px) {
*{
font-size: 11px;
overflow: hidden;
}
.right{
  top: 35%;
}
.container-fluid .card h1{
  font-size: 18px;
}
.redes{
  gap: 5rem !important; 
}
.box-form{
  height: 12cm;
}
}

