﻿@media (min-width: 576px) {
    #rememberContainer{
        margin-bottom: 64px;
    }
}

@media (max-width: 575px) {
    #rememberContainer{
        margin-bottom: 40px;
    }
}