body {
    font-family:sans-serif;
    margin: 0;
    background-image: url(img/fondoo.jpg);
    background-size: cover;
    background-attachment: fixed;
    
}


header {
    width: 98%;
    height: 130px;
    display: flex;
    overflow: hidden;
    background:#29C13D;
    margin-right: auto;
    margin-left: auto;
    top:0;
    left:0;
    right:0;
}


header p{
    text-decoration: none;
      color: #1a2537;
    font-weight: 600;
}

header a{
    text-decoration: none;
}

header a:hover{
     color: #33DA00;
}

header .nav{
    font-family:monospace;
    width:500px;
    margin-top:5px;
    padding: 10px;
    display:flex;
    align-items:center;
    justify-content: space-between;
}

header nav a{
    border-radius: 2%;
    background-color:#29C13D;
    text-decoration: none;
    padding:6px 10px;
    margin-left: 5px;
    line-height: normal;
    font-size: 25px;
    font-weight: bold;
    -webkit-transition:all 300ms ease;
    -transition:all 300ms ease;
    transition:all 300ms ease;
    
}

header nav a:hover{
    background: #e6e6e6;
    border-radius: 50px;
}

.sesion{
    width:100px;
    margin-top:50px;
    margin-left: 70px;
    margin-right:10px;
    float:right;
    font-size:12px;
    text-align: center;
}

header h1{
    font-family:monospace;
    Color:#084D11;
    font-size: 50px;
}

.h1{
    width:300px;
    text-align: left;
    margin-left: 30px;
    margin-top:5px;
    margin-right:50px;
}

.banner{
    width:300px;
    height: 130px;
    padding:6px;
}

* {
    box-sizing: border-box;
}

.contenedor{
    width: 100%;
    padding: 15px;
}
.formulario{
    background: #fff;
    margin-top: 60px;
    margin-bottom: 50px;
    padding: 3px;
}

h2{
    text-align: center;
    color: #28991A;
    font-size: 35px;
}

input[type="text"],
input[type="password"]{
    font-size: 20px;
    width: 82%;
    padding: 10px;
    border: none;
}
.input-contenedor{
    margin-bottom: 15px;
    border: 1px solid #aaa;
}
.icon{
    min-width: 50px;
    text-align: center;
    color: #999;
}

.button{
    border: none;
    width: 100%;
    color: white;
    font-size: 20px;
    background:  #00C255;
    padding: 15px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.button:hover{
    background: cadetblue;
}

p{
    text-align: center;
}

.link{
    text-decoration: none;
      color: #1a2537;
    font-weight: 600;
}

.link:hover{
     color: cadetblue;
}

@media(min-width:768px)
{
    .formulario{
        margin: auto;
        width: 600px;
        margin-top: 60px;
        border-radius: 2%;
    }
}




























