/* Pantalla de login */
div.modal-dialog.delego-default-login, div.modal-dialog.delego-change-pass {
  margin-top: 10%;
  width: 335px;
}

div.modal-dialog.registro {
  margin-top: 30px;
  width: 400px;
}

div.login-header {
  background: currentColor;
  height: 135px;
  text-align: center;
  position: relative;
}

div.welcome-msg {
  color: #fafafa;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35px;
}

img.logo {
    width: 270px; /* you can use % */
    height: auto;
    margin-top: 10px;
}

a.registrar-btn {
  margin-bottom: 2px;
}

div.container.default-login {
  width: 100%; 
}

div.background {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #333333;
  z-index: 10; 
}

a:link {
  color: #11c1f3;
}
a:hover {
  color: #3e6edf;
}

a.registrar-btn:hover {
  color: bisque;
}

body {
  background-image: url(http://www.delego.com.ar/wp-content/uploads/2017/03/home_wallet_bgsection4.jpg);
  background-repeat: no-repeat;
}
body,td,th {
  color: #404040;
}

