.login-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
}

.login-container h1 {
    margin-bottom: 23px;
    font-size: 32px;
    font-weight: 600;
    line-height: 52px; /* 162.5% */
    background: linear-gradient(92deg, #0A58A5 2.06%, #1D252B 153.35%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.description {
    margin-bottom: 31px;
    color: #445972;
    font-size: 14px;
    font-weight: 500;
    line-height: 52px; /* 371.429% */
}

.login-box {
  background: #FFFFFF;
  padding: 42px 37px;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 20px;
  border: 1px solid #DFE5EC;
  position: relative;
}

.logo-container {
  position: absolute;
  top: 16px;
  left: 16px;
}

.login-box h2 {
    margin-bottom: 34px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px; /* 150% */
    background: linear-gradient(93deg, #0958A5 -13.42%, #445972 165.46%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.google-login {
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 0 22px;
  margin-bottom: 32px;
  cursor: pointer;

  border-radius: 20px;
  border: 1px solid #DFE5EC;
}

.google-login img {
  width: 24px;
  height: 24px;
}

.google-login span {
  flex: 1;
  text-align: center;
  color: #4C5A6F;
  font-size: 16px;
}

.field {
  margin-bottom: 10px;
  text-align: left;
}

.field label {
    display: block;
    color: #6E7F93;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
    margin-bottom: 5px;
}

.field input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-radius: 20px;
  border: 1px solid #DFE5EC;
  background: #F3F4F4;
}

.actions {
  margin-top: 20px;
}

.actions input[type="submit"] {
  width: 100%;
  height: 50px;
  background: #0A58A5;
  border: none;
  border-radius: 20px;
  color: #FFFFFF;
  font-size: 16px;
  cursor: pointer;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
}

.links {
  margin-top: 20px;
  text-align: center;
}

.forgot-password {
  color: #0A58A5;
  text-decoration: none;
  font-size: 14px;
}

.signup-link {
  margin-top: 32px;
  color: #6E7F93;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
}

.signup-link a {
  text-decoration: none;
  color: #0A58A5;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
