* {
  font-family: "Poppins";
}

body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow-y: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #dde5f4;
  height: 100vh;
  margin: 0;
}

.screen-1 {
  background: #f1f7fe;
  padding: 2em;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  box-shadow: 0 0 2em #e6e9f9;
  gap: 2em;
  max-width: 400px;
}

.screen-1 .logo img {
  width: 70%;
  display: block;
  margin: 0 auto;
  max-width: 500px;
}

.screen-1 .text-section {
  font-size: 1.5em;
}

.screen-1 .codice-agente {
  background: white;
  box-shadow: 0 0 2em #e6e9f9;
  padding: 1em;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  border-radius: 20px;
  color: #4d4d4d;
  margin-top: 0em;
}

.screen-1 .codice-agente input {
  outline: none;
  border: none;
  font-size: 1em;
}

.screen-1 .codice-agente input::placeholder {
  color: black;
  font-size: 0.9em;
}

.screen-1 .codice-agente ion-icon {
  color: #4d4d4d;
  margin-bottom: -0.2em;
}

.screen-1 .buttonClass {
  padding: 1em;
  background: #3e4684;
  color: white;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
}

.screen-1 .buttonClass:disabled {
  opacity: 0.6;
  cursor: default;
}

.error {
  color: red;
  font-size: 1em;
  margin-top: -0.5em;
}

#div_request,
#div_verify {
  display: none;
}

.header-agente {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85em;
  color: #5e5e5e;
}

.link-button {
  background: none;
  border: none;
  color: #3e4684;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}
