@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;
}
html, body {
  height: 100%;
  font-family: 'Rubrik','Rubrik-Medium';
  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(../images/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: 100;
}
.logo img.left {
  float: left;
  width: 9.5%;
}
.logo img.right {
  float: right;
  width: 11%;
}
.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 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: 0;
  right: 0;
  width:100%;
  height: 85%;
  z-index: -1;
  margin-top: 90px;
}

.text-opening p {
  color:#14519a;
  font-size: 18px;
  font-family: "Rubrik-Medium";
  margin-left: 20px;
  margin-right: 20px;
}

.opening-title {
  font-size: 52px;
  font-family: "Rubrik-Bold";
}
.margin-top {
  margin-top: 68%;
}
.btn-white-modified {
  background:rgb(27, 59, 117);
  color:#fff;
  font-weight: 500;
  border:none;
  border-radius:30px;
  padding:12px 25px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
  transition: .3s;
  -webkit-transition: .3s;
  z-index: 10000;
  margin-right: 10px;
}	
.btn-white-modified.blue {
  background:#3484c6;
}	
.btn-white-modified.blue:hover,
.btn-white-modified.blue:focus {
  background:#3484c6b6;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.35);
}	
.btn-white-modified:hover,
.btn-white-modified:focus {
  background:#1b3b75b6;
  color:#fff;
  font-weight: 700;;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.55);
}	
p.helpdesk-eproc {
  visibility: visible;
  text-align: center;
  color:rgb(25, 52, 102) !important;
  font-size: 11px;
  z-index: 100;
}
.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%;
}
#login .footer-logo {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 10%;
  bottom: 0;
  left: 0;
  background: transparent;
}
.email-helpdesk {
  color:#1B3B75;
}
.email-helpdesk:hover,
.email-helpdesk:focus {
  text-decoration: underline;
}

.loginColumns-d{
  max-width: 50%;
}
.marginMobile{
  margin-left: 20%; 
  margin-right: 7%; 
  margin-bottom: 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;
}
.font-bold, .opening-iproc p{
  font-family:'Rubrik-Medium'; 
}
#forgot-btn {
  font-family:'Rubrik-Bold'; 
}

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

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

#login {
  display: none;
}
.alert-success{
  background:#d3d7e0 !important;
  color:#1b3b75;
  font-weight: 600;
}
hr {
  border:.5px solid #1b3b75;
}

/* width */
.ibox-content::-webkit-scrollbar{
  display: none !important;
}
::-webkit-scrollbar {
  width: 0px;
}
.backArrow{
  margin-left: 5%;
}
.rowCustom {
  position: fixed;
  top: 14%;
  width: 100%;
  height: 20%;
  background: transparent;
}
a.backArrow {
  color:#1b3b75;
  font-size: 30px;
  font-weight: 200;
  transition:.2s;
}
a.backArrow:hover,
a.backArrow:focus {
  color:#3484c6;
}




