@import "https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i";
/*
 * Specific styles of signin component
 */
/*
 * General styles
 */

:root {
  --color-btn-login: #fffffe;
  --color-btn-login-hover: #fffffe;
}

body,
html {
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(#0091c1, #054377);
  font-family: "Raleway", sans-serif !important;
}

.card-container.card {
  max-width: 425px;
  padding: 20px 20px;
  background-color: transparent;
}

.btn {
  font-weight: 700;
  height: 36px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}

/*
 * Card component
 */
.card {
  border: 0px;
  padding: 20px 25px 30px;
  margin: 0 auto 25px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.card-container.card p {
  color: white;
  margin: 0px 0px 10px 0px;
}

.profile-img-card {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
  font-weight: 500 !important;
  font-size: 13px;
  text-align: center;
  /* margin: 10px 0 0; */
  min-height: 1em;
  color: white;
}

.reauth-email {
  display: block;
  color: #404040;
  line-height: 2;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
  direction: ltr;
  height: 44px;
  font-size: 16px;
}

.form-signin input[type="email"],
.form-signin input[type="password"],
.form-signin input[type="text"],
.form-signin button {
  width: 100%;
  display: block;
  /* margin-bottom: 10px; */
  z-index: 1;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin .form-control {
  height: auto;
}
.input-group-text {
  font-size: 1.3rem;
  border-radius: 4px 0px 0px 4px;
}
.form-signin .form-control:focus {
  border-color: rgb(104, 145, 162);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgb(104, 145, 162);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
  border: 1px solid #fff !important;
  /*background-color: #4d90fe; */
  background-color: rgba(0, 93, 185, 0);
  /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
  padding: 0px;
  font-weight: 700;
  font-size: 14px;
  height: 36px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 5px;
  border: none;
  -o-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
  background-color: rgba(255, 255, 255, 0.2);
  /* color:#005BB7; */
  transition: ease-in-out;
  -webkit-transition: ease-in-out;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.forgot-password {
  color: #ffffff;
  transition: ease-in-out;
  -webkit-transition: ease-in-out;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus {
  color: rgba(255, 255, 255, 0.2);
  transition: ease-in-out;
  -webkit-transition: ease-in-out;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.container-logo-crea-login {
  padding: 8px;
  text-align: center;
  margin: 10px 0px 0px 0px;
}
.center-block {
  margin: auto;
}
.container-recordar-contrasena {
  color: #659cb3 !important;
}

.box-login-wrapper{
  display: flex;
  align-items: center;
  height: 100vh;
}

.container-box-login {
  border-radius: 8px;
  width: 425px; /* Definimos el ancho del objeto a centrar */
  height: auto; /* Definimos el alto del objeto a centrar */
  align-self: center;
  margin: auto 10vh auto auto;   
  /* GLASS */
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(1, 128, 177, 0.1);
  backdrop-filter: blur(5px);
}

@keyframes movelogin {
  from {
    left: 80%;
  }

  to {
    left: 50%;
  }
}
@keyframes moveloginreverse {
  from {
    left: 50%;
  }
  to {
    left: 80%;
  }
}

.icono:hover {
  color: rgba(255, 255, 255, 0.2) !important;
  font-size: 40px !important;
}
.container {
  width: 100% !important;
  padding: 0px !important;
}

.responsive {
  width: 105vw !important;
  height: 100vh !important;
}

@media (max-width: 769px) {
  .container-box-login {
    margin: auto
  }
}
@media (max-width: 1020px) {
  
  #myCarousel {
    display: none;
  }
  
}
@media (min-width: 1020px) {
  
  .container {
    max-width: none;
  }
}

.colores {
  color: #ffffff;
}

.toggle_radio {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  margin: 0px 4px 10px 4px;
  overflow: hidden;
  padding: 0 !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  height: 26px;
  width: 318px;
}
.toggle_radio > * {
  float: left;
}
.toggle_radio input[type="radio"] {
  display: none;
  /*position: fixed;*/
}
.toggle_radio label {
  /*font: 90%/1.618 "Source Sans Pro";*/
  color: rgba(255, 255, 255, 0.9);
  z-index: 0;
  display: block;
  width: 100px;
  height: 20px;
  margin: 0px 3px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer;
  z-index: 1;
  /*background: rgba(0,0,0,.1);*/
  text-align: center;
  /*margin: 0 2px;*/
  /*background: blue;*/ /*make it blue*/
}
.toggle_option_slider {
  /*display: none;*/
  /*background: red;*/
  width: 100px;
  height: 20px;
  position: absolute;
  top: 2px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#first_toggle:checked ~ .toggle_option_slider {
  background: rgba(255, 255, 255, 0.3);
  left: 3px;
}
#second_toggle:checked ~ .toggle_option_slider {
  background: rgba(255, 255, 255, 0.3);
  left: 109px;
}
#third_toggle:checked ~ .toggle_option_slider {
  background: rgba(255, 255, 255, 0.3);
  left: 215px;
}
.carousel-login > .row > .item {
  position: fixed;
  top: 0;
  margin: 0% -100% 0% 100%;
  animation: hide-image 500ms 1 forwards linear;
}
.carousel-login > .row > .item.active {
  animation: show-image 500ms 1 forwards linear;
}
@keyframes show-image {
  from {
    margin: 0% -100% 0% 100%;
  }
  to {
    margin: 0%;
  }
}

@keyframes hide-image {
  from {
    margin: 0%;
  }
  to {
    margin: 0% 100% 0% -100%;
  }
}

.input-group {
  flex-wrap: inherit;
}
.wrapper{
  min-width: 320px;
}

.container-session {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.error-session {
 
  border-radius: 10px;
  padding: 20px; /* Espaciado interno */
  box-shadow: 0 0 10px  rgba(110, 51, 174, 0.5);
  max-width: 500px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.error-session h1,
.error-session p,
.error-session a {
  margin: 10px 0;
  color: white;
}

.error-session h1,
.error-session p,
.error-session a {
  margin: 10px 0;
  color: white;
}

.btn-primary-session {
  color: var(--white-color);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  padding: 0.5rem 1rem;
}

.btn-primary-session:hover {
  color: var(--primary-color);
  background-color: var(--white-color);
  border: 1px solid var(--primary-color);
}
.btn.btn-secondaryIP {
  /*border: 0px solid #FFCB0C !important;*/
  /*background-color: #4d90fe; */
  background-color: #EBEBEB;
  /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
  padding: 5px;
  font-weight: 400;
  font-size: 14px;
  height: 36px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 5px;
  border: none;
  -o-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
  color: black;
}