@font-face {
	font-family: 'Rubrik';
	src: url(../fonts/Rubrik.otf);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Rubrik-Medium';
	src: url(../fonts/Rubrik-Medium.otf);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Rubrik-Bold';
	src: url(../fonts/Rubrik-Bold.otf);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PTSans';
	src: url(../fonts/PTSans-Regular.ttf);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PTSans-Bold';
	src: url(../fonts/PTSans-Bold.ttf);
	font-weight: normal;
	font-style: normal;
}
html, body {
  height: 100%;
  font-family: 'PTSans','PTSans-Bold';
  overflow-x:hidden !important;
  overflow-y: hidden !important;
}
@-ms-viewport{
  width:1366px;
 }
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: #fff;
}
.preloader .loading {
  position: absolute;
  left: 50%;
  top: 30%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font: bold 14px 'Avenir';
}
.loading img {
  width: 100px;
}
.login-bg{
  background-image: url(../img/background.jpg);
  background-size:cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left;
  overflow-x: hidden;
  overflow-y: hidden;
}
.wrapper-custom {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.logo {
  position: absolute;
  display: block;
  top: -.5%;
  left: 0;
  width: 100%;
  height: 10%;
  z-index: 1000;
}
.logo img.left {
  float: left;
  width: 9.5%;
}
.logo img.right {
  float: right;
  width: 12%;
}
.white-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  opacity: 1;
}
.white-shapes img.white-shapes-img1 {
  display: block;
  float: right;
}
.white-shapes img.white-shapes-img2 {
  display: none;
}
.white-shapes img.white-shapes-img3 {
  display: none;
} 
.white-shapes-mobile {
  display: none;
}
.box-custom {
  position: absolute;
  width: 50%;
  right: 0;
  bottom: 0; 
  height: 100%;
  background: transparent;
  z-index: 9990;
}
.text-opening {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: 0;
  right: 0;
  width:100%;
  height: 85%;
  z-index: -1;
}

p.helpdesk-eproc {
  visibility: visible;
  text-align: center;
  color:rgb(25, 52, 102) !important;
  font-size: 11px;
  z-index: 100;
  font-family:'PTSans-Bold'; 
}
.footer-logo {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 400%;
  /* bottom: 0; */
  left: 0;
  background: transparent;
}
.footer-logo img {
  max-width: 20%;
}
.email-helpdesk {
  color:#1B3B75;
}
.email-helpdesk:hover,
.email-helpdesk:focus {
  text-decoration: underline;
}
.font-bold, .opening-iproc p{
  font-family:'PTSans-Bold'; 
}
#forgot-btn {
  font-family:'PTSans-Bold'; 
}