@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) {
  .login-bg{
    background-image: url(../images/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 {
    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: 18px;
    font-family: "Rubrik-Medium";
  }
  .opening-title {
    font-size: 52px;
    font-family: "Rubrik-Bold";
  }
  .margin-top {
    margin-top: 70%;
  }
  .btn-white-modified {
    font-size: 16px;
    padding:12px 20px;
  }
  p.helpdesk-eproc {
    font-size: 16px;
    margin-top: 0;
  }
  #login .footer-logo {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 10%;
    bottom: 0;
    left: 0;
    background: transparent;
  }
  .footer-logo img {
    max-width: 12%;
  }
  
  .loginColumns-d{
    max-width: 100% !important;
    /*max-height: 100%;*/
    padding: 40px 800px 20px 20px;
  }
  .opening-iproc{
    margin-top: 15%;
  }
  .rowCustom {
    position: fixed;
    top: 18%;
    width: 100%;
    height: 20%;
    background: transparent;
  }
  a.backArrow{
    padding:0px 0px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align:center;
    justify-content: center;
    background:#1b3b75;
  }
  a.backArrow span {
    color:#fff;
  }
  .backArrow{
    margin-left: 5%;
  }

}


@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) {
  .login-bg{
    background-image: url(../images/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 {
    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: "Rubrik-Medium";
  }
  .opening-title {
    font-size: 48px;
    font-family: "Rubrik-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%;
  }
  .opening-iproc{
    margin-top: 10%;
  }
  .loginColumns-d{
    max-width: 80% !important;
    /*max-height: 100%;*/
    padding: 40px 800px 20px 20px;
  }
  .marginMobile{
    margin-top: 0%;
    margin-right: 20%;
    margin-left: 15%;
  }
  .opening-iproc p.opening{
    font-size: 14px;
  }
  .rowCustom {
    position: fixed;
    top: 12%;
    width: 100%;
    height: 20%;
    background: transparent;
  }
  a.backArrow{
    padding:0px 0px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align:center;
    justify-content: center;
    background:#1b3b75;
  }
  a.backArrow span {
    color:#fff;
  }
  .backArrow{
    margin-left: 10%;
  }
}



@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(../images/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 {
      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: "Rubrik-Medium";
    }
    .opening-title {
      font-size: 64px;
      font-family: "Rubrik-Bold";
    }
    .btn-white-modified {
      font-size: 24px;
      padding:15px 35px;
    }
    p.helpdesk-eproc {
      font-size: 24px;
      margin-top: 0;
    }
    .footer-logo img {
      max-width: 12%;
    }
    .loginLogin{
      margin-right: 0 !important;
      padding:0px 120px 0px 0px !important;
    }
    #forgot-btn, #back-login-btn {
      font-size: 16px;
      font-family: 'Rubrik-Bold';
    }
    .form-control {
      padding:25px !important;
    }
    .btn-color{
      font-size: 24px;
    }
    h2.font-bold {
      font-size:52px !important;
    }
    .opening-iproc p.opening {
      font-size: 24px !important;
    }
  }
  
@media (min-height:900px) and (max-height:1366px) {
  .margin-top {
    margin-top: 90% !important;
  }
}

@media (min-width:1025px) and (max-width:1200px) {
  @-ms-viewport{
    width: 1200px;
   }
  .box-custom {
    width:65%;
  }
  .margin-top {
    margin-top: 70%;
  }
}

@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;
   }
  .login-bg{
    background-image: url(../images/background.jpg);
    background-size:100% 100%;
    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: 12%;
  }
  .logo img.right {
    float: right;
    width: 13%;
  }
  .white-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
  }
  .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 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 0;
    right: 0;
    width:100%;
    height: 85%;
    z-index: -1;
  }
  .text-opening p {
    color:#14519a;
    font-size: 18px;
    font-family: "Rubrik-Medium";
  }
  .opening-title {
    font-size: 52px;
    font-family: "Rubrik-Bold";
  }
  .margin-top {
    margin-top: 75%;
  }
  .btn-white-modified {
    background:#1b3b75;
    color:#fff;
    font-weight: 500;
    border:none;
    border-radius:30px;
    padding:12px 20px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
    transition: .3s;
    -webkit-transition: .3s;
    z-index: 10000;
  }	
  .btn-white-modified:hover,
  .btn-white-modified:focus {
    background:#1b3b75b6;
    color:#fff;
    font-weight: 700;;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.55);
  }	
  p.helpdesk-eproc {
    font-size: 16px;
  }
  .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%;
  }
  .email-helpdesk {
    color:#1B3B75;
  }
  .email-helpdesk:hover,
  .email-helpdesk:focus {
    text-decoration: underline;
  }
}

