#reset-username, #reset-pass, #confirm-reset-pass  {
    width: 450px;
    height: 50px;
    border-radius: 5px;
    background-color: #fafafa;
    font-size: 12px;
    line-height: 24px;
    color: #282a3c;
    font-weight: 400;
    font-family: "Poppins";
    border: none;
    outline: 0;
    padding-left: 15px;
    margin-bottom: 10px;
}
#confirm-reset-button{
    display: flex;
    text-align: center;
    justify-content: center;
    width: 250px;
    height: 50px;
    border-radius: 5px;
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.15));
    background-color: #567df9;
    font-size: 12px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    border: none;
    padding: 0;
    outline: 0;
}
#confirm-reset-button a{
    text-decoration: none;
    font-size: 12px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    padding:13px 98px 13px 98px  ;
}
