body{
    background-color: white;
    display: flex;
    justify-content: center;
  }
  
  .Form-heading {
    height: 40px;
    font-family: Oswald, sans-serif;
    font-size: 35px;
    font-weight: bold;
    color: #444444;
  }
  .register-text {
  	font-family: Roboto, sans-serif;
    font-size: 16px;
  }
  .notice-text {
  	font-family: Lato, sans-serif;
    font-size: 16px;	
  }
  .notice {
  	margin: 20px;
  }

  .password_change {
    width: 800px;
    padding: clamp(70px, 10%, 100px);
  }

  button {
    width: 250px;
    height: 40px;
    border-radius: 4px;
    background-color: red;
    border: 0;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Roboto';
    color: #ffffff;
}
  }
  
  .link {
    text-decoration: none;  
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #707070;
  }
  form {
    margin-top: 30%;
  }

  .bold_text {
    font-size: 12px;
  }

  .confirmation {
    margin-top: 25%;
    width: 1000px;
  }
  /* text inside all public view pages*/
  .txt_info {
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #707070;
  }
  label {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
  }
  select {
    background-color: #fff;
  }

  #card-number,
  #cvv,
  #expiration-date,
  #currency-field {
    width: 100%;
    height: 40px;
    border: 1px solid #aaa;
    border-radius: 4px;
  }

  #currency-field {
    font-size: 13px;
    background-color: #fff;
  }

  /* for error messages */
  .errorlist {
    background-color: #f5c6cb;
    font-size: 13px;
      color: #721c24;
      border-radius: 4px;
  }

  .input_field {
    width:500px;
    height:40px;
    border-radius: 4px;
    border: solid 1px #a5a5a5;
    font-size:15px;
  }

  .hidden_field {
  	visibility: hidden;
  }

  #id_password,
  #id_username {
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: solid 1px #a5a5a5;
    font-size: 15px;
  }

  .login_button {
    margin: 0;
  }