body, html {
    width: 100%;
    height: 100%;
}

#reset-password-card {
    padding-bottom: 2%;
    padding-top: 2%;
    margin-top: 15px;
}

@media (max-width: 468px) {
    #reset-password-button {
        width: 100%;
    }
    
    #reset-password-card {
        padding-bottom: 5%;
        padding-top: 5%;
    }
}