
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

*{margin:0;padding:0;}

body{
  background:#4B73BA;
  color: #4B73BA;
  font-family:'Open Sans',sans-serif;
text-align: center;
}

.button{
  width:140px;
  background:#4B73BA;
  display:inline-block;
  margin:0 auto;
  margin-top:1%;
  padding:10px;
  text-align:center;
  text-decoration:none;
  color:#fff;
  cursor:pointer;
  transition:background .3s;
  -webkit-transition:background .3s;
}
a {
  color: #576e79;
}
.bigtext {
  font-size: 250%;
font-weight: bold;
}

.button:hover{
  background:#2288bb;
}

#login{
  width:400px;
  margin:0 auto;
  margin-top:8px;
  margin-bottom:2%;
  transition:opacity 1s;
  -webkit-transition:opacity 1s;
}
.boxes {
  width:140px;
  margin:0 auto;
  margin-top:8px;
  margin-bottom:2%;
  transition:opacity 1s;
  -webkit-transition:opacity 1s;
  background:#442d8c;
  padding: 3px;
  float: left;
margin: 5px;
border-radius: 3px;
}
.inner {
  background-color: #FCFDFF;
  height: 90px;
  line-height: 85px;
}
.inner img {
  max-width: 100px;
  max-height: 90px;
}

#body{
  width:800px;
  margin:0 auto;
  margin-top:8px;
  margin-bottom:2%;
  transition:opacity 1s;
  -webkit-transition:opacity 1s;
padding: 0;
}
#body h1{
  background:#3399cc;
  padding:20px 0;
  font-size:140%;
  font-weight:300;
  text-align:center;
  color:#fff;
}

#triangle{
  width:0;
  border-top:12x solid transparent;
  border-right:12px solid transparent;
  border-bottom:12px solid #3399cc;
  border-left:12px solid transparent;
  margin:0 auto;
}

#login h1{
  background:#040404;
  padding:20px 0;
  font-size:140%;
  font-weight:300;
  text-align:center;
  color:#fff;
}
.boxes h1,h2,h3{
  background:#040404;
  padding:5px 0;
  font-size:90%;
  font-weight:400;
  text-align:center;
  color:#fff;
}
form{
  background:#FCFDFF;
  padding:4% 4%;
}

.content{
  background:#FCFDFF;
  padding:2% 4%;
}

input{
  width:100%;
  background:#fff;
  border:1px solid #ccc;
  padding:2%;
  font-family:'Open Sans',sans-serif;
  font-size:95%;
  color:#555;
}

input[type="submit"]{
  width:100%;
  background:#3399cc;
  border:0;
  padding:2%;
  font-family:'Open Sans',sans-serif;
  font-size:100%;
  color:#fff;
  cursor:pointer;
  transition:background .3s;
  -webkit-transition:background .3s;
}
.settings {
	width: 100%;
}
.settings .label {
	padding:2%;
	width: 160px;
}
.settings td {
	padding-bottom: 10px;
	vertical-align: text-top;
}
.settings {
	border-collapse: separate;
}
input[type="submit"]:hover{
  background:#2288bb;
}
#login input[type="username"],input[type="password"] {
	padding:4%;
  margin-bottom:4%;
}
#login input[type="submit"] {
	padding:4%;
}
.error-message {
	color: #c43535;
	text-align: center;
	font-size: 10pt;
	padding-bottom: 15px;
}
textarea {
    width:100%;
	min-height: 150px;
    background:#fff;
    border:1px solid #ccc;
    padding:2%;
	height: auto;
}