.loginwindow { width: 600px; height: 400px; position: fixed; top: 50%; left: 50%; margin-left: -300px; margin-top: -200px; z-index: 1; background-color: transparent; }
.loginbox { width: 550px; height: 350px; position: fixed; top: 50%; left: 50%; margin-left: -275px; margin-top: -175px; z-index: 2; background-color: transparent; text-align: center;}
.logininput { width: 100%; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; padding: 12px 20px; margin: 8px 0; }
.logininputsubmit { width: 100%; background-color: gray; color: white; border: none; border-radius: 4px; box-sizing: border-box; padding: 14px 20px; margin: 8px 0; }
.logininputsubmit:hover { background-color: darkgray; }
.loginavisobox { width: 100%; display: inline-block; border: 1px solid black; border-radius: 4px; box-sizing: border-box; padding: 12px 20px; margin: 8px 0; }
.loginavisotext { color: black; }
.link { color: #636b6f; padding: 0 25px; font-family: 'Nunito', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: .1rem; text-decoration: none; text-transform: uppercase; }
.link:hover { color: #99ddff; }
a { font-family: 'Nunito', sans-serif; color: black;}