@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

/* Reset css start */

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: inline-block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

/* Reset css end */

body {
  font-family: 'Mulish', sans-serif;
  color: #184068;
}

.align-centre {
  text-align: center;
}

.container {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
}

.login-page {
  width: 985px;
  margin: 75px auto;
}

.login-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.header-text {
  font-size: 30px;
  font-weight: 700;
  color: #184068;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 4px 12px;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #FF6242;
  border-radius: 1.875rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.login-box {
  display: flex;
  background-color: #F4F7F9;
  border-radius: 30px;
}

.login-box .login-form {
  width: 650px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 50px 100px;
  flex: 1;
}

.login-form .form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.form-group .form-label {
  font-size: 20px;
  font-weight: 700;
  color: #184068;
}

.login-form .form-control {
  width: 274px;
}

.login-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px;
}

.registro-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 48px;
}

.btn-orange {
  position: relative;
  right: 45px;
  height: 45px;
  background: #FF6242;
  padding: 6px 25px 6px 25px;
  border-radius: 100px;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}

.btn-orange:after {
  position: absolute;
  top: 0;
  right: -45px;
  content: '';
  width: 45px;
  height: 45px;
  background-color: #FF6242;
  background-image: url(../img/arrow-forward.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}

.btn-blue {
  position: relative;
  right: 20px;
  height: 45px;
  background: #14304D;
  padding: 6px 25px 6px 25px;
  border-radius: 100px;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}

.btn-blue:after {
  position: absolute;
  top: 0;
  right: -45px;
  content: '';
  width: 45px;
  height: 45px;
  background-color: #14304D;
  background-image: url(../img/arrow-forward.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}

.btn-link {
  font-size: 16px;
  font-weight: 700;
  color: #184068;
  text-decoration: underline;
  cursor: pointer;
}

.footer {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.footer .footer-txt {
  font-size: 16px;
  font-weight: 400;
  color: #184068;
  margin-left: 386px;
}

.info-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 80%;
  margin: 20px auto 0;
  text-align: center;
}

.info-text p {
  font-size: 12px;
  line-height: 16px;
  color: #184068;
}

.page {}

.page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0 30px 0;
}

.page-body {
  display: flex;
}

.side-bar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 315px;
  height: 722px;
  padding: 20px;
  border-radius: 0rem 1.875rem 1.875rem 0rem;
  background: #F4F7F9;
}

.page-content {
  padding-left: 20px;
  flex: 1;
}

.content-head {
  display: flex;
  justify-content: space-between;
}

.user-info h4 {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

.user-info h4 span {
  font-weight: 700;
}

.image-wrap {
  text-align: center;
  padding: 120px;
}

.image-wrap img {
  display: inline-block;
}

.iso-logo {
  mix-blend-mode: multiply;
}

.imput-font {
  font-size: 11px;
  font-weight: bold;
}

.option {
  font-size: 10px;
  font-weight: bold;
}

.boton {
  font-size: 10px;
  color: #FFFFFF;
  font-family: Verdana, Helvetica;
  font-weight: bold;
  background-image: url(../img/boton.png);
  background-repeat: no-repeat;
  border: 0px;
  width: 145px;
  height: 26px;
}

.boton-white {
  font-size: 10px;
  color: #FFFFFF;
  font-family: Verdana, Helvetica;
  font-weight: bold;
  background-image: url(../img/boton-white.png);
  background-repeat: no-repeat;
  border: 0px;
  width: 145px;
  height: 36px;
}

div#rectangulo-1 {
  background: url(../img/rectan-1.jpg) 0 0 no-repeat;
  padding-left: 20px;
  padding-right: 20px;
}


div#rectangulo-2 {
  background: url(../img/rectan-2.jpg) 0 100% repeat-x;
  background-position: top;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  height: 30px;
  width: 373px;
}


div#rectangulo-3 {
  background: url(../img/rectan-3.jpg) 100% 0 no-repeat;
  text-align: right;
}


div#cuadro-1 {
  background: url(../img/cuadro-banco-1.png) no-repeat;
  padding: 30px 0px;
}


div#cuadro-2 {
  background: url(../img/cuadro-banco-2.png) 0px 10px repeat-y;
  padding: 10px 30px 10px;
}


div#cuadro-3 {
  background: url(../img/cuadro-banco-3.png) 0px 100% no-repeat;
  width: 536px;
  position: absolute;
  left: 259px;
  top: 142px;
}

.d-none{
  display: none;
}

.not-found-error p{
  text-align: center;
  padding-bottom: 20px;
  font-size: 25px;
  line-height: normal;
  font-weight: 500;
}



.register-btn{
  margin: 0 auto;
}

.login-page .login-box .login-form .form-group select{
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../img/drop-down-icon.svg);
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 7px;
  padding-right: 2rem;
  background-color: #FFF;
}

@media (max-width: 1024px) {
   .login-page{
    max-width: 100%;
  }
   .login-box .login-form{
    padding: 20px;
  }
}

@media (max-width: 767px) {

  .not-found-error p{
    padding-top: 20px;
  }
  .back-btn{
    padding-left: 5px;
  }
  .form-group .form-label{
    padding-bottom: 3px;
  }
  .form-control{
    height: 41px;
  }
  .footer{
    padding: 20px;
    margin-top: 0;
  }
  .d-sm-none{
    display: none;
  }
  .d-sm-block{
    display: block;
  }
  .login-container{
    padding: 0;
  }
   .login-page{
    margin-top: 20px;
  }

   .login-page .login-header{
    flex-direction: column;
  }

   .login-page .login-header .header-text{
    font-size: 20px;
  }

   .login-page .login-box{
    flex-direction: column;
  }

   .login-page .login-box .login-img img{
    width: 100%;
  }

   .login-page .login-box .login-form{
    width: 100%;
    padding-bottom: 55px;
  }

   .login-page .login-box .login-form .form-group{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
   .login-page .login-box .login-form .form-group> div{
    width: 100%;
  }

   .login-page .login-box .login-form .form-group select{
    width: 100%;
    max-width: 100%;
  }

   .login-page .login-box .login-form .form-group input{
    width: 100%;
    max-width: 100%;
  }

   .login-page .login-box .login-form .login-footer{
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }

   .login-page .login-box .login-form .login-footer button{
    left: 0;
    top: 20px;
  }

  .btn-link{
    font-size: 19.59px;
  }

   .login-page .footer .footer-txt{
    margin-left: 10px;
    font-size: 19.59px;
  }
}