.form{
  display: grid;
  grid-column: 1fr 1fr;
  grid-gap: 10px;
}

.mrd{
  display: grid;
  grid-column: 1fr 1fr 1fr 1fr;
  grid-gap: 5px;
}


.xl{
  height: 35px;
  font-size: 20px;
  border-radius: 10px;
  padding: 0px 10px;
}

.l{
  height: 35px;
  font-size: 15px;
  border-radius: 10px;
  padding: 0px 10px;
}

.calc{
  height: 35px;
  font-size: 20px;
  text-align: center;
  font-size: bold;
  background: var(--blu3);
  color: white;
  opacity: 0.5;
  border-radius: 20px;
}

.imp{
  height: 20px;
  font-size: 15px;
  text-align: center;
  font-size: bold;
  background: grey;
  color: white;
  opacity: 0.5;
  border-radius: 20px;
}

.form_input{
  display: grid;
}

.file{
  border: 1px solid var(--blu1);
  font-size: 15px;
  border-radius: 10px;
  padding: 10px;
}

.FileInfo{
  color: red;
  font-weight: normal;
  padding: 1px 20px;
  margin: 0px;
}

.submit{
  padding: 10px;
  background-color: var(--blu3);
  color: white;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
}

.login_fe_submit{
  padding: 10px;
  background-color: var(--blu1);
  color: white;
  font-size: 15px;
  border-radius: 10px;
}
.login_fe_form{
  display: grid;
  grid-template-columns: 4fr 4fr 1fr;
  align-items: center;
  grid-gap: 4px;
  align-self: center;
  margin: 10px;
}

.button_link{
  background: white;
  border: 0px solid white;
  color: var(--blu3);
  cursor: pointer;
  margin-top: 5px;
  text-decoration: underline;
}
