.notifications {
	position: absolute;
	top: 54px;
	width: 100%;
	z-index: 0;
}

.notification {
	color: white;
	padding: 0.5em;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.error {
	background-color: #f93245;
}

.warning {
	background-color: #f97232;
}

.success {
	background-color: #379e4b;
}

svg.zol_icon_login {
	width: 16px;
	height: 16px;
	fill: #555555;
}

svg.zol_icon_top_menu {
    width: 35px;
    height: 35px;
    fill: none;
    stroke: #09C0EA;
    stroke-width: 1px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #DDDDDD inset !important;
}

svg.zol_icon_login_header {
	width: 20px;
	height: 20px;
	fill: none;
    stroke: white;
    stroke-width: 1px;	
}

.menu {
	display: flex;
	position: relative;
}

.menu-item,
.menu-button {
	align-items: center;
	border-right: 1px solid #5EA5B7;
    color: white;
	cursor: default;
	display: flex;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
	justify-content: center;
	padding: 10px 15px;
}

.menu-item {
	border-right: 1px solid #439AB3;
	padding-right: 20px;
}

.menu-button {
	background-color: #66B2C7;
	border-right: 1px solid #5EA5B7;
	cursor: pointer;
	padding-left: 20px;
}

.menu-button:last-child {
	border-right: none;
}

.login-header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100;
}

.banner {
	background-color: #49a6c1;
	display: flex;
	flex-direction: row;
}

.logo {
	align-items: center;
	display: flex;
	flex: 1;
	padding: 0.75em;
}

.logo .image {
	margin-right: 15px;
}

.logo .image img {
	width: 30px;
	height: 30px;
}

.logo .text {
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight:bold;
}

.login-content {
	bottom: 2.5%;
	padding: 2em;
	position: absolute;
	left: 2.5%;
	font-family: Arial, Helvetica, sans-serif;
}

.login-view {
	background-color: #00000091;
	border-radius: 2em;
	backdrop-filter: blur(10px);
}

.login-view .header {
	border-bottom: 1px solid white;
	color: white;
	margin-bottom: 1.5em;
	padding: 1em;
	padding-left: 1.5em;
	font-size: 17px;
	font-weight: bold;
}

.login-view .row {
	padding: 1em;
	padding-top: 0;
}

.input {
	background: #DDDDDD;
	border-radius:15px;
	display:flex;
}

.input .icon {
	padding: 0.75em;
	padding-right: 0.5em;
	border-right: 1px solid #BBBBBB;
	display: flex;
	align-items:center;
}

.input .text {
	padding: 0.75em;
	padding-right: 0.5em;
	display: flex;
	align-items:center;
}

.input .text input {
	border: 0px;
	outline: none;
	width: 200px;
	background-color: transparent !important
}

#btn-login {
	background-color: #49A6C1;
	border-radius: 15px;
	box-sizing: border-box;
	cursor: pointer;
	border: none;
	width: 100%;
	padding: 0.75em;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	display: flex;
	justify-content: center;
	outline: none;
}

#btn-login:hover,
#btn-login:focus {
	background-color: #f97232;
}

.footer {
	padding: 2em;
	padding-top: 0.5em;
	display: flex;
	justify-content: center;
	color: white;
	font-size: 9px;
}


.footer a {
	color: white;
	font-size: 9px;
}

.logo-app {
	padding: 2em;
	position: absolute;
	bottom: 1.5%;
	right: 1% !important;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

a {
	outline: unset !important;
}