/**
* This style sheet was auto-generated by LESS. The LESS style sheet is located in the root/less folder.
**/
* {
  font-family: Calibri, sans-serif;
}
.login {
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-color: #888888;
  border-style: solid;
  padding: 10px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 300px;
}
h3 {
  width: 302px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  text-align: center;
  background-color: #AAAAAA;
  /* IE10 Consumer Preview */
  background-image: -ms-linear-gradient(top, #AAAAAA 0%, #888888 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #AAAAAA 0%, #888888 100%);
  /* Opera */
  background-image: -o-linear-gradient(top, #AAAAAA 0%, #888888 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #AAAAAA), color-stop(1, #888888));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #AAAAAA 0%, #888888 100%);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to bottom, #AAAAAA 0%, #888888 100%);
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-top: 4px;
  padding-right: 12px;
  padding-bottom: 4px;
  padding-left: 12px;
  color: #FFFFFF;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.35);
}
html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
body {
  background-color: #FFFFFF;
}
.login {
  /* IE10 Consumer Preview */
  background-image: -ms-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
  /* Opera */
  background-image: -o-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #CCCCCC));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to bottom, #FFFFFF 0%, #CCCCCC 100%);
}
.branding {
  text-align: center;
  padding: 5px;
  margin-top: 50px;
}
.login input,
.login button {
  margin: 5px;
}
.finePrint {
  text-align: center;
}
/* Custom fonts located in the css/fonts directory */
@font-face {
  font-family: Delicious;
  src: url('fonts/Delicious-Roman.otf');
}
