/* static/css/user_auth/main.css */

.footer-copyright{
    background: transparent;
    color: grey;
    width: 100%;
}

.content-container {
    margin: auto;
    width: 500px;
}

.alert{
    margin: 0;
}

.btn-close:focus, 
.btn-close:active {
    box-shadow: none !important;
    outline: none !important;
}

@media only screen and (max-width: 768px) {

    .content-container{
        width: 100%;
    }

    section{
        padding: 40px 0;
    }

}