:root{
  main-bg-image: url("../../images/registro/back_negro.png");
  header-bg-image: url("../../images/registro/back_negro.png");

}
body {
  /* background-image:  var(main-bg-image); */
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 101%;
  background-color: #F5F6FA;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  font-weight: 300;
  margin: 0 auto !important;
}

/* css registro */
form label, p {
  font-weight: 500;
}

.fileinput-filename {
  font-weight: bold;
}

.login-register{
  position: relative !important;
  /* padding-top: 15%; /*fixed*/
  /* padding-top: 15%; */
  /* padding-bottom: 0%; */
}

.login-box{
  width: 60% !important;
  border: 0px solid red;
  /* margin-bottom: 0px; */
  /* padding: 15px; */
}

.flags-container{
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 2;
}
.flags-container a img{
  /* border-radius: 0 0 15% 15%; */
  border-radius: 15%;
}

.topbar {
  width: 100%;
  background-image: url("../../images/registro/Banner-telarania.png");
  background-size: cover; /* Ajusta la imagen de fondo para cubrir todo el contenedor */
  background-position: center; /* Centra la imagen de fondo */



  /* background: #010A2C; */
  /* background-image: url(var(--main-bg-image));
  background-position: center center;
  background-repeat: no-repeat;  width: 100%; */
  /* position: fixed; */
/*  background-color: #d5e5ed; */

  /* z-index: 2; */
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.navbar-mobile{
  display: none;
}

.btn-primary{
  background-color: #17428a;
  border-color: #17428a;
  color: #FFFFFF;
}

.btn-primary:hover{
  background-color: #00BBD4;
  border-color: #00BBD4;
}

.btn-green{
  /* background-color: #27ae60 !important; */
  background-color: #2ecc71 !important;
  border: #2ecc71 !important;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s;
  padding-right: 30px !important;
}

.format-text{
  font-weight: bold !important;
  text-transform: uppercase;
}

.select2-dropdown{
  width: max-content !important;
  max-width: 350px;
}

select#officePhoneDialCode + span.select2,
select#cellPhoneDialCode + span.select2{
  width: max-content !important;
  max-width: 100px !important;
}

.logo-imin-blue-mobile{display: none;}

.rold-kidney{
  position: fixed;
  right: -98px;
  width: 410px;
  z-index: -1;
  height: 100vh;
  bottom: 0px;

}
.rold-kidney-izq {
    position: fixed;
    bottom: -30px;
    left: -30px;
    width: 251px;
    z-index: -1;
}



@media only screen and (max-width: 320px) {
  .login-box{ width: 90% !important;}
  .login-register{ /*padding-top: 30%;*/ padding-top: 15%;}

  .logo-imin-blue-mobile{display: block;}
  .logo-imin-blue-desktop{display: none!important;}
  .rold-kidney{width: 200px;}
}

@media only screen and (min-width: 321px) and (max-width: 767px) {
  body {
    background-image: var(main-bg-image);
    background-size: cover;
    background-position: left;
  }

  .login-register{ /*padding-top: 25%;*/   padding-top: 15%; }
  .login-box{ width: 90% !important;}

  .logo-imin-blue-mobile{display: block;}
  .logo-imin-blue-desktop{display: none !important;}
  .rold-kidney{width: 240px;}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login-register{ /*padding-top: 25%;*/  padding-top: 5%;}
  .login-box{ width: 75% !important;}
  .rold-kidney{width: 480px;}
}

@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
  .rold-kidney{width: 280px;}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .login-register{ /*padding-top: 20%;*/ padding-top: 10%;}
  .rold-kidney{width: 320px;}
}

/* ::-webkit-scrollbar { display: none; }
::-moz-scrollbar { display: none; } */

/* end css registro */


#blur {
  top:0;
  width:100%;
  height:100vh;
  z-index:10;
  text-align: center;
  position: fixed;
}
#blur .blur-container{
  padding-top: 20%;
}
#blur .blur-container h1{
  color: blue;
}
#blur .blur-container h2{
  color: red;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  #blur {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.5);
  }


}

@media screen and (max-width: 767px) {
.card-body {
      margin-top: 4rem;
  }
  .responsive-card-ensimacard{
    margin-top: 8rem;
  }

}
@media screen and (max-width: 467px) {
  /* .margint-top-responsive{
    margin-top:.5rem;

  } */
  .form-check-inline+.form-check-inline {
    margin-left:0 !important;
  }

}
