﻿* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box; }

html,
body {
  height: 100%;
  width: 100%;
  font-family: 'Roboto';
  font-size: 1rem;
  color: #000; }

input,
select,
label,
textarea {
  font-family: 'Roboto';
  font-size: 1rem;
  color: #000000; }

::placeholder {
  color: #808080; }

body {
  font-family: 'Roboto'; }

body.homeBg {
  background: #f0f0f0; }

img {
  border: 0px;
  display: block; }

ul,
li {
  list-style: none; }

:focus {
  outline: none; }

a {
  cursor: pointer;
  text-decoration: none;
  color: #00a1ff; }

a:focus {
  text-decoration: none; }

/* ### global classes ### */
.floatL {
  float: left !important; }

.imgBlock {
  display: inline-block; }

.floatR {
  float: right !important; }

.clear {
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* ### wrapper ### */
#main_wrapper {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  margin: 0 auto -54px; }

/* ### main container ### */
#mainCntr {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  box-sizing: border-box; }

.OuterWrapper {
  width: 100%;
  background: #250e62;
  float: left;
  padding: 0 10%; }
  @media screen and (max-width: 767px) {
    .OuterWrapper {
      padding: 0; } }

/* ### header Cntr container ### */
.headerCntr {
  margin: auto;
  width: 100%;
  float: left;
  background: #250E62;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  height: 64px; }
  .headerCntr .logo {
    width: 125px;
    height: 40px;
    float: left;
    margin: 12px 0px 2px 0;
    padding-right: 15px; }
    .headerCntr .logo img {
      width: 100%; }

.headerBox {
  max-width: 1130px;
  margin: 0 auto;
  width: 100%;
  padding: 0 10px; }

.centerBox {
  max-width: 850px;
  margin: 0 auto;
  width: 100%;
  padding: 0 10px; }

/* ###top header Box ### */
.naviBox {
  float: right;
  padding: 4px 7px 3px 0;
  position: relative; }
  .naviBox .linkbar {
    cursor: pointer;
    font-size: 14px;
    font-weight: bold; }
    .naviBox .linkbar .icofont-globe {
      color: #fff;
      font-size: 1.5rem;
      display: block; }
    .naviBox .linkbar .languageIcon {
      background: url(../images/language.svg) 0px center no-repeat;
      margin-top: 9px;
      background-size: 100%; }
    .naviBox .linkbar .Icon {
      width: 20px;
      height: 20px; }
    .naviBox .linkbar p {
      margin: 0; }
  .naviBox .material-icons.color_white {
    color: #FFFFFF; }
  .naviBox .linkbar span {
    display: block;
    color: #f4f4f4;
    font-weight: 200;
    font-size: 10px;
    text-align: center; }

/* ### dropDown Box ### */
.naviBox {
  position: relative; }
  .naviBox .linkbar.drop {
    /*margin-right: 20px;*/ }
    .naviBox .linkbar.drop:after {
      top: -23px;
      left: 15px;
      position: absolute;
      /*	content: " ";*/
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      width: 10px;
      height: 10px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      position: relative;
      display: inline-block;
      margin: 2px 0; }
    .naviBox .linkbar.drop span {
      display: inline-block;
      padding-left: 0.2rem; }
  .naviBox .linkbar.current:after {
    transform: rotate(226deg);
    top: -17px; }
  .naviBox .menudrop {
    display: none;
    float: right;
    position: absolute;
    margin-top: 5px;
    background: #fff;
    box-shadow: 0px 2px 5px rgba(156, 155, 155, 0.8);
    top: 100%;
    right: 8%;
    z-index: 999;
    min-width: 210px; }
    .naviBox .menudrop ul {
      list-style: none; }
    .naviBox .menudrop li {
      width: 100%;
      float: left;
      border-bottom: 1px solid #D4D4D4; }
      .naviBox .menudrop li a {
        padding: 1rem 1.3rem;
        color: #333;
        text-decoration: none;
        font-weight: bold;
        display: block;
        font-weight: 400; }
        .naviBox .menudrop li a:hover {
          color: #250E62;
          background: #F5F5F5;
          font-weight: 500; }
      .naviBox .menudrop li:last-child {
        margin-bottom: 0px;
        border-bottom: none; }
    .naviBox .menudrop li.active a {
      color: #250E62;
      background: #F5F5F5;
      font-weight: 500; }
  .naviBox .navibar {
    float: right; }
    .naviBox .navibar ul {
      list-style: none; }
      .naviBox .navibar ul li {
        padding-left: 0;
        float: right;
        width: 55px;
        cursor: pointer; }
        @media screen and (max-width: 360px) {
          .naviBox .navibar ul li {
            width: 45px; } }
        .naviBox .navibar ul li span {
          color: #fff;
          display: block;
          font-size: 10px;
          text-align: center; }
        .naviBox .navibar ul li .icofont-navigation-menu,
        .naviBox .navibar ul li .icofont-user-alt-7,
        .naviBox .navibar ul li .icofont-ui-message,
        .naviBox .navibar ul li .icofont-question-circle {
          color: #fff;
          font-size: 22px;
          text-align: center;
          display: block;
          margin-bottom: 5px; }

.menuBar {
  float: left; }
  .menuBar ul {
    list-style: none; }
    .menuBar ul li {
      padding: 0 0.4rem;
      float: left;
      padding-top: 7px; }
      .menuBar ul li a {
        padding: 12px 0.8rem;
        display: block;
        color: #fff;
        padding-bottom: 20px; }
    .menuBar ul a:hover,
    .menuBar ul li.active a {
      color: #FF8674;
      border-bottom: 2px solid #FF8674; }

/* ###top breadcrumbs Box ### */
.breadcrumbs {
  width: 100%;
  float: left;
  position: relative;
  padding: 0 1rem;
  margin-top: 0.7rem; }
  .breadcrumbs ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .breadcrumbs ul li {
      font-size: 0.75rem;
      color: #000000;
      float: left;
      padding: 0 1.25rem 0 0; }
      .breadcrumbs ul li:first-child {
        padding-left: 0; }
      .breadcrumbs ul li:after {
        left: 10px;
        content: " ";
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        width: 5px;
        height: 5px;
        transform: rotate(-51deg);
        -webkit-transform: rotate(-51deg);
        position: relative;
        display: inline-block; }
      .breadcrumbs ul li:last-child:after {
        display: none; }
      .breadcrumbs ul li span {
        color: #513E81;
        border-bottom: 1px solid #513E81; }

/* ### page Box ### */
.welcomeBox {
  width: 100%;
  position: relative;
  float: left;
  text-align: center;
  /*min-height: 80.8vh;

	@media (max-device-width: 1024px) {
		min-height: 88vh;
	}

	@media (max-device-width: 720px) {
		min-height: 83vh;
	}

	@media screen and (device-aspect-ratio: 280/653) {
		min-height: 82vh;
	}

	@media screen and (device-aspect-ratio: 320/568) {
		min-height: 79vh;
	}

	@media screen and (device-aspect-ratio: 360/640) {
		min-height: 81vh;
	}


	@media screen and (device-aspect-ratio: 375/667) {
		min-height: 82vh;
	}

	@media screen and (device-aspect-ratio: 375/812) {
		min-height: 85vh;
	}

	@media screen and (device-aspect-ratio: 384/640) {
		min-height: 81vh;
	}

	@media screen and (device-aspect-ratio: 411/731) {
		min-height: 83vh;
	}

	@media screen and (device-aspect-ratio: 411/823) {
		min-height: 85vh;
	}

	@media screen and (device-aspect-ratio: 414/736) {
		min-height: 83vh;
	}*/
  /*@media screen and (device-aspect-ratio: 540/720) {
		min-height: 83vh;
	}*/
  /*@media screen and (device-aspect-ratio: 600/1024) {
		min-height: 88vh;
	}*/
  /*	@media screen and (device-aspect-ratio: 768/1024) {
		min-height: 83vh;
	}*/
  /*@media screen and (device-aspect-ratio: 800/1280) {
		min-height: 91vh;
	}

	@media screen and (device-aspect-ratio: 1024/1366) {
		min-height: 91vh;
	}*/ }
  .welcomeBox .logoCntr {
    margin: 0 auto;
    width: 70%; }
    @media screen and (max-width: 767px) {
      .welcomeBox .logoCntr {
        width: 100%; } }
  .welcomeBox h2 {
    font-size: 1.37rem;
    color: #000000;
    margin-top: 0px;
    font-weight: bold; }
  .welcomeBox p {
    font-size: 1rem;
    color: #666;
    margin-top: 3.12rem;
    line-height: 1.1rem;
    font-weight: 400; }
  .welcomeBox .btnCntr {
    margin: 1.25rem 0;
    box-sizing: border-box;
    width: 100%;
    text-align: center; }
  .welcomeBox .btncol {
    margin: 0 0.4rem;
    font-weight: 300;
    color: #fff;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    font-size: 1rem;
    background-color: #250E62;
    width: 34%;
    border: none; }
    @media screen and (max-width: 415px) {
      .welcomeBox .btncol {
        width: 44%; } }
    .welcomeBox .btncol:hover {
      background: #3a13a0;
      transition: background 300ms linear;
      text-decoration: none; }
  .welcomeBox .btnSecondary {
    background: #FFFFFF;
    color: #250E62;
    border: 1px solid #250E62;
    margin: 0 0.4rem;
    font-weight: 300;
    text-decoration: none;
    width: 34%;
    text-align: center;
    line-height: 43px;
    display: inline-block; }
    @media screen and (max-width: 415px) {
      .welcomeBox .btnSecondary {
        width: 44%; } }
  .welcomeBox .btncolBankId {
    padding-top: 8px;
    line-height: 20px;
    padding-bottom: 8px;
    height: auto; }
    .welcomeBox .btncolBankId span {
      padding-bottom: 5px;
      padding-top: 5px;
      background: url(../images/Avatar.svg) 25px center no-repeat !important; }
  .welcomeBox .btnCntr.width {
    width: 100%;
    display: block;
    max-width: 50%;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .welcomeBox .btnCntr.width {
        max-width: 100%; } }
    .welcomeBox .btnCntr.width .btncol {
      width: 100%;
      margin: 0 0 0.6rem 0;
      text-align: left; }
      .welcomeBox .btnCntr.width .btncol span {
        padding-left: 4rem;
        padding-right: 20px;
        display: block;
        background: url(../images/BankID-logo.svg) 15px center no-repeat; }
        .welcomeBox .btnCntr.width .btntxtalign {
            padding-top: 8px;
            padding-bottom: 8px;
            height: auto;
        }
        .welcomeBox .btnCntr.width .btntxtalign span {
             padding-top: 5px;
             line-height: 20px;
             padding-bottom: 5px;                
        }
      .welcomeBox .btnCntr.width .btncol span.last {
        background: url(../images/company.svg) 20px center no-repeat; }
  .welcomeBox .banklogoid {
    width: 100%;
    text-align: center;
    display: flex;
    margin: 3rem 0; }
    .welcomeBox .banklogoid img {
      margin: auto; }

.fieldBox {
  width: 100%;
  display: block;
  text-align: left;
  /*.btncol {
		width: 100%;
	}*/ }
  .fieldBox .fieldColam {
    width: 100%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 1.3rem; }

label {
  width: 100%;
  font-size: 1rem;
  color: #000000;
  margin-bottom: .4rem;
  text-align: left;
  display: block;
  font-weight: 400; }

.field {
  width: 100%;
  height: 40px;
  border: 1px solid #B3B3B3;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 1rem;
  float: left; }

.btn_cancel {
  color: #250E62;
  border: 1px solid #250E62;
  width: 100%;
  max-width: 40%;
  text-align: center;
  line-height: 36px;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .btn_cancel {
      max-width: 60%; } }
  .btn_cancel:hover {
    background: #3a13a0;
    transition: background 300ms linear;
    color: #fff; }

.captcha {
  margin-top: 0rem;
  text-align: center !important;
  padding-top: 11px; }
  .captcha .icofont-refresh {
    font-size: 2.5rem;
    color: #250E62;
    display: block; }
  .captcha a {
    color: #250E62;
    display: inline-table;
    padding: 0rem 0 0 0;
    height: 65px; }
    .captcha a span {
      display: block;
      text-align: center;
      font-size: 12px; }
      .captcha a span:hover {
        text-decoration: underline; }
    .captcha a:hover {
      text-decoration: none; }

.captcha_text {
  width: 100%;
  padding-left: 0.5rem;
  display: block;
  font-size: 0.75rem;
  color: #666666; }

/* ### global classes ### */
.martop_1rem {
  margin-top: 1rem !important; }

.width_100 {
  width: 100% !important; }

.width_70 {
  width: 70% !important; }
  @media screen and (max-width: 767px) {
    .width_70 {
      width: 100% !important; } }

.width_60 {
  width: 60% !important; }
  @media screen and (max-width: 767px) {
    .width_60 {
      width: 100% !important; } }

.width_50 {
  width: 50% !important; }
  @media screen and (max-width: 767px) {
    .width_50 {
      width: 100% !important; } }

.width_40 {
  width: 40% !important; }
  @media screen and (max-width: 767px) {
    .width_40 {
      width: 100% !important; } }

.width_30 {
  width: 30% !important; }
  @media screen and (max-width: 767px) {
    .width_30 {
      width: 100% !important; } }

.no_mar {
  margin: 0 !important; }

.martop_2rem {
  margin-top: 2rem !important; }

.martop_3rem {
  margin-top: 3rem !important; }

.martop_4rem {
  margin-top: 4rem !important; }
  @media screen and (max-width: 360px) {
    .martop_4rem {
      margin-top: 2rem !important; } }

.martop_5rem {
  margin-top: 5rem !important; }

.p_bottom_3rem {
  padding-bottom: 3rem !important; }

.p_bottom_4rem {
  padding-bottom: 4rem !important; }

@media screen and (max-width: 360px) {
  .field.width_70 {
    width: 65% !important; } }

/* ### footer Box ### */
.footerBox {
  width: 100%;
  float: left;
  background: #250E62;
  padding: 0.4rem 0 0.4rem 0; }
  .footerBox span {
    width: 77px;
    height: 29px;
    display: block; }
  .footerBox img {
    width: 100%; }

.footerFix {
  position: fixed;
  bottom: 0; }

.centerCTR {
  width: 100%;
  padding: 0 10%;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .centerCTR {
      padding: 0; } }

/* ### Notification Box ### */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  z-index: 9999;
  top: 0;
  left: 0; }
  .overlay .popup {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 0;
    transform: translate(-50%, -50%);
    background: #E9E7EF;
    z-index: 9999;
    padding: 0.8rem; }
    .overlay .popup .close {
      position: absolute;
      width: 32px;
      height: 32px;
      opacity: 1;
      right: 10px;
      top: 10px; }
      .overlay .popup .close:before, .overlay .popup .close:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 20px;
        width: 1px;
        background-color: #250E62; }
      .overlay .popup .close:after {
        transform: rotate(-45deg); }
      .overlay .popup .close:before {
        transform: rotate(45deg); }
    .overlay .popup .content {
      padding-right: 1rem;
      color: #000;
      font-size: 0.9rem; }
      .overlay .popup .content h2 {
        color: #000;
        font-size: 0.9rem;
        font-weight: 500; }

.footerBox, .push {
  height: 54px; }

.page-error {
  background: #fff;
  width: 100%;
  max-width: 600px;
  margin: auto;
  text-align: center;
  padding: 3rem 1rem;
  box-sizing: border-box;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  @media screen and (max-width: 767px) {
    .page-error {
      margin-top: 4rem;
      padding: 1.5rem 1rem; } }
  .page-error .link-bold {
    font-size: 1.4rem;
    color: #250E62;
    font-weight: 500;
    margin-top: 2rem;
    display: inline-block; }
  .page-error .icofont-exclamation-square {
    font-size: 1.8rem;
    color: red;
    margin-bottom: 1rem;
    display: inline-block; }
  .page-error h1 {
    font-size: 1.3rem !important;
    color: #2D3642;
    margin-bottom: 0 !important; }
  .page-error .icofont-check-alt {
    font-size: 3.5rem;
    color: green; }

@media only screen and (device-width: 390px) and (device-height: 844px) {
  .mar-bottom-btn {
    margin-bottom: 3.5rem !important; } }
