#password {
    padding: 40px 15px;
}

#passwordForm {
    max-width: 540px;
    margin: 20px auto;
}

#passwordFormIcons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: rgb(153, 153, 153);
    margin-bottom: 24px;
}

#passwordFormIcons svg {
    height: 39px;
    width: auto;
}

.passwordFormInput {
    width: 100%;
    padding: 8px 12px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid rgb(225, 225, 225);
    margin-bottom: 8px;
}


#passwordFormTxt {
    margin-bottom: 24px;
    text-align: center;
    font-size: 15px;
}

#passwordFormSubmit {
    margin: 24px auto 0;
}

.passwordSwal ul {
    text-align: left;
}


@media (max-width: 1000px) {


}