html, body{
  /* background-color: red; */
}

#login-body, #login-main{
  height: 100%;
}

#login-container{
  display: flex;
  align-self: center;
  justify-content: center;
  height: 100%;
}

#login-content{
  display: flex;
  align-self: center;
  justify-content: center;
  width: 100%;
  height: 95%;
  margin: 0 25px;
  max-width: 2080px;
  max-height: 850px;
}

/* ------------------------- */
/* Campos da tela de Login */
/* ------------------------- */
.login-form{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 35%;
  height: 100%;
}

.login-form-content{
  width: 70%;
}

.login-form-content-descricao{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

  div{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .login-form-content-descricao-logo{
    img{
      width: 40px;
      margin-bottom: 0px;
    }
  }
  .login-form-content-descricao-greeting h1{
    font-size: 1.9em;
    font-weight: 650;
    color: #424A57;
  }
  .login-form-content-descricao-content h2{
    width: 95%;
    text-align: center;
    font-size: 1em;
    margin-top: 0;
    font-weight: 400;
    line-height: 140%;
    color: #4f5868;
  }
  .login-form-content-descricao-info p{
    color: #8C94A1;
    font-size: 0.75em;
    img{
      width: 12px;
      margin: 0 3px;
    }
  }
}

.login-form-content-data{
  margin-top: 15px;
  width: 100%;
  
  .login-form-content-data-input{
    position: relative;
    margin-bottom: 18px;
    input{
      height: 50px;
      border: 1px solid #EDEDF3;
      border-radius: 8px;
      color: #424A57;
    }

    .login-form-content-data-input-label{
      font-size: 0.8em;
      padding: 0px 5px;
      background-color: white;
      color: #858a93;
      position: absolute;
      left: 10px;
      top: -8px;
    }

    .help-block {
      margin-bottom: 0 !important;
    }
  }

  .login-form-content-data-button{
    button{
      background-color: #0D53A5;
      color: white;
      width: 100%;
      height: 50px;
      border-radius: 8px;
      font-weight: 500;
      font-size: 14px;
    }
  }

  .login-form-content-data-forgot-password{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    a{
      text-decoration: none;
      color: rgb(24, 74, 182);
      font-weight: 500;
    }
  }
}

.login-form-content-author{
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

  p{
    width: 100%;
    text-align: center;
    margin: 3px;
    font-size: 0.8em;
    color: #696969cc;
  }
  img{
    width: 110px
  }
}

/* ------------------------- */
/* Decoração da tela de Login */
/* ------------------------- */
.login-decoration{
  width: 65%;
  background-color: #0b3a8b;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;

  img{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 75%;
    z-index: 3;
  }
  .login-decoration-shadow-bar{
    width: 100%;
    height: 10%;
    position: absolute;
    z-index: 10;
    bottom: 0;
    background: linear-gradient(0deg, rgba(33, 82, 165, 0.953) 3%, rgba(91,132,201,0) 100%);
  }
}
/* CIRCLES */
.login-decoration-circle-1{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20%;
  left: -25%;
  width: 1300px;
  height: 1200px;
  
  border-radius: 100%;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.06);

  .login-decoration-circle-1-inner{
    width: 80%;
    height: 80%;
    border-radius: 100%;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.146);
  }
}
.login-decoration-circle-2{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 10%;
  right: -20%;
  width: 1400px;
  height: 1400px;
  border-radius: 100%;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(2px);

  .login-decoration-circle-2-inner{
    width: 80%;
    height: 80%;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.146);
  }
}

/* ICONS */
.login-decoration-icon{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  font-size: 2em;
  border: 1px solid rgba(255, 255, 255, 0.146);
  z-index: 2;
  i{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 80%;
    color: #0b3a8b;
    background: white;
    border-radius: 100%;
  }
}
.login-decoration-icon-1{
  width: 130px;
  height: 130px;
  top: 220px;
  right: 500px;
  font-size: 2.8em;
}
.login-decoration-icon-2{
  width: 120px;
  height: 120px;
  bottom: 100px;
  right: -40px;
  z-index: 4;
  font-size: 2.5em;
}
.login-decoration-icon-3{
  width: 140px;
  height: 140px;
  top: 50px;
  right: 280px;
  font-size: 3em;
}
.login-decoration-icon-4{
  width: 100px;
  height: 100px;
  top: 40px;
  right: 5px;
  font-size: 1.8em;
}
.login-decoration-icon-5{
  width: 80px;
  height: 80px;
  top: 250px;
  right: -20px;
  font-size: 1.5em;
  z-index: 0;
}
.login-decoration-icon-6{
  width: 90px;
  height: 90px;
  top: 480px;
  right: 450px;
  font-size: 1.5em;
  z-index: 0;
}
/* TEXT */
.login-decoration-text{
  position: absolute;
  color: white;
  bottom: 120px;
  left: 40px;
  z-index: 3;
  width: 400px;
  margin: 0;
  padding: 0;
  .login-decoration-text-title{
    font-size: 2.5em;
    line-height: 1.2  
  }
  .login-decoration-text-subtitle{
    font-size: 1.2em;
    color: rgb(219, 219, 219);
  }

  .login-decoration-text-bar{
    position: relative;

    .login-decoration-text-bar-content{
      width: 35px;
      height: 8px;
      background-color: rgba(255, 255, 255, 0.456);
      position: absolute;
      border-radius: 8px;
    }

    .login-decoration-text-bar-content-1{
      background-color: white;
    }
    .login-decoration-text-bar-content-2{
      left: 50px;
    }
    .login-decoration-text-bar-content-3{
      left: 100px;
    }
    .login-decoration-text-bar-content-4{
      left: 150px;
    }
  }
}

/* ------------------------- */
/* MEDIA */
/* ------------------------- */
@media(max-width:1850.98px) {
  /* CIRCLES */
  .login-decoration-circle-1{
    width: 900px;
    height: 900px;
  }
  .login-decoration-circle-2{
    width: 900px;
    height: 900px;
  }
}
@media(max-width:1448.98px) {
  .login-form{
    width: 45%;
  }

  .login-decoration{
    width: 55%;
  }

  .login-decoration-icon-3{
    display: none;
  }

  .login-decoration-text{
    top: 15px;
    left: 40px;
    width: 400px;
    .login-decoration-text-title{
      font-size: 2.0em;
      line-height: 1.2  
    }
    .login-decoration-text-subtitle{
      font-size: 1.2em;
      color: rgb(219, 219, 219);
    }
  }
}
@media(max-width:1055.98px) {
  .login-decoration-icon-4{
    display: none;
  }
}

@media(max-width:852.98px) {
  .login-form{
    justify-content: center;
    width: 100%;
    max-width: 600px;

    .login-form-content{
      width: 100%;
    }
  }

  .login-decoration{
    display: none;
  }
}