/**
 Copyright (C) 2018-2020 KANOUN Salim
 This program is free software; you can redistribute it and/or modify
 it under the terms of the Affero GNU General Public v.3 License as published by
 the Free Software Foundation;
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 Affero GNU General Public Public for more details.
 You should have received a copy of the Affero GNU General Public Public along
 with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 */

#logos #logo-gaelo {
	display: block;
	margin: 24px auto 0 auto;
	max-height: 180px;
	width: auto;
}

#logos #name-div {
	text-align: center;
	font-size: 38px;
	font-family: SlaboRegular;
	font-weight: bold;
	color: #530b3e;
}

#login label {
	margin-bottom: 0;
}

#login fieldset {
	margin-bottom: 12px;
}

#login #connexionBtn {
	width: 150px;
}

/* Visit builder */
#vbuild .deleted {
	color: #950e0e;
	background-color: #ffdbdb;
	font-style: italic;
}
#vbuild .modified {
	color: #0f192c;
	background-color: #ccebff;
	font-style: italic;
}
#vbuild .added {
	color: #224627;
	background-color: #befdbd;
	font-style: italic;
}