/**
 * @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/>
 */


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

/* log in screen background color */
/* gradient of the header color and a brighter shade */
/* can also be a flat color or an image */
#header{background-image:initial  !important;}
#body-login {
    background-image: url('../img/background.png?v=2');
    background-size: cover;
}

/* primary action button, use sparingly */
/* header color as border, brighter shade again, here as background */
.primary,
input[type="submit"].primary,
input[type="button"].primary,
button.primary,
.button.primary,
.primary:active,
input[type="submit"].primary:active,
input[type="button"].primary:active,
button.primary:active,
.button.primary:active {
	border-color: #188384;
	background-color: #188384;
}

input.primary:not(:disabled):hover, input.primary:not(:disabled):focus, 
button.primary:not(:disabled):hover, button.primary:not(:disabled):focus, 
a.primary:not(:disabled):hover, a.primary:not(:disabled):focus {
    color: #000000;
    background-image: linear-gradient(0deg, #C5EAE1 0%, #C5EAE1 100%);
    background-position: initial;
}

/* use logos from theme */

/* #header {
  --background-image-invert-if-bright: none;
} */


#header .logo {
	background-image: url('../img/logo.png');
	width: 250px;
	height: 121px;
}
#header .logo-icon {
	background-image: url('../img/logo-icon.png');
	width: 74px;
	height: 50px;
}

.lost-password-container #lost-password, .lost-password-container #lost-password-back {
    display: inline-block;
    padding: 12px;
    margin-top: -6px;
    color: #000;
}

a {
    border: 0;
    color: #000;
    text-decoration: none;
}

p.info, form fieldset legend, #datadirContent label, form fieldset .warning-info, form input[type="checkbox"] + label {
    text-align: center;
    color: #000000;

}
p.info a, #showAdvanced {
    color: #FFFFFF;
}

/* Power by */
#body-login a {
    color: #000;
    font-weight: 600;
}

#firstrunwizard h1 {
    font-size: 40px;
    font-weight: 300;
    line-height: 120%;
    padding: 0 0 10px;
    color: #fff;
}
