﻿@media screen and (max-width: 800px) {

    .page-card{
        height: auto;
    }

    .page-buttons button {

        padding: 20px;
    }

    .col-1, .col-2{
        width: 100%;
    }

    .form-group{
        vertical-align:bottom;
    }
}
