/**
 * Défini les elements pour afficher la page de connexion a l'administration ou au site lorsqu'il est en maintenance.
 * @copyright 	&copy; 2005-2019 PHPBoost - https://www.phpboost.com
 * @license 	PHPBoost - https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL-3.0
 * @author      PHPBoost [contact@phpboost.com]
 * @version   	PHPBoost 5.2 - last update: 2019 01 28
 * @since   	PHPBoost 5.0 - 2016 01 30
 * @contributor Sebastien LARTIGUE [babsolune@phpboost.com]
 * @link        http://www.labsoweb.fr
*/

.fieldset-content {
	margin: 0px auto;
	width: 600px;
	max-width: 100%;
}

body {
    background: #394165;
    height: 100%;
    margin: 0;
    padding: 0;
}

div#global {
    padding: 20px;
    border-spacing: 1px;
    min-height: 0;
    position: relative;
    top: 30%
}

@media ( max-width: 768px ) {
	div#global {
		top: 15%
	}
}

#connect { margin-bottom:40px; }
