<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("Montana_Regular/stylesheet.css");
body {
	margin: 0px;
	font-family: "Montana Regular";
}
h1, h2, h3, h4, h5, h6, a {
  margin:0; padding:0;
}
.login {
  margin:0 auto;
  max-width:500px;
}
.login-header {
	color: #666666;
	text-align: center;
	font-size: 30px;
}
.login-header h1 {

}
.login-form {
	border: 2px solid #999;
	background: #68c7fd;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #000;
}
.login-form h3 {
  text-align:left;
  margin-left:40px;
  color:#fff;
}
.login-form {
  box-sizing:border-box;
  padding-top:15px;
  margin:50px auto;
  text-align:center;
	overflow: hidden;
}
.login input[type="text"],
.login input[type="password"] {
  width: 100%;
	max-width:400px;
  height:30px;
  font-family: 'Ubuntu', sans-serif;
  margin:10px 0;
  border-radius:5px;
  border:2px solid #f2f2f2;
  outline:none;
  padding-left:10px;
      border: 2px solid  #000;
}

.btn-submit
{
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 40px;
	font-weight: normal;
	border-radius: 0px;
	letter-spacing: 1px;
	color: #333;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin-top: 25px;
	border: 2px solid #333;
}

.btn-submit:hover {
	background: #666666;
}


@media only screen and (min-width : 150px) and (max-width : 530px){
  .login-form h3 {
    text-align:center;
    margin:0;
  }
  .sign-up, .no-access {
    margin:10px 0;
  }
  .login-button {
    margin-bottom:10px;
  }
}
</pre></body></html>