.background-login{
  background: rgb(0,26,154); background: linear-gradient(0deg, rgba(0,26,154,1) 0%, rgba(7,134,209,1) 100%); opacity: 1.3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.text-welcome{
  color: white;
  font-size: 16px;
  margin:0;
}

.header{
  position: fixed;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 25px;
  margin:0px;
  margin-top: 15px;
}

.glass-login{
background: rgba(0, 79, 243, 0.31);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(0px);
-webkit-backdrop-filter: blur(0px);
}

.login-style{
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-login{
  width: 400px;
  border-radius: 10px;
}

.button-login{
  border-radius: 10px;
}

.button-login:hover{
  box-shadow: 0 3px 6px rgb(0, 0, 0);
}

#wrap{
  width: 100%;
  max-width:900px;
  margin:0 auto 60px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.25);
}

.text-login{
  font-size: 25px;
  font-weight: bold;
}

.input-data {
  width: 100%;
  padding: 12px 20px;
  margin: 2px 0;
  display: inline-block;
  border: 1px solid #0d18aa;
  box-sizing: border-box;
  border-radius:10px;
}

.input-data:hover {
  box-shadow: 0 3px 6px rgb(0, 0, 0);
}
