@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

body {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}

button {
  background: #3e57e3;
  color: #fff;
  border: 0;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-style: italic;
}

.card {
  background: transparent;
  /* border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc; */
  font-style: italic;
  
  padding: 7px 20px;
  width: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.form-input {
  margin-bottom: 20px;
}

label {
  margin-right: 10px;
  font-weight: bold;
  color:rgb(116, 90, 6)
}
