.ft-montserrat {
  font-family: 'Montserrat', sans-serif;
}

#main {
  margin-top: 100px;
}

#mainInput {
  margin-top: 20px;
}

#forgotPassword {
  cursor: pointer;
  font-weight: bold;
  color: #121766;
  font-size: 15px;
  float: right;
}

#login {
  margin-top: -60px;
}

#nuevoUserRegister,
#selectGender {
  font-family: 'Montserrat', sans-serif;
}

#nuevoUserRegister {
  background-color: #ff7083;
  min-height: 38px;
}

#buttonGuest {
  background-color: #78838e;
  min-height: 38px;
}

#buttonFacebook {
  background-color: #121766;
  min-height: 38px;
}

#endBottom {
  margin-bottom: 20px;
}

#newWithUs {
  margin-top: 15px;
  font-weight: bold;
}

#createAccount {
  color: #58C7F7;
  font-weight: bold;
  font-size: 15px;
}

#buttonReset {
  background-color: #C73719;
  border: 2px solid #C73719;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
}

#volverLogin {
  background-color: #121766;
  border: 2px solid #121766;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
}

#backToLoginRegister {
  background-color: #121766;
}

#botonRecupero {
  background-color: #ba1e1e;
  border: 2px solid #ba1e1e;
  color: #FFFFFF;
  border-radius: 5px !important;
  transition: 1.2s;
  font-size: 12px;
  width: 47%;
}

#botonRecupero:hover {
  background-color: white;
  color: #ba1e1e;
  border: 2px solid #ba1e1e;
  transition: 1.2s;
}

#backToLogin {
  background-color: #121766;
  border: 2px solid #121766;
  color: #FFFFFF;
  border-radius: 5px;
  transition: 1.2s;
  font-size: 12px;
  width: 47%;
}

#backToLogin:hover {
  background-color: white;
  color: #121766;
  border: 2px solid #121766;
  transition: 1.2s;
}

#loginButton {
  background-color: #121766;
  border: 2px solid #121766;
  color: #FFFFFF;
  border-radius: 5px;
  transition: 1.2s;
}

#loginButton:hover {
  background-color: white;
  color: #121766;
  border: 2px solid #121766;
  transition: 1.2s;
}

#loginMensaje {
  padding-bottom: 10px;
}

#selectGender {
  border: 0;
  border-bottom: #FFF370 2px solid;
  text-transform: uppercase;
}

.mantainaceWeBack {
  font-size: 35px;
  font-weight: bold;
}

.inputLogin {
  border: 0;
  border-bottom: 2px solid #121766;
  border-radius: 0px;
}

@media only screen and (max-width: 350px) {
  .loginResponsiveDesktop {
    width: 330px;
  }
}

@media only screen and (min-width: 350px) {
  .loginResponsiveDesktop {
    width: 330px;
  }
}

@media only screen and (min-width: 400px) {
  .loginResponsiveDesktop {
    width: 380px;
  }
}

@media only screen and (min-width: 450px) {
  .loginResponsiveDesktop {
    width: 430px;
  }
}

@media only screen and (min-width: 500px) {
  .loginResponsiveDesktop {
    width: 480px;
  }
}

@media only screen and (min-width: 576px) {
  .loginResponsiveDesktop {
    width: 500px;
  }
}

@media only screen and (min-width: 768px) {
  .loginResponsiveDesktop {
    width: 400px;
  }
}

@media only screen and (min-width: 992px) {}

@media only screen and (min-width: 1200px) {
  .loginResponsiveDesktop {
    width: 700px;
  }

  .iti {
    display: block !important;
  }

  #solicitarNuevoInicioBox {
    width: 450px;
  }
}

.elemento {
  background-image: url(asset('images/backgrounds/logoIndex.png'));
  height: auto;
  background-size: 100% 100%;
}

.mostrarPasswordLogin {
  position: absolute;
  margin-top: -31px;
  right: 0;
  margin-right: 49px;
  color: #121766;
  font-weight: bold;
  border: 0;
  font-size: 19px;
  background-color: initial;
}

.modalHeaderCP {
  background-color: #121766;
  color: #FFFFFF;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.completePassword {
  color: #C73719;
  font-size: 15px;
  position: absolute;
  left: 0;
  margin-left: 20px;
  margin-top: -14px;
}

.positionButtonForgot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.completePasswordForgot {
  color: #C73719;
  font-size: 15px;
  position: absolute;
  left: 0;
  margin-left: 44px;
  margin-top: -10px;
}

.swal2-styled.swal2-confirm {
  border: 0 !important;
  background: initial;
  background-color: #121766 !important;
  color: #fff !important;
  font-size: 21px !important;
  border-radius: 8px !important;
  padding: 20px !important;
}

#button{
  display:block;
  margin:20px auto;
  padding:10px 30px;
  background-color:#eee;
  border:solid #ccc 1px;
  cursor: pointer;
}
#overlay{	
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}

.mostrarPassword {
  position: absolute;
  right: 0;
  color: #121766;
  font-weight: bold;
  border: 0;
  font-size: 19px;
  z-index: 99999;
  background-color: initial;
}

.flexboxSpinner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
}

.lds-dual-ring.hidden {
  display: none;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 5% auto;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .8);
  z-index: 999;
  opacity: 1;
  transition: all 0.5s;
}

.hidden {
  display: none;
}