


body {
    font-family: Arial, Helvetica, sans-serif;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 30px;
    border-color: #000000;
}


body{
    background-image: url(Imagenes/fondocon.png);
    background-size: cover;

}

.logo{
   
    position: absolute;
    left: 100px;
    top: 10px;
   

    
}
.logo2{
   
    position: absolute;
    left: 540px;
    top: 15px;
   

    
}



form {
    
    padding: 50px 55px;
    box-shadow: 0 0 20px rgb(252, 0, 0);
    border-radius: 50px;
    text-align: center;
    width: 440px;
    border-color: #50e04b;
    border-width: 300px;
    background-color: white;

}

.input-group {
    display: flex;
    flex-direction: column;
    text-align: left;
    background-color:white;
}

h2 {
    color: #000000;
    font-size: 25px;
}

label {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

input, textarea {
    padding: 17px 25px;
    border-radius: 25px;
    margin-bottom: 20px;
    background-color: #ded36e;
    border: 2px solid #828782;
    border-color: white;
    color: #000000;
    outline: none;

}

input::placeholder, textarea::placeholder {
    color: #000000;
}


.form-txt {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    text-align: center;

}

.form-tx a{
    color: #090909;
    font-size:14px ;
    font-weight: 600;
    text-decoration: none;
}

.btn {
    font-size: 16px;
    color: #000000;
    border: 0;
    border-radius: 25px;
    background-color: #51d94c;
    box-shadow: 0 0 20px rgba(25, 254, 0, 0.4);
    cursor: pointer;
}

.btn:hover {
    background-color: #50e04b;
}



    




























@media (max-width: 991px){

    body {
        padding: 30px;
    }
    form {
        padding: 50px 30px;
        width: 100%;
    }
    input {
        padding: 15px 15px;
    }
    .logo {
       display: none;
            
    }
    .logo2{
        position: absolute;
        z-index: 10;
        left: 50px;
        top: 60px;
    }



}