/*** Bloque: Ventana login socio ***/
/*.acceso {
  background-color: #fff;
  border: 1px solid #eee;
  /*border-radius: 5px;*/
  box-shadow: 0 2px 8px 2px rgba(0,0,0,.50);
  display: flex;
  flex-direction: column;
  /*height: 800px;*/
  max-height: calc(100vh - 40px);
  max-width: 600px;
  position: fixed;
  top: 50px;
  width: 80%;
  z-index: 5;
  left: calc(50vw - 300px);
font-family: "Roboto", sans-serif;
}*/

/*
.acceso .head {
  align-items: center;
  border-bottom: 4px solid #fbe84d;
  display: flex;
  flex: 0 0 50px;
  justify-content: space-between;
  padding: 0 1rem;
  background-color: #ae3935;
  color: white;
}
*/
/*
.acceso .head .title {
  display: inline-block;
  font-family: "Bebas Neue", sans-serif;
font-size: 1.2em;
  font-weight: 500;
  text-transform: capitalize;
}
*/
/*
.acceso .head .close {
  cursor: pointer;
  font-family: 'segoe ui';
  font-size: 1.6rem;
  position: relative;
  top: -0.2rem;
}
*/

/*
.acceso .body {
  flex: 1;
  padding: 1rem;
  overflow: auto;
  text-align: justify;
}
*/
/*
.acceso .body h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
*/
/*
.acceso .body p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  margin-top: 25px;
}
*/
/*
.acceso .foot {
  align-items: center;
  border-top: 2px solid #48508e;
  display: flex;
  flex: 0 0 2.5rem;
  justify-content: flex-start;
  padding: 0 1rem;
  font-size: 0.8rem;
}
*/
/*
.acceso .foot .btn { margin-left: 10px; }
*/
.acceso:has(.modal-info) {
    width: unset;
    background-color: #edd0cf;
}
/*.acceso.oculta {
    display: none;
}
*/
div#campos-login {
    display: flex;
    flex-direction: column;
    line-height: 2rem;
}

.acceso .form-linea {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 2px 0;
}

.form-linea label {
    width: 25%;
}

.form-linea .cont-input {
  width: 75%;
}

.cont-input .form-control {
  width: 100%;
  font-size: 1rem;
}

.form-linea .check {
  float: left;
  margin-top: 9px;
  margin-right: 9px;
}

/*.submit-login {
    /*width: 100%;*/
    background-color: #454e90;
    color: #fff;
    font-size: 1.2rem;
    margin-top: 1rem;
    border: none;
border-radius: 0px;
}*/

input.radio-inline {
  margin-right: 9px;
}
label.radio-inline {
  margin-right: 1rem;
}

.form-control {
    padding: 4px 6px;
}

span.recuperar {
    cursor: pointer;
    color: #ff0000;
    font-size: smaller;
}