.forms {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#form1 input:not([type="submit"]), #form1 textarea, #form2 input:not([type="submit"]), #form2 textarea {
    background: transparent!important;
}

#form1 input[type="file"], #form2 input[type="file"] {
    opacity: 1!important;
    color: white!important;
}

input[type="button" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
    color: white!important;
    opacity: 1!important;
}