@import url('https://fonts.googleapis.com/css2?family=Sourse+Sans+Pro:wght@400;900&display=swap');

body {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100vw;
  min-height: 100vh;
  font-family: 'Source Sans Pro', sans-serif;
}

.wrapper {
  background-color: white;
  box-shadow: 0px 23px 44px #cad0e0;
  border-radius: 10px;
  min-width: 575px;
  padding: 70px 35px 30px;
}

h1 {
  text-align: center;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #6778e8;
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 12px;
}

p {
  text-align: center;
  margin-bottom: 40px;
}

.fields {
  margin-bottom: 45px;
  display: flex;
  gap: 10px;
  justify-content: center;
}

input[type='text'] {
  color: #6778e8;
  font-weight: 900;
  font-size: 3.75rem;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  font-family: 'Source Sans Pro', sans-serif;
  border: none;
  text-align: center;
  width: 80px;
  background-color: #f0f3fa;
  height: 85px;
}

button {
  width: 100%;
  text-align: center;
  background-image: linear-gradient(93.32deg, #8d9eff -10.93%, #a674fb 113.82%);
  border-radius: 10px;
  border: none;
  height: 75px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.11em;
}
