
body {
    background-color: burlywood;
    background-image: url("spanishlogo2.png");
    background-size: 5%;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    min-height: 5vw;
     display: flex;
    align-items: center;
    justify-content: center;
       
}

form {
    margin-top: 5vw;
    display: inline-table; 
    align-items: center;
    align-content: center;
    background-color: rgb(94, 54, 158);
    background: rgba(0,0,0,0,4);
    padding: 3vw 5vw;
    box-shadow: 7px 7px 7px black;
    border-radius: 20px;
    text-align: center;
    background: rgba(0,0,0,0,4);
    width: 25vw;
   
}

.input-group {
    display: flex;
    flex-direction: column;
    text-align: left;
}

h2 {
    color: chartreuse;
    font-size: 5vw;
    text-align: center;
    text-shadow: 7px 7px 7px black;
    margin-bottom: 2vw;
}

label {
    color: #08e43f;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

input, textarea {
    padding: 17px;
    border-radius: 25px;
    margin-bottom: 20px;
    background-color: #EDFFF0;
    border: 2px solid #F0FAF1;
    color: #283629;
    outline: none;
}

input::placeholder, textarea::placeholder {
    color: #b5cab5;
}

.form-txt {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.form-txt a {
    color: #76b28e;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.btn {
    background: #31384a;
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    color: rgb(94, 54, 158);
    font-weight: bolder;
    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: #50E048;
}

.button {
    padding: 15px;
    background: #31384a;
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bolder;
    color: rgb(94, 54, 158);
    border: 0;
    border-radius: 25px;
    background-color: #51D94C;
    box-shadow: 0 0 20px rgba(25, 254, 0, 0.4);
    cursor: pointer;
}

.button:hover {
    background-color: #50E048;
}



@media(min-width:30px){
    body {
        padding: 50px;       
    }

    form {
        padding: 50px 30px;
         width: 40vw;
    }

    input {
        padding: 15px;
    }
}

span {
    display: grid;
    justify-content: baseline;
    justify-content: center;
    justify-items: center;
}
.logos {
    width: 5vh;
    margin-bottom: 1vw;
    margin-left: 1vw;
} 
.back {
    background-color: #08e43f;
    color: rgb(94, 54, 158);
    font-family: 'Times New Roman', Times, serif;
    font-weight: bolder;
    border-radius: 5px 5px 5px;
    width: 8vh;
    padding: 0px;
    margin-left: 1vw;
    cursor: pointer;
}

