/*=============================================================================
  @VARIABLES
  ========================================================================== */
/*=============================================================================
  @MIXINS/CSS3
  ========================================================================== */
/* USER-SELECT */
/*=============================================================================
  @MIXINS/BREAKPOINTS
  ========================================================================== */
/*=============================================================================
  @MIXINS/MEDIA-QUERIES
  ========================================================================== */
/*=============================================================================
  @MIXINS/TYPOGRAPHY
  ========================================================================== */
/* Eric Meyers reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}

.preload {
  width: 0;
  height: 0;
  position: absolute;
  left: -4000em;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

li {
  list-style-type: none;
}

hr {
  display: none;
}

strong, b, #body .b {
  font-weight: bold !important;
}

em, i, .i {
  font-style: italic;
}

.u {
  text-decoration: underline;
}

.c {
  clear: both;
}

/* basic links properties */
.cursor {
  cursor: pointer;
}

a {
  cursor: pointer;
  color: #15A0B5;
  text-decoration: underline;
}

a.alt,
.altbox .content a {
  color: #0f5290;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
  text-decoration: none;
}

a img:hover {
  text-decoration: none;
  border: none;
}

.grey-light {
  color: #CCC;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
}

body {
  line-height: 1;
  font-size: 14px;
  font-family: Arial, "sans-serif";
  color: #fff;
  background: url("login/img/bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
body a {
  color: #fff;
  text-decoration: underline;
}
body .ac {
  text-align: center;
}
body .a {
  position: absolute;
}
body .r {
  position: relative;
}
body .red {
  color: red;
  font-weight: bold;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img.logo-nhs {
  position: absolute;
  top: 20px;
  right: 20px;
}

.login {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  margin-top: -175px;
  background: #15A0B5;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.login img.top,
.login img.bottom {
  position: absolute;
  display: block;
  left: 50%;
}
.login img.top {
  width: 253px;
  margin-left: -126px;
  top: -116px;
}
.login h1 {
  font-weight: bold;
  width: 100%;
  color: #424242;
  text-align: center;
  font-size: 46px;
  position: absolute;
  top: -60px;
  left: 0;
}
.login img.bottom {
  position: absolute;
  bottom: -124px;
  margin-left: -70px;
}
.login form {
  width: 85%;
  padding: 68px 20px 20px 20px;
  margin: 0 auto;
}
.login form p {
  margin-bottom: 20px;
}
.login form label {
  margin: 0 0 5px 0;
}
.login form input.submit {
  margin: 35px auto 20px auto;
  width: 200px;
  padding: 0;
  line-height: 40px;
  border-radius: 5px;
  cursor: pointer;
}
.login form input.submit:active {
  background: #00879C;
  color: #FFF;
}
.login form input.txt,
.login form input.submit {
  outline: 0;
  border: none;
  display: block;
  font-size: 22px;
  height: 40px;
  color: #222;
  background: white;
}
.login form input.txt {
  margin: 5px 0;
  width: 95%;
  padding: 0 2.5%;
  line-height: 40px;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.login img.logo-top {
  position: absolute;
  display: block;
  margin-left: -91px;
  left: 50%;
  top: -120px;
}

.login p.remember_me {
  float: left;
  line-height: 31px;
}

.login p.remember_me label {
  font-size: 12px;
  color: #777;
  cursor: pointer;
}

.login p.remember_me input {
  position: relative;
  bottom: 1px;
  margin-right: 4px;
  vertical-align: middle;
}

.login p.submit {
  text-align: right;
}

.login-help {
  margin: 20px 0;
  font-size: 11px;
  color: white;
  text-align: center;
  text-shadow: 0 1px #2a85a1;
}

.login-help a {
  color: #cce7fa;
  text-decoration: none;
}

.login-help a:hover {
  text-decoration: underline;
}

:-moz-placeholder {
  color: #c9c9c9 !important;
  font-size: 13px;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
}

input {
  font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
  font-size: 14px;
}

form input.error {
  border: 1px solid red;
  color: red;
}

label {
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 22px;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofil {
  background: #FFF !important;
}/*# sourceMappingURL=login.css.map */