.collection.password-requirements {
    overflow: inherit;
    position: inherit;
}

.member-login-container {
    margin-top:30px;
    height:auto;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.member-login-body footer.page-footer {
    margin-top: 0 !important;
}

/** as we change the padding for the whole site we want to keep the login button as it **/
.member-login-container .btn {
    padding: 0 2rem;
}

.getStartedBtn {
    padding: 0 1rem !important;
}

.getStartedBtn a {
    color: white;
}

.no-cookies #enable-cookies {
    display: block !important;
}

@media only screen and (max-width: 600px) {
    /* div.container.member-login-container>div.row {
        background-color: blue;
        margin-left: 0 !important;
        margin-right: 0 !important;
    } */

    .container .row {
        margin-left: 0;
        margin-right: 0;
    }

    .row .col {
        padding: 0;
    }

    #create-show-button {
        margin-left: 0.5rem;
    }
}