@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) {
  .login-bg{
    background-image: url(../img/background_mobile.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x:hidden;
    overflow-y: hidden;
  }
  .logo {
    position: fixed;
  }
  .logo img.left {
    float: left;
    width: 30%;
  }
  .logo img.right {
    float: right;
    width: 32%;
  }
  .white-shapes {
    display: none;
  }
  .white-shapes-mobile {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    opacity: .82;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .loginColumns-d{
    max-width: 100%;
  }
  .wrapper-custom {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
 }
  .box-custom {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .marginMobile{
    margin-left: 20%; 
    margin-right: 7%; 
    margin-bottom: 10%;
  }

  .opening-iproc {
    margin-top:50% !important;
  }
  .font-bold {
    font-size: 48px !important;
  }
  .opening-iproc p.opening {
    font-size: 18px !important;
  }

  .btn-white-modified {
    padding:10px 25px;
  }
  p.helpdesk-eproc {
    font-size: 10px;
    margin-top: 0;
  }
  .footer-logo {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 10%;
    bottom: 0;
    left: 5%;
    background: transparent;
  }
  .footer-logo img {
    max-width: 20%;
  }
}


@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) {
  .login-bg{
    background-image: url(../img/background.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x:hidden;
    overflow-y: hidden;
  }
  .logo {
    position: fixed;
  }
  .logo img.left {
    float: left;
    width: 20%;
  }
  .logo img.right {
    float: right;
    width: 21%;
  }
  .white-shapes {
    display: none;
  }
  .white-shapes-mobile {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    opacity: .82;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .wrapper-custom {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
 }
  .box-custom {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .text-opening {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 0;
    right: 0;
    width:100%;
    height: 65%;
    z-index: -1;
  }
  .text-opening p {
    color:#14519a;
    font-size: 16px;
    font-family: "PTSans-Bold";
  }
  .opening-title {
    font-size: 48px;
    font-family: "PTSans-Bold";
  }
  .margin-top {
    margin-top: 40%;
  }
  .btn-white-modified {
    font-size: 16px;
    padding:12px 20px;
  }
  p.helpdesk-eproc {
    font-size: 16px;
    margin-top: 0;
  }
  .footer-logo img {
    max-width: 12%;
  }
}



@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait) {
    .login-bg{
      background-image: url(../img/background.jpg);
      background-size:cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      overflow-x:hidden;
      overflow-y: hidden;
    }
    .logo {
      position: fixed;
    }
    .logo img.left {
      float: left;
      width: 20%;
    }
    .logo img.right {
      float: right;
      width: 21%;
    }
    .white-shapes {
      display: none;
    }
    .white-shapes-mobile {
      position: fixed;
      display: block !important;
      width: 100%;
      height: 100%;
      right: 0;
      top: 0;
      background: #fff;
      opacity: .82;
      overflow-y: hidden;
      overflow-x: hidden;
    }
    .wrapper-custom {
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
   }
    .box-custom {
      position: absolute;
      width: 100%;
      height: 100%;
    }
    .text-opening {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      top: 0;
      right: 0;
      width:100%;
      height: 65%;
      z-index: -1;
    }
    .text-opening p {
      color:#14519a;
      font-size: 24px;
      font-family: "PTSans-Bold";
    }
    .opening-title {
      font-size: 64px;
      font-family: "PTSans-Bold";
    }
    .margin-top {
      margin-top: 75%;
    }
    .btn-white-modified {
      font-size: 24px;
      padding:15px 35px;
    }
    p.helpdesk-eproc {
      font-size: 24px;
      margin-top: 0;
    }
    .footer-logo img {
      max-width: 12%;
    }
  }

@media (min-width:1025px) and (max-width:1200px) {
  @-ms-viewport{
    width: 1200px;
   }
  .box-custom {
    width:65%;
  }
  .loginColumns-d {
    max-width: 40% !important;
  }
  .margin-top {
    margin-top: 68%;
  }
}

@media (min-width:1201px) and (max-width:1365px) {
  @-ms-viewport{
    width: 1365px;
   }
  .box-custom {
    width:55%;
  }
  .margin-top {
    margin-top: 70%;
  }
}

  

@media (min-width:1400px) and (max-width:1700px) {
  @-ms-viewport{
    width: 1700px;
   }
   .loginColumns-d {
    max-width: 30% !important;
  }
}

@media (min-width:1701px) and (max-width:2000px) {
  @-ms-viewport{
    width: 2000px;
   }
   .loginColumns-d {
    max-width: 20% !important;
  }
}


@media (min-width:2001px) and (max-width:2560px) {
  @-ms-viewport{
    width: 2560px;
   }
   .loginColumns-d {
    max-width: 30% !important;
  }
  .login-bg{
    background-image: url(../img/background.jpg);
    background-size:100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left;
    overflow-x:hidden;
    overflow-y: hidden;
  }
  .logo img.left {
    float: left;
    width: 11%;
  }
  .logo img.right {
    float: right;
    width: 12%;
  }
  .white-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
  }
  .white-shapes img.white-shapes-img3 {
    display: block;
    float: right;
  }
  .white-shapes img.white-shapes-img2 {
    display: none;
  }
  .white-shapes img.white-shapes-img1 {
    display: none;
  }
  .white-shapes-mobile {
    display: none;
  }
  .text-opening p {
    font-size: 32px;
  }
  .opening-title {
    font-size: 80px;
  }
  .margin-top {
    margin-top: 75%;
  }
  .btn-white-modified {
    padding:15px 35px;
    font-size: 22px;
  }
  p.helpdesk-eproc {
    font-size: 22px;
  }
}



@media (min-height:1024px) and (max-height:1079px) {
  @-ms-viewport{
    width: 1079px;
   }
  .white-shapes img.white-shapes-img3 {
    display: none;
  }
  .white-shapes img.white-shapes-img2 {
    display: block;
    float: right;
  }
  .white-shapes img.white-shapes-img1 {
    display: none;
  }
  .white-shapes-mobile {
    display:;
  }
  .margin-top {
    margin-top: 90%;
  }
}

@media (min-height:1081px) and (max-height:1439px) {
  @-ms-viewport{
    width: 1439px;
   }
  .white-shapes img.white-shapes-img3 {
    display: none;
  }
  .white-shapes img.white-shapes-img2 {
    display: block;
    float: right;
  }
  .white-shapes img.white-shapes-img1 {
    display: none;
  }
  .white-shapes-mobile {
    display: none;
  }
  .margin-top {
    margin-top: 95%;
  }
  p.helpdesk-eproc {
    font-size:18px;
  }
}



@media (min-width:375px) and (max-width:414px) {
  .login-bg{
    background-image: url(../img/background_mobile.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x:hidden;
    overflow-y: hidden;
  }
  .logo {
    position: fixed;
  }
  .logo img.left {
    float: left;
    width: 30%;
  }
  .logo img.right {
    float: right;
    width: 32%;
  }
  .white-shapes {
    display: none;
  }
  .white-shapes-mobile {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    opacity: .82;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .wrapper-custom {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
 }
  .box-custom {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .marginMobile{
    margin-left: 9%; 
    margin-bottom: 10%;
  }
  .opening-iproc {
    margin-top:25% !important;
  }

  .opening-iproc p.opening {
    font-size: 11px;
  }

  .btn-white-modified {
    padding:10px 25px;
  }
  p.helpdesk-eproc {
    font-size: 10px;
    margin-top: 0;
  }
  .footer-logo {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 10%;
    bottom: 0;
    left: 5%;
    background: transparent;
  }
  .footer-logo img {
    max-width: 20%;
  }
}




@media (max-width:360px) {
  .login-bg{
    background-image: url(../img/background_mobile.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x:hidden;
    overflow-y: hidden;
  }
  .logo {
    position: fixed;
  }
  .logo img.left {
    float: left;
    width: 30%;
  }
  .logo img.right {
    float: right;
    width: 32%;
  }
  .white-shapes {
    display: none;
  }
  .white-shapes-mobile {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    opacity: .82;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .wrapper-custom {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
 }
  .box-custom {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .marginMobile{
    margin-left: 9%; 
    margin-bottom: 10%;
  }

  .opening-iproc {
    margin-top:25% !important;
  }
  .font-bold {
    font-size: 32px !important;
  }
  .opening-iproc p.opening {
    font-size: 12px !important;
  }

  .btn-white-modified {
    padding:10px 25px;
  }
  p.helpdesk-eproc {
    font-size: 10px;
    margin-top: 0;
  }
  .footer-logo {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 10%;
    bottom: 0;
    left: 5%;
    background: transparent;
  }
  .footer-logo img {
    max-width: 20%;
  }
}


@media (max-width:320px) {
  .login-bg{
    background-image: url(../img/background_mobile.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x:hidden;
    overflow-y: hidden;
  }
  .logo {
    position: fixed;
  }
  .logo img.left {
    float: left;
    width: 30%;
  }
  .logo img.right {
    float: right;
    width: 32%;
  }
  .white-shapes {
    display: none;
  }
  .white-shapes-mobile {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    opacity: .82;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .wrapper-custom {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
 }
  .box-custom {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .marginMobile{
    margin-left: 9%; 
    margin-bottom: 10%;
  }

  .opening-iproc {
    margin-top:25% !important;
  }

  .font-bold {
    font-size: 24px !important;
  }
  .opening-iproc p.opening {
    font-size: 10px !important;
  }

  .btn-white-modified {
    padding:10px 25px;
  }
  p.helpdesk-eproc {
    font-size: 10px;
    margin-top: 0;
  }
  .footer-logo {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 10%;
    bottom: 0;
    left: 5%;
    background: transparent;
  }
  .footer-logo img {
    max-width: 20%;
  }
}


@media (min-width:415px) and (max-width:550px) {
  @-ms-viewport{
    width: 550px;
   }
   .login-bg{
    background-image: url(../img/background_mobile.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x:hidden;
    overflow-y: hidden;
  }
  .logo {
    position: fixed;
  }
  .logo img.left {
    float: left;
    width: 20%;
  }
  .logo img.right {
    float: right;
    width: 22%;
  }
  .white-shapes {
    display: none;
  }
  .white-shapes-mobile {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    opacity: .82;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .loginColumns-d{
    max-width: 100% !important;
  }
  .wrapper-custom {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
 }
  .box-custom {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .marginMobile{
    margin-left: 20%; 
    margin-right: 7%; 
    margin-bottom: 10%;
  }

  .opening-iproc {
    margin-top:20% !important;
  }
  .font-bold {
    font-size: 32px !important;
  }
  .opening-iproc p.opening {
    font-size: 14px !important;
  }

  .btn-white-modified {
    padding:10px 25px;
  }
  p.helpdesk-eproc {
    font-size: 10px;
    margin-top: 0;
  }
  .footer-logo {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 10%;
    bottom: 0;
    left: 5%;
    background: transparent;
  }
  .footer-logo img {
    max-width: 10%;
  }
}


@media (min-width:551px) and (max-width:767px) {
  @-ms-viewport{
    width: 767px;
   }
   .login-bg{
    background-image: url(../img/background_mobile.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x:hidden;
    overflow-y: hidden;
  }
  .logo {
    position: fixed;
  }
  .logo img.left {
    float: left;
    width: 20%;
  }
  .logo img.right {
    float: right;
    width: 22%;
  }
  .white-shapes {
    display: none;
  }
  .white-shapes-mobile {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    opacity: .82;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .loginColumns-d{
    max-width: 100% !important;
  }
  .wrapper-custom {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
 }
  .box-custom {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .marginMobile{
    margin-left: 20%; 
    margin-right: 7%; 
    margin-bottom: 10%;
  }

  .opening-iproc {
    margin-top:20% !important;
  }
  .font-bold {
    font-size: 32px !important;
  }
  .opening-iproc p.opening {
    font-size: 14px !important;
  }

  .btn-white-modified {
    padding:10px 25px;
  }
  p.helpdesk-eproc {
    font-size: 10px;
    margin-top: 0;
  }
  .footer-logo {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 10%;
    bottom: 0;
    left: 5%;
    background: transparent;
  }
  .footer-logo img {
    max-width: 10%;
  }
}





@media only screen and (min-device-width : 360px) 
and (max-device-width : 640px) 
and (orientation : landscape) { 
  @-ms-viewport{
    width: 640px;
   }
  .login-bg{
    background-image: url(../img/background.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x:hidden;
    overflow-y: hidden;
  }
  .logo {
    position: fixed;
  }
  .logo img.left {
    float: left;
    width: 14%;
  }
  .logo img.right {
    float: right;
    width: 15%;
  }
  .white-shapes {
    display: none;
  }
  .white-shapes-mobile {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    opacity: .82;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .wrapper-custom {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
 }
  .box-custom {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .loginColumns-d {
    max-width: 100% !important;
  }
  .marginMobile {
    margin-left: 20%; 
    margin-right: 6%; 
    margin-bottom: 10%;
  }
  .opening-iproc {
    margin-top: 0 !important;
  }
  .font-bold {
    font-size: 24px !important;
  }
  .opening-iproc p.opening {
    font-size: 10px !important;
  }
  .footer-logo {
    left: 6% !important;
  }
  p.helpdesk-eproc {
    font-size: 10px;
    margin-top: 0;
    display: none !important;
  }
  .footer-logo {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 10%;
    bottom: 0;
    left: 0;
    background: transparent;
  }
  .footer-logo img {
    max-width: 10%;
  }
}



@media only screen and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { 
  @-ms-viewport{
    width: 667px;
   }
   .login-bg{
    background-image: url(../img/background.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x:hidden;
    overflow-y: hidden;
  }
  .logo {
    position: fixed;
  }
  .logo img.left {
    float: left;
    width: 14%;
  }
  .logo img.right {
    float: right;
    width: 15%;
  }
  .white-shapes {
    display: none;
  }
  .white-shapes-mobile {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    opacity: .82;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .wrapper-custom {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
 }
  .box-custom {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .loginColumns-d {
    max-width: 100% !important;
  }
  .marginMobile {
    margin-left: 20%; 
    margin-right: 6%; 
    margin-bottom: 10%;
  }
  .opening-iproc {
    margin-top: 0 !important;
  }
  .font-bold {
    font-size: 24px !important;
  }
  .opening-iproc p.opening {
    font-size: 10px !important;
  }
  .footer-logo {
    left: 6% !important;
  }
  p.helpdesk-eproc {
    font-size: 10px;
    margin-top: 0;
    display: none !important;
  }
  .footer-logo {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 10%;
    bottom: 0;
    left: 0;
    background: transparent;
  }
  .footer-logo img {
    max-width: 10%;
  }
}


@media only screen and (min-device-width : 411px) 
and (max-device-width : 731px) 
and (orientation : landscape) { 
  @-ms-viewport{
    width: 731px;
   }
   .login-bg{
    background-image: url(../img/background.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x:hidden;
    overflow-y: hidden;
  }
  .logo {
    position: fixed;
  }
  .logo img.left {
    float: left;
    width: 14%;
  }
  .logo img.right {
    float: right;
    width: 15%;
  }
  .white-shapes {
    display: none;
  }
  .white-shapes-mobile {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    opacity: .82;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .wrapper-custom {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
 }
  .box-custom {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .loginColumns-d {
    max-width: 100% !important;
  }
  .marginMobile {
    margin-left: 20%; 
    margin-right: 6%; 
    margin-bottom: 10%;
  }
  .opening-iproc {
    margin-top: 0 !important;
  }
  .font-bold {
    font-size: 24px !important;
  }
  .opening-iproc p.opening {
    font-size: 10px !important;
  }
  .footer-logo {
    left: 6% !important;
  }
  p.helpdesk-eproc {
    font-size: 10px;
    margin-top: 0;
    display: none !important;
  }
  .footer-logo {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 10%;
    bottom: 0;
    left: 0;
    background: transparent;
  }
  .footer-logo img {
    max-width: 10%;
  }
}


@media only screen and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) { 
  @-ms-viewport{
    width: 736px;
   }
   .login-bg{
    background-image: url(../img/background.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x:hidden;
    overflow-y: hidden;
  }
  .logo {
    position: fixed;
  }
  .logo img.left {
    float: left;
    width: 14%;
  }
  .logo img.right {
    float: right;
    width: 15%;
  }
  .white-shapes {
    display: none;
  }
  .white-shapes-mobile {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    opacity: .82;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .wrapper-custom {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
 }
  .box-custom {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .loginColumns-d {
    max-width: 100% !important;
  }
  .marginMobile {
    margin-left: 20%; 
    margin-right: 6%; 
    margin-bottom: 10%;
  }
  .opening-iproc {
    margin-top: 0 !important;
  }
  .font-bold {
    font-size: 24px !important;
  }
  .opening-iproc p.opening {
    font-size: 10px !important;
  }
  .footer-logo {
    left: 6% !important;
  }
  p.helpdesk-eproc {
    font-size: 10px;
    margin-top: 0;
    display: none !important;
  }
  .footer-logo {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 10%;
    bottom: 0;
    left: 0;
    background: transparent;
  }
  .footer-logo img {
    max-width: 10%;
  }
}



@media only screen and (min-device-width : 411px) 
and (max-device-width : 823px) 
and (orientation : landscape) {
  @-ms-viewport{
    width: 823px;
   } 
   .login-bg{
    background-image: url(../img/background.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x:hidden;
    overflow-y: hidden;
  }
  .logo {
    position: fixed;
  }
  .logo img.left {
    float: left;
    width: 14%;
  }
  .logo img.right {
    float: right;
    width: 15%;
  }
  .white-shapes {
    display: none;
  }
  .white-shapes-mobile {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    opacity: .82;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .wrapper-custom {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
 }
  .box-custom {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .loginColumns-d {
    max-width: 100% !important;
  }
  .marginMobile {
    margin-left: 20%; 
    margin-right: 6%; 
    margin-bottom: 10%;
  }
  .opening-iproc {
    margin-top: 0 !important;
  }
  .font-bold {
    font-size: 24px !important;
  }
  .opening-iproc p.opening {
    font-size: 10px !important;
  }
  .footer-logo {
    left: 6% !important;
  }
  p.helpdesk-eproc {
    font-size: 10px;
    margin-top: 0;
    display: none !important;
  }
  .footer-logo {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 10%;
    bottom: 0;
    left: 0;
    background: transparent;
  }
  .footer-logo img {
    max-width: 10%;
  }
}


@media only screen and (min-device-width : 412px) 
and (max-device-width : 900px) 
and (orientation : landscape) { 
  @-ms-viewport{
    width: 900px;
   }
   .login-bg{
    background-image: url(../img/background.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x:hidden;
    overflow-y: hidden;
  }
  .logo {
    position: fixed;
  }
  .logo img.left {
    float: left;
    width: 14%;
  }
  .logo img.right {
    float: right;
    width: 15%;
  }
  .white-shapes {
    display: none;
  }
  .white-shapes-mobile {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    opacity: .82;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .wrapper-custom {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
 }
  .box-custom {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .loginColumns-d {
    max-width: 100% !important;
  }
  .marginMobile {
    margin-left: 15%; 
    margin-right: 6%; 
    margin-bottom: 10%;
  }
  .opening-iproc {
    margin-top: 0 !important;
  }
  .font-bold {
    font-size: 24px !important;
  }
  .opening-iproc p.opening {
    font-size: 10px !important;
  }
  .footer-logo {
    left: 6% !important;
  }
  p.helpdesk-eproc {
    font-size: 10px;
    margin-top: 0;
    display: none !important;
  }
  .footer-logo {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 10%;
    bottom: 0;
    left: 0;
    background: transparent;
  }
  .footer-logo img {
    max-width: 10%;
  }
}



@media only screen and  (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) { 
  @-ms-viewport{
    width: 568px;
   }
  .login-bg{
    background-image: url(../img/background.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x:hidden;
    overflow-y: hidden;
  }
  .logo {
    position: fixed;
  }
  .logo img.left {
    float: left;
    width: 14%;
  }
  .logo img.right {
    float: right;
    width: 15%;
  }
  .white-shapes {
    display: none;
  }
  .white-shapes-mobile {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    opacity: .82;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .wrapper-custom {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
 }
  .box-custom {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .text-opening {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 0;
    right: 0;
    width:100%;
    height: 60%;
    z-index: -1;
  }
  .text-opening p {
    color:#14519a;
    font-size: 10px;
    font-family: "PTSans-Bold";
  }
  .opening-title {
    font-size: 24px;
    font-family: "PTSans-Bold";
  }
  .margin-top {
    margin-top: 30%;
  }
  p.helpdesk-eproc {
    font-size: 9px;
    margin-top: 0;
  }
  .footer-logo {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 10%;
    bottom: 0;
    left: 0;
    background: transparent;
  }
  .footer-logo img {
    max-width: 10%;
  }
}



/* @media only screen and (min-device-height : 500px) 
and (max-device-height : 600px) 
and (orientation : portrait) {
  .company_logo {
    height: 30%;
  }
  .company_logo img {
    padding-top:0;
    max-width: 15%;
  }
  #row-1 {
    margin-top:0;
  }
  hr.gap-line {
    margin-top:5%;
  }
  p.helpdesk-eproc {
    font-size: 10px;
  }
  .margin-top {
    margin-top:80%;
  }
  .btn-white-modified {
    font-size: 12px;
  }
} */


/* @media only screen and (min-device-height : 500px) 
and (max-device-height : 600px) 
and (orientation : landscape) {
  .company_logo {
    height: 30%;
  }
  .company_logo img {
    padding-top:0;
    max-width: 15%;
  }
  #row-1 {
    margin-top:0;
  }
  hr.gap-line {
    margin-top:5%;
  }
  p.helpdesk-eproc {
    font-size: 12px;
  }
  .margin-top {
    margin-top:0%;
  }
  .btn-white-modified {
    font-size: 12px;
  } */
}

@media only screen and (min-device-height : 601px) 
and (max-device-height : 767px) 
and (orientation : landscape) {
  .company_logo {
    height: 30%;
  }
  .company_logo img {
    padding-top:0;
    max-width: 15%;
  }
  #row-1 {
    margin-top:0;
  }
  hr.gap-line {
    margin-top:10%;
  }
  p.helpdesk-eproc {
    font-size: 12px;
  }
  .margin-top {
    margin-top: 5%;
  }
  .btn-white-modified {
    font-size: 12px;
  }
}


.loginColumns{
  max-width: 78% auto;
  /*max-height: 100%;*/
  padding: 100px 20px 20px 20px;
}
.loginColumns-d{
  max-width: 28%;
  /*max-height: 100%;*/
  padding: 40px 800px 20px 20px;
}

table.valign tr th { 
  display: table-cell;
  vertical-align: middle; 
  text-align: center;
}

.btn-color {
  border-radius: 60px;
  padding: 8px;
  background: #1b3b75;
  font-weight: 600;
  color:#fff!important;
  font-family:'PTSans'; 
}

.btn-color:hover {
  background: #1b3b75;
  box-shadow: 0 14px 18px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.btn-color:focus {
  background: #1b3b75;
  box-shadow: 0 14px 18px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.btn-color-sso {
  border-radius: 60px;
  padding: 8px;
  background: #3281c4;
  font-weight: 600;
  color:#fff!important;
  font-family:'PTSans'; 
}

.btn-color-sso:hover {
  background: #3281c4;
  box-shadow: 0 14px 18px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.btn-color-sso:focus {
  background: #3281c4;
  box-shadow: 0 14px 18px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

#forgot-btn, #back-login-btn {
  color:#1b3b75;
  font-weight:700;
}

#forgot-btn:hover, #back-login-btn:hover {
  text-decoration: underline;
}

.company_logo {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  height: 20%;
  top: 0;
  left: 10%;
  right: 10%;
  background: transparent;
  /*box-shadow: 1px 5px 5px rgba(0,0,0,0.2);*/
}

.form-control {
  border:1px solid #aaa;
  border-radius: 60px;
  font-size:12px;
  padding: 17px;
}

.form-control:focus {
  border: 1px solid #1b3b75 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  color: #2c2c2c !important;
}

.form-control:focus+.input-group-text,
.form-control:focus~.input-group-text {
  border: 1px solid #1b3b75 !important;
  border-left: none !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: "PTSans";
}
::-moz-placeholder { /* Firefox 19+ */
  font-family: "PTSans";
}
:-ms-input-placeholder { /* IE 10+ */
  font-family: "PTSans";
}
:-moz-placeholder { /* Firefox 18- */
  font-family: "PTSans";
}

@media (max-width: 767px) {
  .copyright_iproc_img {
    position: absolute !important;
    width: 100% !important;
    bottom: 0 !important;
    padding: none !important;
    margin:none !important;
  }

  .resize {
    position:absolute;
    width: 100%;
    left: 0;
    bottom: 20%;
  }

  .resize img {
    max-width: 30%;
  }

  .span_footer{
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .login-bg{
    background-image: url(../img/background_mobile.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x:hidden;
    overflow-y: hidden;
  }
  .logo {
    position: fixed;
  }
  .logo img.left {
    float: left;
    width: 10%;
  }
  .logo img.right {
    float: right;
    width: 12%;
  }
  .white-shapes {
    display: none;
  }
  .white-shapes-mobile {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    opacity: .82;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .loginColumns-d{
    max-width: 100%;
  }
  .wrapper-custom {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
 }
  .box-custom {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .marginMobile{
    margin-left: 20%; 
    margin-right: 7%; 
    margin-bottom: 10%;
  }

  .opening-iproc {
    margin-top:10% !important;
  }
  .font-bold {
    font-size: 42px !important;
  }
  .opening-iproc p.opening {
    font-size: 18px !important;
  }

  .btn-white-modified {
    padding:10px 25px;
  }
  p.helpdesk-eproc {
    font-size: 10px;
    margin-top: 0;
  }
  .footer-logo {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 10%;
    bottom: 0;
    left: 5%;
    background: transparent;
  }
  .footer-logo img {
    max-width: 10%;
  }
}

.font-bold {
  font-size: 36px;
}
.opening-iproc {
  margin-top: 40%;
}

.font-bold, #forgot-btn,
.opening-iproc {
  color:#1b3b75;
}
.opening-iproc p.opening {
  font-size: 14px;
}