

body {
    background-image: url("../img/bodyimg.jpg");   
      font-family: Helvetica, Arial, sans-serif, "Franklin Gothic Medium",
    "Arial Narrow", Arial, sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.contenedorL {
    display: flex;
    width: 35%;
    border-color: black;
    border-width: 0.5%;
    border-style: double;
    margin: 0 auto;
    margin-top: 9%;
    margin-left: 30%;
    background: rgba(255, 255, 255, 0.736);
    position: absolute;
}

.cardL {
    width: 100%;
    padding: 1%;
    background: rgba(43, 51, 53, 0.858);
    margin-left: 2%;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-right: 2%;
    border-radius: 5% ;
    border-style: groove;
    
}
.labelUserEmail{
    color: white;
}
.labelPassword{
    color: white;
}

.divUser {
    margin-top: 2%;
}

.divPass {
    margin-top: 7%;
}

.cardL .btnlogin {
    width: 100%;
    height: 40px;
    margin-top: 5%;
}

.btnlogin:hover {
    background: #68eb8d;
}