@charset "UTF-8";

  /* Element selectors */
body {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}

header {
	width: 100%;
	height: 10%;
	background-color:#717070;
	border-bottom: 2px solid #fafafa;
	border-style: inset;
}

ul {
	list-style-type: none;
	margin: 10px;
	padding: 0;
}

li a {
	display: block;
	width: 360px;
	background-color: #fafafa;
}

footer {
	display: inline-block;
} 

    /* Class selectors */
.tagline {
	margin-top: 20px;
	line-height: 22px;
	color:white;
	font-family: 'Segoe UI', Georgia, sans-serif, Arial, sans-serif;
}

.bigbutton{
	border:2px solid;
	border-color:rgb(8, 196, 248); 
	margin:2px;
	width: 30%;
	height: 100px;
	padding: 0;
	font-size: 32px;
	font-weight: lighter;
	font-family: 'Segoe UI', Georgia, sans-serif, Arial, sans-serif;
	background-color: #B3B3B3;
}

.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #B3B3B3;
	padding-top: 30px;
	padding-bottom: 30PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}

.break{
	flex-basis: 100%;
	height: 10px;
  }
  
  input[type=password] {
    width: 200px;
    margin: 8px 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
    height: 24px;
  }

  textarea {
    width: 400px;
    margin: 8px 0;
    border-radius: 4px;
    border: 1px solid #ccc;
  }
  
  .container{
    margin: 50%;
    width: 500px;
  }
  .center {
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
  #pwform{
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    width: fit-content;
  }


  #pwform{
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    width: fit-content;
  }