@media (min-width:1701px) and (max-width:2000px) {
  @-ms-viewport{
    width: 2000px;
   }
  .login-bg{
    background-image: url(../images/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-img2 {
    display: block;
    float: right;
  }
  .white-shapes img.white-shapes-img3 {
    display: none;
  }
  .white-shapes img.white-shapes-img1 {
    display: none;
  }
  .white-shapes-mobile {
    display: none;
  }
  .text-opening p {
    font-size: 24px;
  }
  .opening-title {
    font-size: 70px;
  }
  .margin-top {
    margin-top: 75% !important;
  }
  .btn-white-modified {
    padding:15px 25px;
    font-size: 16px;
  }
  p.helpdesk-eproc {
    font-size: 16px;
  }
}


@media (min-width:2001px) and (max-width:2560px) {
  @-ms-viewport{
    width: 2560px;
   }
  .login-bg{
    background-image: url(../images/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:none;
  }
}

@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: 65%;
  }
  p.helpdesk-eproc {
    font-size:18px;
    margin-top: 15%;
  }
}



@media (min-width:375px) and (max-width:414px) {
  @-ms-viewport{
    width: 414px;
   }
  .login-bg{
    background-image: url(../images/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%;
  }
  .text-opening {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 0;
    right: 0;
    width:100%;
    height: 70%;
    z-index: -1;
  }
  .text-opening p {
    color:#14519a;
    font-size: 11px;
    font-family: "Rubrik-Medium";
  }
  .opening-title {
    font-size: 28px;
    font-family: "Rubrik-Bold";
  }
  .margin-top {
    margin-top: 90%;
  }
  .btn-white-modified {
    font-size: 10px;
    font-family: 'Rubrik';
    padding:8px 14px;
  }
  p.helpdesk-eproc {
    font-size: 11px;
    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: 20%;
  }
  #gap-button {
    display: none;
  }
  .loginLogin{
    margin-right: 0 !important;
    padding:0px 40px 0px 0px !important;
  }
  #forgot-btn, #back-login-btn {
    font-size: 10px;
    font-family: 'Rubrik-Bold';
  }
  .form-control {
    padding:12px !important;
  }
  .btn-color{
    font-size: 10px;
  }
  h2.font-bold {
    font-size: 24px;
    font-family: 'Rubrik-Bold';
  }
  .opening-iproc p.opening {
    font-size: 10px !important;
    font-family: 'Rubrik';
  }
  .opening-iproc{
    margin-top: 40%;
  }
  .rowCustom {
    position: fixed;
    top: 18%;
    width: 100%;
    height: 20%;
    background: transparent;
  }
  a.backArrow{
    padding:0px 7px;
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
    text-align:center;
    justify-content: center;
    background:#1b3b75;
  }
  a.backArrow span {
    color:#fff;
  }
  .backArrow{
    margin-left: 5%;
  }
}




@media (max-width:360px) {
  @-ms-viewport{
    width: 320px;
   }
  h2.font-bold {
    font-size: 24px;
    font-family: 'Rubrik-Bold';
  }
  .opening-iproc p.opening {
    font-size: 10px !important;
    font-family: 'Rubrik';
  }
   #gap-button {
    display: none;
  }
  .login-bg{
    background-image: url(../images/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%;
  }
  .text-opening {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 0;
    right: 0;
    width:100%;
    height: 70%;
    z-index: -1;
  }
  .text-opening p {
    color:#14519a;
    font-size: 10px;
    font-family: "Rubrik-Medium";
  }
  .opening-title {
    font-size: 24px;
    font-family: "Rubrik-Bold";
  }
  .margin-top {
    margin-top: 82%;
  }
  .btn-white-modified {
    font-size: 10px;
    font-family: 'Rubrik';
    padding:8px 14px;
  }
  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: 0;
    background: transparent;
  }
  .footer-logo img {
    max-width: 20%;
  }
  .loginLogin{
    margin-right: 0 !important;
    padding:0px 40px 0px 0px !important;
  }
  #forgot-btn, #back-login-btn {
    font-size: 10px;
    font-family: 'Rubrik-Bold';
  }
  .form-control {
    padding:12px !important;
  }
  .btn-color{
    font-size: 10px;
  }
  .opening-iproc{
    margin-top: 40%;
  }
  .rowCustom {
    position: fixed;
    top: 18%;
    width: 100%;
    height: 20%;
    background: transparent;
  }
  a.backArrow{
    padding:0px 7px;
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
    text-align:center;
    justify-content: center;
    background:#1b3b75;
  }
  a.backArrow span {
    color:#fff;
  }
  .backArrow{
    margin-left: 5%;
  }
}


