.auth-modal-header {
    padding: .7em;

    text-align: right;
}

@media (min-width: 480px) {
    .auth-modal-box {
        width: 50%;
    }
}


/* Small Devices, Tablets */
@media (min-width: 720px) {
    .auth-modal-box {
        width: 60%;
    }

    .modal-close-box .btn {
        padding: 15px;
    }
}



/* Large Devices, Wide Screens */
@media (min-width: 1020px) {
    .auth-modal-box {
        width: 400px;
    }
}
