/**
 ***********************************************************************************************
 * Cascading-Style-Sheets file to modify the layout of the login form plugin
 *
 * @copyright 2004-2018 The Admidio Team
 * @see https://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 select.form-control {
    width: 100%;
}

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