/**
 * @author Jan-Christoph Borchardt, http://jancborchardt.net
 * @copyright Copyright (c) 2015, ownCloud, Inc.
 * @license AGPL-3.0
 *
 * This code is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License, version 3,
 * 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
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License, version 3,
 * along with this program.  If not, see <http://www.gnu.org/licenses/>
 */

/*
555753 dunkelgrau
888a85 hellgrau
*/


:root 
{
	--body-container-radius: 6px !important;
	--border-radius: 3px !important;
    --border-radius-large: 10px !important;
    --border-radius-pill: 6px !important;
	
}

/* header color */
/* this is the main brand color */
#body-user #header,
#body-settings #header,
#body-public #header 
 {
	background-color: #555753;
}

/* log in screen background color */
/* gradient of the header color and a brighter shade */
/* can also be a flat color or an image */
body,
#body-login,
#app-navigation
 {
	background: #555753; /* Old browsers */
	 background-image: url(../img/pixels.png);
	 background-repeat: repeat;
}

#body-login p.info, #body-login form fieldset legend, #body-login #datadirContent label, #body-login form fieldset .warning-info, #body-login form input[type="checkbox"] + label,
#body-login p.info a, #body-login #showAdvanced
{
color: black;
}

/* use logos from theme */
#header .logo {
	background-image: url('../img/logo.png');
	width: 244px;
	height: 65px;
}
#header .logo-icon {
	background-image: url('../img/logo-icon.png');
	width: 62px;
	height: 34px;
}


.button-vue{
	border-radius: var(--border-radius-pill) !important;
}