@import url("default.css");

#header {
	background: url(../layouts/creation/header-background.png) left top repeat-x #FFF;
}

#header li.selected, #header li:hover {
	background-image: url(../layouts/creation/header-tab-left.png), url(../layouts/creation/header-tab-right.png), url(../layouts/creation/header-tab-middle.png);
}

#logo {
	width: 300px;
	background: url(../layouts/creation/header-logo.png) left top no-repeat #FFF;
}

#sidebar div.title {
	background-color: #82207E;
}

#sidebar div.container li.selected a, #sidebar div.container li:hover a {
	color: #82207E;
	border-color: #82207E;
}

/* backoffice login form */
form.backoffice {
    width: 400px;
    margin: 0 auto;
}

form.backoffice fieldset {
    padding: 30px 20px;
    border: 1px solid #ececec;
    background-color: #fcfcfc;
}

form.backoffice legend {
    display: none;
}

form.backoffice .row > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

form.backoffice .row > div:first-child {
    margin-bottom: 20px;
}

form.backoffice label {
    width: auto;
    font-size: 14px;
    text-align: left;
}

form.backoffice input {
    margin: 0;
    padding: 0 10px;
    width: 100%;
    height: 36px;
    font-size: 13px;
    border: 1px solid #ececec;
    border-radius: 3px;
    box-sizing: border-box;
}

form.backoffice .btn {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background-color: #82207E;
    border: none;
    border-radius: 6px;
}

form.backoffice .wrapper-password {
    display: flex;
    flex-direction: column;
}
