.module_portal_header .content {padding: 52px 0 0 0; z-index: 100; position: inherit;}
.module_portal_header header.mobile {display: none;}
.module_portal_header header.desktop {height: 52px; background: var(--colorNeutralBackground3); position: fixed; top: 0; width: 100%; padding: 0 20px; z-index: 100; border-bottom: 1px solid var(--colorNeutralStroke2);
}
.module_portal_header header.desktop nav {display: flex; width: 100%; align-items: center; justify-content: space-between; height: 100%;}
.module_portal_header header.desktop nav .logo {background: url("/css/logos/finansee_logo_1.png") no-repeat; width: 159px; height: 31px; text-indent: -9999px;}
.module_portal_header header.desktop nav ul.links {display: flex; justify-content: space-between; }
.module_portal_header header.desktop nav ul.links li {padding: 10px 20px; border-bottom: 1px solid #fff;}
.module_portal_header header.desktop nav ul.links li a {font-size: 16px; color: #000; font-weight: 600}
.module_portal_header header.desktop nav ul.left {display: flex; justify-content: space-between; }
.module_portal_header header.desktop nav ul.left li.login {margin-left: 10px;}
.module_portal_header header.desktop nav ul.left li.login a {border: 1px solid #7CC039; background: #7CC039; border-radius: 5px; padding: 8px 15px; color: #fff; font-size: 17px;}
@media screen and (max-width: 812px) {.module_portal_header .content {padding: 50px 0 0 0; z-index: 100; position: inherit;}
.module_portal_header header.desktop {display: none;}
.module_portal_header header.mobile {display:block; height: 50px; background: #fff; position: fixed; top: 0; width: 100%; padding: 0 20px; box-shadow: 0px 0px 10px #888888;  z-index: 100;}
.module_portal_header header.mobile nav {display: flex; width: 100%; align-items: center; justify-content: space-between; height: 100%;}
.module_portal_header header.mobile nav a.menu {background: url("/css/images/nav_mobile.png") no-repeat; background-size: contain; float: left; width: 37px; height: 24px;}
.module_portal_header header.mobile nav a.logo {background: url("/css/logos/finansee_logo_1.png") no-repeat; background-size: contain; float: left; width: 150px; height: 25px; text-indent: -9999px;}
.module_portal_header ul.links {display: none; padding-bottom: 50px; background: #006CB3; position: fixed; height: 100%; width: 100%; right: 0; top: 50px; padding-top: 20px; }
.module_portal_header ul.links li {width: 100%; font-size: 20px; text-align: center; margin: 20px 0;}
.module_portal_header ul.links li a {color: #fff;}
.module_portal_header ul.links li.login {margin-top: 60px;}
.module_portal_header ul.links li.login a {display: block; width: 80%; margin: auto; border: 1px solid #7CC039; background: #7CC039; border-radius: 5px; padding: 8px 15px; color: #fff; font-size: 17px;}
.module_portal_header ul.links li.register a {display: block; width: 80%; margin: auto; border: 1px solid #7CC039; border-radius: 5px; padding: 8px 15px; color: #7CC039; font-size: 17px;}}
.module_portal_header header .logo {
  position: absolute;
  height: auto;
  top: 12px;
  padding: 0;
  right: var(--spacingHorizontalL);
}
.module_portal_header header .logo a {
  background: url("/css/logos/btr-logo_03.png") no-repeat;
  background-size: contain;
  line-height: inherit;
  display: block;
  width: 220px;
  height: 27px;
  text-indent: -9999px;
}
.module_portal_header .button {
    color: white;
    padding: var(--spacingHorizontalXXS) var(--spacingHorizontalS);
    background-color: var(--colorBrandBackground);
    font-size: var(--fontSizeBase300);
    font-family: var(--fontFamilyBase);
    border: 1px solid var(--colorBrandBackground);
    border-radius: var(--borderRadiusMedium);
    border-color: var(--colorBrandBackground) !important;
    white-space: nowrap;
    box-shadow: none;
    cursor: pointer;
}
.module_portal_header .button:hover {
    background-color: var(--colorBrandBackgroundHover) !important;
    border-color: var(--colorBrandBackgroundHover) !important;
}
.module_portal_header .button:focus {
    border-color: var(--colorBrandBackground) !important;
}
.module_portal_header .button:active {
    background-color: var(--colorBrandBackgroundPressed) !important;
    border-color: var(--colorBrandBackgroundPressed) !important;
}
.module_portal_header .button:disabled {
    background-color: lightgrey !important;
    border-color: lightgrey !important;
    cursor: not-allowed;
}
.module_portal_header .button:disabled:hover {
    background-color: lightgrey !important;
}
.module_forgot_password .content {
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  background: var(--colorNeutralBackground2);
  height: calc(100vh - var(--headerHeight) - var(--footerHeight));
}
.module_forgot_password .w {
  border: none;
  background: white;
  width: 350px;
  padding: var(--paddingXL);
  box-shadow: var(--shadow16);
  border-radius: var(--borderRadiusMedium);
}
.module_forgot_password .module_headline {
  text-align: center;
  font-size: var(--fontSizeHero800);
}
.module_forgot_password form {
  width: 100%;
}
.module_forgot_password form .fieldRow.type_submit {
  margin: 0;
}
.module_forgot_password form .field_wrap.field_submit {
  height: var(--lineHeightHero800);
}
.module_forgot_password form .fieldRow > .label_wrapper {
  font-weight: bold;
}
.module_forgot_password .msg_notice p {
  text-align: center;
  width: 100%;
}
.module_user_footer #footer {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	clear: both;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: var(--colorNeutralBackground3);
	border-top: 1px solid var(--colorNeutralStroke2);
	z-index: 70;
}
.module_user_footer #footer .wrap {
	position: relative;
	padding: 6px;
	height: 32px;
}
.module_user_footer #footer a,
.module_user_footer #footer span {
	white-space: nowrap
}
.module_user_footer #footer a {
	margin: 0 16px;
	color:rgba(0,0,0,0.5);
	color: var(--colorNeutralForeground4);
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s
}
.module_user_footer #footer a:hover {
  color: var(--colorNeutralForeground2);
}
.module_user_footer #footer i {
	position:relative;
	top:5px;
	font-size:22px
}
.module_user_footer .footer-mixpanel {
	position:absolute;
	left:20px;
	bottom:10px;
	margin:0 !important
}
.module_user_footer .footer-sub {
	padding: 4px ;
	height: 24px;
	font-size: 12px;
	border-top: 1px solid var(--colorNeutralStroke2);
	background: var(--colorNeutralBackground1);
  color: var(--colorNeutralForeground4);
}
