h1 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 26pt;
  display: flex;
  align-items: center;
  padding-left: 10pt;
}

body {
  background-color: #3c1aeb;
  padding-right: 30pt;
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #ffffff;
}

.status {
  font-size: 16pt;
  font-weight: bold;
  text-align: center;
}

.success {
  color: #00da7e;
}

.error {
  color: #dd8b68;
}

.welcome-header {
  font-size: 24pt;
  font-weight: bold;
  margin-bottom: 17pt;
}

.welcome-text {
  font-size: 16pt;
  margin-bottom: 40pt;
}

select,
input[type='text'] {
  font-family: 'Lato';
  color: #0f005c;
  outline: none;
  margin-top: 0pt;
  background: none;
  width: 100%;
}

select {
  font-size: 16pt;
  border: none;
}

input {
  padding-top: 16pt;
  border-top: none;
  border-left: none;
  border-right: none;
}

input[type='text']::placeholder {
  color: rgba(15, 0, 92, 0.25);
  font-weight: bold;
  font-size: 20pt;
}

input[type='text'] {
  font-weight: bold;
  font-size: 20pt;
}

.disabled-input {
  border-bottom: 4px solid rgba(15, 0, 92, 0.2);
}

.enabled-input {
  border-bottom: 4px solid #0f005c;
}

.box {
  background-color: white;
  border-radius: 30px;
  margin-bottom: 24pt;
  margin-top: 24pt;
  padding: 20px;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
}

.screen-container {
  margin-left: 30pt;
  align-items: center;
}

.box-container {
  max-width: 600px;
}

button {
  font-family: 'Lato';
  font-size: 16pt;
  border-radius: 30px;
  border-width: 0;
  margin-bottom: 24pt;
  margin-top: 16pt;
  padding-top: 13pt;
  padding-bottom: 13pt;
  width: 100%;
}

.enabled-button {
  color: #0f005c;
  background-color: #fac300;
}

.disabled-button {
  color: rgba(15, 0, 92, 0.5);
  background-color: #a2a0ff;
}

a.link {
  color: #fac300;
}

li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ion-trash-b {
  font-size: 1.5rem;
  margin-left: 1rem;
}

@media (max-width: 600px) {
  body,
  #message {
    margin-top: 0;
    background: #3c1aeb;
    box-shadow: none;
  }
}
