html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
  color: #555;
}

@media (min-width: 48em) {
  html {
    font-size: 16px;
  }
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
}


body > .container {
  padding: 10px 15px 10px;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.clear {
	clear: both;
	margin-bottom: 20px;
}

label {
    margin-bottom: .2rem;
	font-weight: 500;
}
	
.login-menu {
  margin-bottom: 3rem;
  background-color: #dd001b;
  -webkit-box-shadow: inset 0 -.1rem .25rem rgba(0,0,0,.1);
  box-shadow: inset 0 -.1rem .25rem rgba(0,0,0,.1);
}

/* Nav links */
.nav-link {
  position: relative;
  padding: 1rem;
  font-weight: 500;
  color: #cdddeb;
}

.nav-link:hover,
.nav-link:focus {
  color: #fff;
  background-color: transparent;
}

/* Active state gets a caret at the bottom */
.nav-link.active {
  color: #fff;
}
.nav-link.active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -.3rem;
  vertical-align: middle;
  content: "";
  border-right: .3rem solid transparent;
  border-bottom: .3rem solid;
  border-left: .3rem solid transparent;
}

/* Roberto  */
/* New Login */

body {
    background-color: #e9eff3;
    font-family: Lato;
    color: #343e47;
}

.row-new-login-form {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.new-login-form {
    width: 388px;
    height: 642px;
    background-color: #FFFFFF;
    border-radius: 4px;
    overflow: hidden;
    /* Centrado vertical */
    position: absolute;
    top: 50%;
    margin-top: -321px;
}

.fondo-login-eldisser {
    width: 100%;
}

.welcome-login {
    font-weight: 900;
    text-align: center;
    margin-top: 72px;
    font-size: 30px;
    color: #343E47;
    font-weight: bold;
}

.forgot-password {
    font-weight: 900;
    text-align: center;
    margin-top: 42px;
    font-size: 30px;
    color: #343E47;
}

.div-inputs-login {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.input-login {
    width: 245px;
    border-radius: 2px;
    border: 1px solid #E9EFF3;
    font-size: 15px;
    color: #a9b7c5;
    margin: 0px;
    padding-left: 10px;
    margin-bottom: 1rem;
}

.input-submit-button {
    width: 245px;
    margin-bottom: 14px;
    margin-right: 0px;
    color: #fff;
    border-radius: 2px;
    border: unset;
    height: 35px;
    padding: 0 18px;
    font-weight: bold;
    font-size: 15px;
    background-color: #ff5100;
    cursor: pointer;

}

.forgot-submit-button {
    width: 255px;
    margin-top: -5px;
    margin-right: 0px;
    margin-bottom: 14px;
}

.olvidaste-password {
    font-size: 12px;
    text-decoration: underline;
    color: #343E47;
    cursor: pointer;
    float: right;
    margin-right: 65px;
}

.return-login {
    font-size: 12px;
    text-decoration: underline;
    color: #343E47;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.div-error-message {
    text-align: center;
    height: 35px;
    background-color: #FBDADA;
    margin-top: 53px;
}

.div-error-message-forgot-password {
    text-align: center;
    height: 35px;
    background-color: #FBDADA;
    margin-top: 11px;
}

.p-error-message {
    color: #C02525;
    padding: 6px 0px;
    font-weight: 600;
    font-size: 15px;
    width: 100%;
    text-align: center;
}
