@import url("https://fonts.googleapis.com/css2?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");
.image-bg-login {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}

.none {
  display: none;
}

.content-login {
  z-index: 5;
  position: absolute;
  top: 0;
  width: 100%;
}

.relative {
  position: relative;
}

.login-box {
  width: 70%;
  background-color: #0a2f96c0;
  min-height: 300px;
  border-radius: 15px;
}

.submit-login {
  font-weight: lighter;
}

.text-login-size {
  font-size: 2.1rem;
  font-family: "Roboto", sans-serif !important;
}

.text-login-size2 {
  font-size: 1.9rem;
  font-family: "Roboto", sans-serif !important;
  line-height: 37.5px;
}

.login-texts h3 {
  font-weight: 400 !important;
}

.family-login {
  font-weight: 300;
}

.rounds {
  width: 125px;
  object-fit: contain;
  margin-right: 25px;
  object-position: top;
}

.cloud {
  width: 125px;
  object-fit: contain;
  position: absolute;
  right: 75px;
  top: 75px;
}

.relative {
  position: relative;
}

.decor1 {
  width: 135px;
  object-fit: contain;
  margin-top: 25px;
  position: absolute;
  bottom: -55px;
}

.decor2 {
  width: 175px;
  object-fit: contain;
  margin-left: 20%;
  position: absolute;
  bottom: -100px;
}

@media (max-width: 500px) {
  .content-login {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .login-texts-container {
    top: 25px;
  }
  .text-login-size {
    font-size: 1.4rem;
    margin-bottom: 0 !important;
  }
  .text-login-size2 {
    font-size: 1.25rem;
    line-height: unset;
  }
  .rounds {
    display: none;
  }
  .cloud {
    display: none;
  }
  .decor1 {
    display: none;
  }
  .decor2 {
    display: none;
  }

  .login-box {
    width: 100% !important;
    padding: 25px 15px !important;
  }
  .login-box-container {
    padding: 15px !important;
  }
}

@media only screen and (min-width: 501px) and (max-width: 850px) {
  .content-login {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .login-texts-container {
    top: 25px;
  }
  .text-login-size {
    font-size: 1.4rem;
    margin-bottom: 0 !important;
  }
  .text-login-size2 {
    font-size: 1.25rem;
    line-height: unset;
  }
  .rounds {
    display: none;
  }
  .cloud {
    display: none;
  }
  .decor1 {
    display: none;
  }
  .decor2 {
    display: none;
  }

  .login-box {
    width: 100% !important;
    padding: 25px 15px !important;
  }
  .login-box-container {
    padding: 15px !important;
  }
}
