/**
 ***********************************************************************************************
 * Cascading-Style-Sheets file to modify the layout of the login form plugin
 *
 * @copyright 2004-2016 The Admidio Team
 * @see http://www.admidio.org/
 * @license https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License v2.0 only
 ***********************************************************************************************
 */

/* special css adjustments for login form */

#plugin_login_form button[type="submit"] {
    margin-bottom: 10px;
}
