.module_portal_header .content {padding: 65px 0 0 0; z-index: 100; position: inherit;}
.module_portal_header header.mobile {display: none;}
.module_portal_header header.desktop {height: 65px; background: #fff; position: fixed; top: 0; width: 100%; padding: 0 20px; box-shadow: 0px 0px 10px #888888; z-index: 100;}
.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:hover {opacity: 0.8; border-bottom: 1px solid #000;}
.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:hover {opacity: 0.8;}
.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;}
.module_portal_header header.desktop nav ul.left li.register a {border: 1px solid #7CC039; border-radius: 5px; padding: 8px 15px; color: #7CC039; 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:hover {opacity: 0.8;}
.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_login .w {background: #fff; width: 100%; border: 1px solid #c2c2c2; border-radius: 5px; box-shadow: 0 0 5px rgba(0,0,0,0.1); overflow: hidden; padding: 20px; width: 360px; margin: 30px auto;}
.module_login form {width: 100%; margin: auto; float: none; background: none; padding: 0}
.module_login .forgot_pass {font-size: 11px; clear: both; background: #fff; margin-top: 10px; display: inline-block;}
.module_login .type_submit {margin: 0;}