@media (max-width:320px) {
  @-ms-viewport{
    width: 320px;
   }
   h2.font-bold {
    font-size: 24px;
    font-family: 'Rubrik-Bold';
  }
  .opening-iproc p.opening {
    font-size: 10px !important;
    font-family: 'Rubrik';
  }
   #gap-button {
    display: none;
  }
  .login-bg{
    background-image: url(../images/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%;
  }
  .text-opening {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 0;
    right: 0;
    width:100%;
    height: 70%;
    z-index: -1;
  }
  .text-opening p {
    color:#14519a;
    font-size: 9px;
    font-family: "Rubrik-Medium";
  }
  .opening-title {
    font-size: 24px;
    font-family: "Rubrik-Bold";
  }
  .margin-top {
    margin-top: 78%;
  }
  .btn-white-modified {
    font-size: 10px;
    font-family: 'Rubrik';
    padding:8px 14px;
  }
  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: 0;
    background: transparent;
  }
  .footer-logo img {
    max-width: 20%;
  }
  .loginLogin{
    margin-right: 0 !important;
    padding:0px 40px 0px 0px !important;
  }
  #forgot-btn, #back-login-btn {
    font-size: 10px;
    font-family: 'Rubrik-Bold';
  }
  .form-control {
    padding:12px !important;
  }
  .btn-color{
    font-size: 10px;
  }
  .opening-iproc{
    margin-top: 40%;
  }
  .rowCustom {
    position: fixed;
    top: 18%;
    width: 100%;
    height: 20%;
    background: transparent;
  }
  a.backArrow{
    padding:0px 7px;
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
    text-align:center;
    justify-content: center;
    background:#1b3b75;
  }
  a.backArrow span {
    color:#fff;
  }
  .backArrow{
    margin-left: 5%;
  }
}


@media (min-width:415px) and (max-width:569px) {
  @-ms-viewport{
    width: 550px;
   }
   h2.font-bold {
    font-size: 24px;
    font-family: 'Rubrik-Bold';
  }
  .opening-iproc p.opening {
    font-size: 10px !important;
    font-family: 'Rubrik';
  }
   #gap-button {
    display: none;
  }
  .login-bg{
    background-image: url(../images/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%;
  }
  .text-opening {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 0;
    right: 0;
    width:100%;
    height: 70%;
    z-index: -1;
  }
  .text-opening p {
    color:#14519a;
    font-size: 11px;
    font-family: "Rubrik-Medium";
  }
  .opening-title {
    font-size: 28px;
    font-family: "Rubrik-Bold";
  }
  .margin-top {
    margin-top: 80%;
  }
  .btn-white-modified {
    font-size: 10px;
    font-family: 'Rubrik';
    padding:8px 14px;
  }
  p.helpdesk-eproc {
    font-size: 11px;
    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: 20%;
  }
  .loginLogin{
    margin-right: 0 !important;
    padding:0px 40px 0px 0px !important;
  }
  #forgot-btn, #back-login-btn {
    font-size: 10px;
    font-family: 'Rubrik-Bold';
  }
  .form-control {
    padding:12px !important;
  }
  .btn-color{
    font-size: 10px;
  }
  .loginColumns-d{
    max-width: 100% !important;
    /*max-height: 100%;*/
    padding: 40px 800px 20px 20px;
  }
  .opening-iproc{
    margin-top: 40%;
  }
  .rowCustom {
    position: fixed;
    top: 18%;
    width: 100%;
    height: 20%;
    background: transparent;
  }
  a.backArrow{
    padding:0px 7px;
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
    text-align:center;
    justify-content: center;
    background:#1b3b75;
  }
  a.backArrow span {
    color:#fff;
  }
  .backArrow{
    margin-left: 5%;
  }
}




@media (min-width:769px) and (max-width:949px) {
  @-ms-viewport{
    width: 767px;
   }
   h2.font-bold {
    font-size: 24px;
    font-family: 'Rubrik-Bold';
  }
  .opening-iproc p.opening {
    font-size: 10px !important;
    font-family: 'Rubrik';
  }
  .login-bg{
    background-image: url(../images/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: 23%;
  }
  .logo img.right {
    float: right;
    width: 24%;
  }
  .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 {
    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: 14px;
    font-family: "Rubrik-Medium";
  }
  .opening-title {
    font-size: 42px;
    font-family: "Rubrik-Bold";
  }
  .margin-top {
    margin-top: 60%;
  }
  p.helpdesk-eproc {
    font-size: 14px;
    margin-top: 0;
  }
  .loginLogin{
    margin-right: 0;
    padding:0px 40px 0px 0px !important;
  }
  #forgot-btn, #back-login-btn {
    font-size: 10px;
    font-family: 'Rubrik-Bold';
  }
  .form-control {
    padding:12px !important;
  }
  .btn-color{
    font-size: 10px;
  }
  .loginColumns-d{
    max-width: 100% !important;
    /*max-height: 100%;*/
    padding: 40px 800px 20px 20px;
  }
}

