.box-reset-password {
    padding: 30px;
    width: 400px;
    height: 260px;
    background-color: #fff;
    text-align: center;
}

@media (max-width: 800px) {
    .box-reset-password {
        padding: 15px;
        width: 280px;
        height: 230px;
        background-color: #fff;
        text-align: center;
    }

    h1 {
        font-size: 1.5rem;
    }
}