body, html {

    background-repeat: no-repeat;
    background: url("../../src/img/fondopantalla.jpg") no-repeat center center fixed;
    background-size: 100% 100%;
}


.card-container.card {
width: 300px;
height: 350px;
padding: 40px 40px;

}
.card {
background-color: #F7F7F7;
padding: 20px 25px 30px;
margin: 0 auto 25px;
margin-top: 50px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.profile-img-card {

display: block;
margin: 0px 0px 0px 50px;
}
.form{
  padding:20px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
input[type="text"], input[type="password"], input[type="number"], input[type="date"] {
margin-right: 50%;
  width: 200px;
  padding: 20px ;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #435160;
  outline: none;
  color: #6D7781;
  font-size: 20px;
  padding-bottom: 10px;
    transition: width 1s, border-bottom 0.5s;

}
input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="date"]:focus {
  width: 250px;
  border-bottom: 1px solid #66ccff;
}
button {
  float: center;
  margin-top: 20px;
  background: #4d90fe;
  border: 0;
  width: 100%;
  height: 40px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}
button:hover {
  background: #1a8cff;
}
select {
    width: 100%;
    padding: 5px 10px;
    border: none;
    border-radius: 4px;
    background-color: #f1f1f1;
    cursor: pointer;
}
  ul, ol {
      list-style:none;
    }
      .nav > li {
      float:left;
      }
    .nav li a {
      color: #FFF;
      background-color:#66ccff;
      text-decoration:none;
      padding:20px 20px;
      transition: background 0.3s ease-in-out;
      box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, .45);
      }
      .nav li a:hover{
            background: #1a8cff;
      }

      .nav li ul {
      display:none;
      position:absolute;
      min-width:140px;
      }

      .nav li:hover > ul {
      display:block;
      }

      .nav li ul li {
      position:relative;
      }

      .nav li ul li ul {
      right:-140px;
      top:10px;
      }
    td {
      height: 15px;
      width: 100px;
      padding: 20px;
      background-color: #fff;
      max-width: 100px;
    }