@media only screen and (min-device-width : 570px) 
and (max-device-width : 949px) 
and (orientation : portrait) { 
  @-ms-viewport{
    width: 949px;
   }
  .login-bg{
    background-image: url(../images/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 {
    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: 14px;
    font-family: "Rubrik-Medium";
  }
  .opening-title {
    font-size: 32px;
    font-family: "Rubrik-Bold";
  }
  .margin-top {
    margin-top: 70%;
  }
  .btn-white-modified {
    font-size: 10px;
    font-family: 'Rubrik';
    padding:8px 14px;
  }
  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: 0;
    background: transparent;
  }
  .footer-logo img {
    max-width: 10%;
  }
  .loginColumns-d{
    max-width: 80% !important;
    /*max-height: 100%;*/
    padding: 40px 800px 20px 20px;
  }
  h2.font-bold {
    font-size: 20px;
  }
  .loginLogin{
    padding:0px 0px 0px 0px;
  }
  .opening-iproc{
    margin-top: 10%;
  }
  .marginMobile{
    margin-top: 0%;
    margin-right: 20%;
    margin-left: 15%;
  }
  .opening-iproc p.opening{
    font-size: 14px;
  }
  .rowCustom {
    position: fixed;
    top: 12%;
    width: 100%;
    height: 20%;
    background: transparent;
  }
  a.backArrow{
    padding:0px 0px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align:center;
    justify-content: center;
    background:#1b3b75;
  }
  a.backArrow span {
    color:#fff;
  }
  .backArrow{
    margin-left: 7%;
  }
}

@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(../images/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 {
    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: "Rubrik-Medium";
  }
  .opening-title {
    font-size: 24px;
    font-family: "Rubrik-Bold";
  }
  .margin-top {
    margin-top: 30%;
  }
  .btn-white-modified {
    font-size: 10px;
    font-family: 'Rubrik';
    padding:8px 14px;
  }
  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: 0;
    background: transparent;
  }
  .footer-logo img {
    max-width: 10%;
  }
  .loginColumns-d{
    max-width: 80% !important;
    /*max-height: 100%;*/
    padding: 40px 800px 20px 20px;
  }
  h2.font-bold {
    font-size: 20px;
  }
  .loginLogin{
    padding:0px 0px 0px 0px;
  }
  .opening-iproc{
    margin-top: 10%;
  }
  .marginMobile{
    margin-top: 0%;
    margin-right: 20%;
    margin-left: 15%;
  }
  .opening-iproc p.opening{
    font-size: 14px;
  }
  .rowCustom {
    position: fixed;
    top: 12%;
    width: 100%;
    height: 20%;
    background: transparent;
  }
  a.backArrow{
    padding:0px 0px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align:center;
    justify-content: center;
    background:#1b3b75;
  }
  a.backArrow span {
    color:#fff;
  }
  .backArrow{
    margin-left: 7%;
  }
}



@media only screen and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { 
  @-ms-viewport{
    width: 667px;
   }
  .margin-top {
    margin-top: 30% !important;
  }
  p.helpdesk-eproc {
    font-size: 9px !important;
    margin-top: 0 !important;
  }
  .btn-white-modified {
    font-size: 10px;
    font-family: 'Rubrik';
    padding:8px 14px;
  }
  .loginColumns-d{
    max-width: 80% !important;
    /*max-height: 100%;*/
    padding: 40px 800px 20px 20px;
  }
  h2.font-bold {
    font-size: 20px;
  }
  #login .footer-logo {
    display: none;
  }
  #login p.helpdesk-eproc {
    display: none;
  }
  #forgot .footer-logo {
    display: none;
  }
  .loginLogin{
    padding:0px 0px 0px 0px !important;
  }
  .opening-iproc{
    margin-top: 10%;
  }
  .marginMobile{
    margin-top: 0%;
    margin-right: 20%;
    margin-left: 15%;
  }
  .opening-iproc p.opening{
    font-size: 14px;
  }
  .rowCustom {
    position: fixed;
    top: 12%;
    width: 100%;
    height: 20%;
    background: transparent;
  }
  a.backArrow{
    padding:0px 0px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align:center;
    justify-content: center;
    background:#1b3b75;
  }
  a.backArrow span {
    color:#fff;
  }
  .backArrow{
    margin-left: 7%;
  }
}


