
*{

    margin: 0;
    border: 0;
}
body{
    background-color: rgb(0, 0, 0);
    
}


nav{

    padding-left: 100px;
    box-shadow: 20px 20px 20px gray ;
    height: 100px;
    background: rgb(11, 10, 10);
}
.HEAD{

    width: 1140px;
    height:700px;
    background:  url(logo2.png) no-repeat;

}

.formulario{
    top: 70px;
    height: 400px;
    width: 470px;
    position: relative;
    left: 500px;
    right: auto;
    background: rgb(0, 0, 0);
    border-radius: 20px;
    border:0;


}


form{
    
    border-radius: 4px;

}

input{
    display: flex;
    flex-direction: column;
    margin: 20px;
    border-radius:4px;
    position: relative;
    top: 40px;
    height:30px;
    width: 400px;
    box-shadow: none;
    outline:none;
    background-color: #ffffff;
    color:rgb(109, 112, 131) solid;
    border: 2px rgb(94, 89, 106) solid;
    padding: 4px;

    
}

input:focus{
  
    border: 2px rgb(208, 232, 30) solid;
}

.send-btn{
    position: relative;
    bottom: -120px;
    left:378px ;
    height: 20px;
    width:67px;
    border-radius: 2px;
    border:0px;
    display: flex;
    cursor: pointer;
    background: gray;
    
}


footer{
    position: relative;
    background:rgb(44, 44, 96) ;
    top:120px;
    border-radius: 2px;
    height: 100px;
}

.footer-content{
    display: flex;
    position: relative;
    padding: 10px;
    top: 20px;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
h4{
    padding: 2px;
}