body {
    font-family: 'SF Pro Display', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f5f5f5;
}



h1 {
    font-family: 'Monument Extended', sans-serif;
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 44px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 24px;
    margin-top:20px;
}

p {
    font-family: 'Rosario', sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    color: #555;
    line-height: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.password-container {
    position: relative;
    display: inline-block;
    width: 80%;
    margin-bottom: 20px;
    margin-top: 30px;
}

input[type="password"] {
    font-family: 'SF Pro Display', sans-serif;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
    margin-left: 20px;
    margin-right: 20px;
}

button[type="button"] {
    position: absolute;
    right: -9px;
    top: -9px;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    height: 100%; /* Ensures the button takes the full height of the input */
    display: flex;
    align-items: center; /* Vertically centers the icon */
}


input[type="text"] {
    font-family: 'SF Pro Display', sans-serif;
    width: 100%;
    padding: 10px;
    padding-right: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
    margin-left: 20px;
    margin-right: 20px;
}


button[type="button"] img {
    width: 20px;
    height: 20px;
}

button {
    font-family: 'SF Pro Display', sans-serif;
    padding: 10px 20px;
    margin: 10px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#continue {
    background-color: black;
    color: white;
    margin-left: 20px;
    margin-right: 20px;
}

#back {
    background-color: #ffffff;
    color: black;
    margin-left: 20px;
    margin-right: 20px;
}

#error-message {
    color: red;
    font-family: 'SF Pro Display', sans-serif;
    font-size: 14px;
    margin-top: 20px;
}