@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(../images/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 {
    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: "Rubrik-Medium";
  }
  .opening-title {
    font-size: 24px;
    font-family: "Rubrik-Bold";
  }
  .margin-top {
    margin-top: 30%;
  }
  .btn-white-modified {
    font-size: 10px;
    font-family: 'Rubrik';
    padding:8px 14px;
  }
  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: 0;
    background: transparent;
  }
  .footer-logo img {
    max-width: 10%;
  }
  .loginColumns-d{
    max-width: 80% !important;
    /*max-height: 100%;*/
    padding: 40px 800px 20px 20px;
  }
  h2.font-bold {
    font-size: 20px;
  }
  #login .footer-logo {
    display: none;
  }
  #login p.helpdesk-eproc {
    display: none;
  }
  #forgot .footer-logo {
    display: none;
  }
  .loginLogin{
    padding:0px 0px 0px 0px !important;
  }
  .opening-iproc{
    margin-top: 10%;
  }
  .marginMobile{
    margin-top: 0%;
    margin-right: 20%;
    margin-left: 15%;
  }
  .opening-iproc p.opening{
    font-size: 14px;
  }
  .rowCustom {
    position: fixed;
    top: 12%;
    width: 100%;
    height: 20%;
    background: transparent;
  }
  a.backArrow{
    padding:0px 0px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align:center;
    justify-content: center;
    background:#1b3b75;
  }
  a.backArrow span {
    color:#fff;
  }
  .backArrow{
    margin-left: 7%;
  }
}


@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(../images/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 {
    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: "Rubrik-Medium";
  }
  .opening-title {
    font-size: 24px;
    font-family: "Rubrik-Bold";
  }
  .margin-top {
    margin-top: 26% !important;
  }
  .btn-white-modified {
    font-size: 10px;
    padding:8px 15px;
  }
  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: 0;
    background: transparent;
  }
  .footer-logo img {
    max-width: 10%;
  }
  .loginColumns-d{
    max-width: 80% !important;
    /*max-height: 100%;*/
    padding: 40px 800px 20px 20px;
  }
  h2.font-bold {
    font-size: 20px;
  }
  #login .footer-logo {
    display: none;
  }
  #login p.helpdesk-eproc {
    display: none;
  }
  #forgot .footer-logo {
    display: none;
  }
  .loginLogin{
    padding:0px 0px 0px 0px !important;
  }
  .opening-iproc{
    margin-top: 10%;
  }
  .marginMobile{
    margin-top: 0%;
    margin-right: 20%;
    margin-left: 15%;
  }
  .opening-iproc p.opening{
    font-size: 14px;
  }
  .rowCustom {
    position: fixed;
    top: 12%;
    width: 100%;
    height: 20%;
    background: transparent;
  }
  a.backArrow{
    padding:0px 0px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align:center;
    justify-content: center;
    background:#1b3b75;
  }
  a.backArrow span {
    color:#fff;
  }
  .backArrow{
    margin-left: 7%;
  }
}



@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(../images/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 {
    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: "Rubrik-Medium";
  }
  .opening-title {
    font-size: 24px;
    font-family: "Rubrik-Bold";
  }
  .margin-top {
    margin-top: 27%;
  }
  .btn-white-modified {
    font-size: 10px;
    font-family: 'Rubrik';
    padding:8px 14px;
  }
  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: 0;
    background: transparent;
  }
  .footer-logo img {
    max-width: 10%;
  }
  #login .footer-logo {
    display: none;
  }
  #login p.helpdesk-eproc {
    display: none;
  }
  #forgot .footer-logo {
    display: none;
  }
  .loginLogin{
    padding:0px 0px 0px 0px;
  }
  .opening-iproc{
    margin-top: 10%;
  }
  .marginMobile{
    margin-top: 0%;
    margin-right: 20%;
    margin-left: 15%;
  }
  .opening-iproc p.opening{
    font-size: 14px;
  }
  .rowCustom {
    position: fixed;
    top: 12%;
    width: 100%;
    height: 20%;
    background: transparent;
  }
  a.backArrow{
    padding:0px 0px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align:center;
    justify-content: center;
    background:#1b3b75;
  }
  a.backArrow span {
    color:#fff;
  }
  .backArrow{
    margin-left: 7%;
  }
}


