#passwordDiv { position:relative; }
#passwordIcon { position:absolute; right:10px; top:10px; width:20px; cursor: pointer;  }

#wrap_log { display: flex; width: 100vw; height: 100vh; background-color: #dddddd; 
    flex-direction: row; align-items: center; justify-content: center; 
}
#logForm { width: 600px; padding: 5rem 2rem; border: 1px solid #ffffff; background-color: #ffffff; }

#log_both { display: flex; }
#log_both > div:first-child { flex: 1; }
#log_both > div:last-child { flex: 1; text-align: right; }

button.log { padding: 0.75em 0em; font-size: 1.2em; font-weight: bold; }
input[type='text'].log, input[type='password'].log { padding: 0.5rem; font-size: 1rem; font-weight: bold; }