#passreset-wrapper {
    display: flex;

    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0;
}
#passreset-content {
    text-align: center;
    width: 700px;
    height: 490px;
    position: relative;
}
#passset-wrapper {
    display: flex;

    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0;
}
#passset-content {
    text-align: center;
    width: 700px;
    height: 450px;
    position: relative;
}
#forgotpass-wrapper {
    display: flex;

    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0;
}
#forgotpass-content {
    text-align: center;
    width: 700px;
    height: 450px;
    position: relative;
}