/**
* +--------------------------------------------------------------------+
* | This Squiz Matrix CMS file is Copyright (c) Squiz Pty Ltd          |
* | ABN 77 084 670 600                                                 |
* +--------------------------------------------------------------------+
* | IMPORTANT: Your use of this Software is subject to the terms of    |
* | the Licence provided in the file licence.txt. If you cannot find   |
* | this file please contact Squiz (www.squiz.com.au) so we may provide|
* | you a copy.                                                        |
* +--------------------------------------------------------------------+
**/

body {
  background: #343434 0 0 repeat;
}
body, p, td, th, ul, li, input, select, textarea {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
form {
  position: absolute;
  width: 314px;
  top: 40%;
  left: 50%;
  margin: -140px 0 0 -160px;
  text-align: left;
  padding: 3px;
  font-weight: normal;
}
.sq-password-change-design form {
  top: 30%;
}
.sq-login-logo{
  text-align: center;
  margin-bottom: 20px;
}
.sq-current-user {
  background: #bbbbbb;
  color: #222222;
  font-size: 11px;
  width: 98%;
  padding: 4px 1%;
  margin: 0 0 4px 0;
  border: 1px solid #222;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.15) inset,0 1px 0 0 rgba(255,255,255,0.1);
}
.sq-login-message {
  color: #9B9B9B;
  font-size: 12px;
  line-height: 16px;
  margin: 8px 0 8px;
  text-shadow: 0 -1px 0 #000;
}
.sq-login-message strong{
  color: #fff;
  text-shadow: 1px 1px 0 #000;
}
.sq-message {
  color: #d55353;
  font-size: 12px;
  text-shadow: 0 1px 1px #000;
  padding: 10px 0 0;
}
.sq-message ul{
  margin: 3px 0;
}
.sq-message li{
  font-size: 11px;
  color: #d55353;
}
.sq-note-section{
  color: #9C9C9C;
  font-size: 11px;
  line-height: 11px;
  margin: 15px 0 0px;
  text-shadow: 0 1px 0 #000;
}
.sq-note-section ul{
  margin: 3px 0;
}
.sq-note-section li{
  font-size: 11px;
  color: #9C9C9C;
}
.sq-credentials-section {
  padding: 5px 0px 2px 0px;
  position: relative;
}
.sq-field-wrapper{
  display: table;
  font-size: 12px;
  width: 100%;
  height: 28px;
  padding: 4px 0;
  margin-bottom: 10px;
  border: 1px solid #222;
  border-radius: 4px;
  background-color: #353535;
  box-shadow: 0 1px 4px rgba(0,0,0,0.15) inset,0 1px 0 0 rgba(255,255,255,0.1);
  position: relative;
}
.sq-field-wrapper label{
  width: 68px;
  display: table-cell;
  float: left;
  background-color: #4e4e4e;
  color: #b0b0b0;
  text-shadow: 0 -1px 0 #333;
  white-space: nowrap;
  font-weight: bold;
  line-height: 28.5px;
  padding: 0 0 0 8px;
  border-radius: 2px;
  height: 28px;
  margin-right: 4px;
  margin-left: 4px;
}
.sq-password-change-design .sq-field-wrapper label{
  width: 140px;
}
.sq-field-wrapper input.sq-data,
.sq-field-wrapper input.sq-form-field {
  width: 218px;
  color: #eee;
  border: none;
  border-radius: 2px;
  background-color: #353535;
  padding: 5px 4px 5px;
  margin: 0;
  line-height: 18px;
  height: 18px;
  outline: none;
}
.sq-password-change-design .sq-field-wrapper input.sq-data,
.sq-password-change-design .sq-field-wrapper input.sq-form-field {
  width: 147px;
}
.sq-commit-section {
  text-align: center;
  padding: 2px;
  margin-top: 5px;
}
.sq-commit-section input.sq-data {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 31px;
  height: 31px;
  padding: 0 42px;
  font-size: 14px;
  border: none;
  border-radius: 5px;
  background-color: #478BE8;
  box-shadow: 0 0 0 2px #2B2B2B,0 1px 0 rgba(255, 255, 255, 0.2) inset,0 -2em 4.9em -2em rgba(0, 0, 0, 0.7) inset,0 1px 0 2px rgba(255, 255, 255, 0.15);
  position: relative;
  cursor: pointer;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.46);
  transition: all 0.2s ease-out;
  outline: none;
}
.sq-commit-section input.sq-data:hover,
.sq-commit-section input.sq-data:focus {
  background-color: #599AF3;
  box-shadow: 0 0 0 2px #2B2B2B,0 1px 0 rgba(255, 255, 255, 0.2) inset,0 -2em 4.9em -2em rgba(0, 0, 0, 0.7) inset,0 1px 0 2px rgba(0, 0, 0, 0.15)
}
.sq-commit-section input.sq-data:active {
  background-color: #3B75C7;
  box-shadow: 0 0 0 2px #2B2B2B,0 1px 0 rgba(255, 255, 255, 0.2) inset,0 -2em 4.9em -2em rgba(127, 162, 210, 0.61) inset,0 1px 0 2px rgba(255, 255, 255, 0.15);
}
.sq-password-change-design .sq-commit-section input.sq-data {
  padding: 0 20px;
}