body {
    text-align: right;
    font-size: 15px;
    font-family: system-ui;
}
#flash {
    text-align: center;
}


#update_password{
    font-size: 1rem;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: 500;
    text-align: center;
    width: 10em;
    padding: 0.3em;
    border-radius: 10px;
    border: 0px solid;
    background: #F5CA48;
    color: #5A5A5A;
}

form {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    align-content: center;
    flex-direction: column;
    border: 2px solid;
    border-radius: 15px;
    width: 260px;
    margin-left: 40%;
    margin-top: 20vh;
    padding: 1%;
    font-weight: 500;
}

input {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 15px;
  text-align: center;
  margin-top: 5%;
}