body {
  background-color: lightblue;
}

h1 {
  color: white;
  text-align: center;
}

p {
  font-family: verdana;
  font-size: 20px;
}
input {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

label {
    font-weight: bold;
}
a {
    text-decoration: none;
}
.login {
  display: grid;
  place-items: center;
  height: 100vh;
}
.user {
  display: grid;
  place-items: center;
  height: 20vh;
}
#logframe {
	width:200%; 
	height:400px; 
	border:1px solid #ccc;
	display: block;
	border-style:none;
}
