You need to select input elements if you want to adjust its size
.homeform input[type="email"], .homeform input[type="password"] {
position:relative;
width:50%;
}
if you want the submit button to be changed as well, you can simply shorten the above to the next
.homeform input {
position:relative;
width:50%;
}
which will resize all input elements in elements with an attribute class="homeform".
. , - , . (: min-width )