@media only screen and (min-device-width : 412px) 
and (max-device-width : 950px) 
and (orientation : landscape) { 
  @-ms-viewport{
    width: 950px;
   }
  .login-bg{
    background-image: url(../images/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 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 0;
    right: 0;
    width:100%;
    height: 55%;
    z-index: -1;
  }
  .text-opening p {
    color:#14519a;
    font-size: 10px;
    font-family: "Rubrik-Medium";
  }
  .opening-title {
    font-size: 24px;
    font-family: "Rubrik-Bold";
  }
  .margin-top {
    margin-top: 22%;
  }
  .btn-white-modified {
    font-size: 10px;
    font-family: 'Rubrik';
    padding:8px 14px;
  }
  p.helpdesk-eproc {
    font-size: 10px;
    margin-top: 0;
  }
  .footer-logo {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 15%;
    bottom: 0;
    left: 0;
    background: transparent;
  }
  .footer-logo img {
    max-width: 7%;
  }
  .loginColumns-d{
    max-width: 80% !important;
    /*max-height: 100%;*/
    padding: 40px 800px 20px 20px;
  }
  h2.font-bold {
    font-size: 20px;
  }
  #login .footer-logo {
    display: none;
  }
  #login p.helpdesk-eproc {
    display: none;
  }
  #forgot .footer-logo {
    display: none;
  }
  .loginLogin{
    padding:0px 0px 0px 0px;
  }
  .opening-iproc{
    margin-top: 10%;
  }
  .marginMobile{
    margin-top: 0%;
    margin-right: 20%;
    margin-left: 15%;
  }
  .opening-iproc p.opening{
    font-size: 14px;
  }
  .rowCustom {
    position: fixed;
    top: 12%;
    width: 100%;
    height: 20%;
    background: transparent;
  }
  a.backArrow{
    padding:0px 0px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align:center;
    justify-content: center;
    background:#1b3b75;
  }
  a.backArrow span {
    color:#fff;
  }
  .backArrow{
    margin-left: 7%;
  }
}



@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(../images/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 {
    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: "Rubrik-Medium";
  }
  .opening-title {
    font-size: 24px;
    font-family: "Rubrik-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%;
  }
  .loginColumns-d{
    max-width: 80% !important;
    /*max-height: 100%;*/
    padding: 40px 800px 20px 20px;
  }
  h2.font-bold {
    font-size: 16px;
  }
  #login .footer-logo {
    display: none;
  }
  #login p.helpdesk-eproc {
    display: none;
  }
  #forgot .footer-logo {
    display: none;
  }
  .loginLogin{
    padding:0px 0px 0px 0px;
  }
  .opening-iproc{
    margin-top: 10%;
  }
  .marginMobile{
    margin-top: 0%;
    margin-right: 20%;
    margin-left: 15%;
  }
  .opening-iproc p.opening{
    font-size: 14px;
  }
  .rowCustom {
    position: fixed;
    top: 12%;
    width: 100%;
    height: 20%;
    background: transparent;
  }
  a.backArrow{
    padding:0px 0px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align:center;
    justify-content: center;
    background:#1b3b75;
  }
  a.backArrow span {
    color:#fff;
  }
  .backArrow{
    margin-left: 7%;
  }
}


@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: 11px;
    font-family: 'Rubrik';
    padding:8px 14px;
  }
}



.loginColumns{
  max-width: 78% auto;
  /*max-height: 100%;*/
  padding: 100px 20px 20px 20px;
}
.loginColumns-d{
  max-width: 40%;
  /*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:'Rubrik'; 
}

.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);
}

#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: "Rubrik";
}
::-moz-placeholder { /* Firefox 19+ */
  font-family: "Rubrik";
}
:-ms-input-placeholder { /* IE 10+ */
  font-family: "Rubrik";
}
:-moz-placeholder { /* Firefox 18- */
  font-family: "Rubrik";
}

@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;
  }
  .btn-white-modified {
    font-size: 10px;
    font-family: 'Rubrik';
    padding:8px 14px;
  }
}

/* @media (min-width: 900px) and (max-width:1024px) {
  .login-bg{
    background-image: url(../images/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: "Rubrik-Medium";
  }
  .opening-title {
    font-size: 48px;
    font-family: "Rubrik-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%;
  }
  
} */