.input-group-addon{
  background-color: #fff;
  border: 0;
}

#id-group .input-group-addon{
  padding: 0;
}

.login-container{
  max-width: 600px;
}

.div-input{
  border: 1px solid #ccc;
  border-radius: 4px;
}

.div-input input{
  border: 0;
}

#id-group select,
.login-input {
    height: 63px !important;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #337A6D !important;
}

.login-input::placeholder{
    color: #337A6D !important;
}

.li-up{
    border-radius: 4px 4px 0 0 !important;
}

.li-down{
    border-radius: 0 0 4px 4px !important;
    border-top: none !important;
}

.ico-usr{
    display: block;
    position: absolute;
    background: url("../imgs/usuario.svg") no-repeat;
    width: 34px;
    height: 34px;
    margin: 14px 0 0 5px;
}

.ico-pwd{
    display: block;
    position: absolute;
    background: url("../imgs/contrasena.svg") no-repeat;
    width: 34px;
    height: 34px;
    margin: 14px 0 0 5px;
}

/* Fin de login inputs */
