.clear {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

body.login {
  background: #fff;
  margin: 0px;
  padding: 0px;

  /* padding-top: 25px; */
}

h1 {
  font-family: museo500;
  text-shadow: 0px 1px 0px #fff;
  text-transform: uppercase;
  font-size: 17px;
  color: #aaa;
  text-align: center;
  margin: 0px auto 0px !important;
  line-height: 1.5em;
  text-shadow: 0px 1px 0px #fff;
}

#slider li h1 {
  margin: 25px auto !important;
}

h2 {
  font-family: museo500;
  text-shadow: 0px 1px 0px #fff;
  text-transform: uppercase;
  font-size: 15px;
  color: #008dd1;
  line-height: 1.5em;
  text-shadow: 0px 1px 0px #fff;
}

img {
  border: none;
}

.login #nav a,
.login #backtoblog a {
  font-size: 11px;
  font-weight: normal;
  color: #008dd1 !important;
  text-decoration: none;
}

a {
  font-weight: normal;
  text-decoration: none;
  text-shadow: 0px 1px 0px #fff;
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  text-shadow: 0px 1px 0px #fff;
}

a h1 {
  color: #008dd1;
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
a h1:hover {
  color: #b8007b;
}

.login #nav a:hover,
.login #backtoblog a:hover {
  color: #b8007b !important;
  font-weight: normal;
  text-decoration: none;
}

#login {
  background: #f5f5f5 url('../images/bg.png') repeat !important;
  width: 100%;
  padding: 20px 0px 70px 0px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #eee;
  box-shadow: 0px 0px 10px #bbb;
  -moz-box-shadow: 0px 0px 10px #bbb;
  -webkit-box-shadow: 0px 0px 10px #bbb;
  margin-top: 5%;
}

.login form {
  width: 388px;
}

#login h1 {
  width: 100%;
  background: url('../images/login/abovo_logo_lines.png') no-repeat center;
}

#login h1 a {
  background-image: url('../images/login/abovo_logo.png');
  width: 373px;
  height: 126px;
  font-size: 0px;
  margin: 0 auto;
  display: block;
}

/* Error and messages */
.login .message,
.login #login_error {
  width: 375px;
  margin: 0 auto;
  padding: 0;
  /*opacity: 0.75;
   filter: alpha(opacity = 75); */
  -webkit-box-shadow: 0 8px 6px -6px #555;
  -moz-box-shadow: 0 8px 6px -6px #555;
  box-shadow: 0 8px 6px -6px #555;
}

.login .message p,
.login #login_error p {
  padding: 1.1em 10px;
  font-size: 12px;
  margin: 0;
  float: left;
  max-width: 270px;
}

.login .message,
.login #login_error a {
  text-shadow: none;
}

.icon_message {
  background: transparent url('../images/admin/message_icons.png') no-repeat;
  display: block;
  height: 40px;
  width: 40px;
  float: left;
}

/* Yellow message */
.login .message {
  border: solid #d5a449 1px;
  background: #f6d85f; /* Old browsers */
  background: -moz-linear-gradient(top, #f6d85f 0%, #f5b949 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6d85f), color-stop(100%, #f5b949)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f6d85f 0%, #f5b949 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f6d85f 0%, #f5b949 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f6d85f 0%, #f5b949 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f6d85f 0%, #f5b949 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6d85f', endColorstr='#f5b949',GradientType=0 ); /* IE6-9 */
}

.login .message .icon_message {
  background-position: 0 -40px;
}

.login .message p {
  border-left: 1px solid #df9100;
  color: #000;
}

/* Red message */
.login #login_error {
  border: solid #b03d3d 1px;
  background: #ee4c7f;
  background: -moz-linear-gradient(top, #ee4c7f 0%, #cb3e40 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee4c7f), color-stop(100%, #cb3e40));
  background: -webkit-linear-gradient(top, #ee4c7f 0%, #cb3e40 100%);
  background: -o-linear-gradient(top, #ee4c7f 0%, #cb3e40 100%);
  background: -ms-linear-gradient(top, #ee4c7f 0%, #cb3e40 100%);
  background: linear-gradient(to bottom, #ee4c7f 0%, #cb3e40 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee4c7f', endColorstr='#cb3e40',GradientType=0 );
}

.login #login_error .icon_message {
  background-position: 0 0;
}

.login #login_error p {
  border-left: 1px solid #990000;
  color: #fff;
}

.login #login_error a {
  color: #f6c500;
}
.login #login_error a:hover {
  color: #f59f00;
}

/* Close message icon */
.icon_close {
  background: transparent url('../images/admin/message_icons.png') no-repeat;
  background-position: 0 -120px;
  cursor: pointer;
  float: right;
  height: 40px;
  width: 40px;
}
.icon_close:hover {
  background-position: 0 -160px;
}
.icon_close:active {
  background-position: 0 -200px;
}

.login form {
  margin: 0px auto !important;
  padding: 0px;
  background: transparent;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

label.label_hide {
  font-size: 0px;
  color: #f5f5f5;
  cursor: default;
  float: left;
}

#user_login_icon,
#user_pass_icon,
#user_phone_icon {
  display: block;
  width: 55px;
  height: 55px;
}

#user_login_icon {
  background: transparent url('../images/login/inputlabel_user.png') no-repeat center;
}

#user_phone_icon {
  background: transparent url('../images/login/inputlabel_phone.png') no-repeat center;
}

#user_pass_icon {
  background: transparent url('../images/login/inputlabel_pass.png') no-repeat center;
}

.login form .forgetmenot label {
  font-size: 11px;
  font-style: italic;
  color: #444;
}

.login form .input {
  display: block;
  border: none;
  font-size: 17px;
  font-family: Arial, sans-serif;
  padding: 10px;
  margin: 0px !important;
  height: 20px;
  width: 299px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 0px 10px #aaa inset;
  -moz-box-shadow: 0px 0px 10px #aaa inset;
  -webkit-box-shadow: 0px 0px 10px #aaa inset;
  text-shadow: 0 1px 0 #fff;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
}

.login form .input#user_pass {
  font-family: Arial, sans-serif;
}

.login form .input:focus {
  background: #edf7fc;
  border: none;
  outline: none;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
}

.poweredBy {
  width: 100%;
  margin-top: 20px;
}
.poweredBy div {
  margin: 0 auto;
  width: 180px;
}
.poweredBy img {
  margin-top: 5px;
}

.input_rounded_border {
  width: 319px;
  display: inline-block;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #e2e2e2;
  background: rgba(0, 0, 0, 0.05);
  padding: 5px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 3px 0px 10px 0px;
}

.submit {
  margin-top: 15px;
}

p.submitButton input {
  float: right;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: normal;
  padding: 6px 12px;
  color: white;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 1px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 1px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 1px 0px rgba(0, 0, 0, 0.4);
  background: #dad943; /* Old browsers */
  background: -moz-linear-gradient(top, #dad943 0%, #a5ac11 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dad943), color-stop(100%, #a5ac11)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dad943 0%, #a5ac11 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dad943 0%, #a5ac11 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dad943 0%, #a5ac11 100%); /* IE10+ */
  background: linear-gradient(top, #dad943 0%, #a5ac11 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dad943', endColorstr='#a5ac11',GradientType=0 ); /* IE6-9 */
}

p.submitButton input:hover {
  color: #fff;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 12px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 1px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 1px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 1px 0px rgba(0, 0, 0, 0.4);
  background: #dcdc4e; /* Old browsers */
  background: -moz-linear-gradient(top, #dcdc4e 0%, #b3bb13 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dcdc4e), color-stop(100%, #b3bb13)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dcdc4e 0%, #b3bb13 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dcdc4e 0%, #b3bb13 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dcdc4e 0%, #b3bb13 100%); /* IE10+ */
  background: linear-gradient(top, #dcdc4e 0%, #b3bb13 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdc4e', endColorstr='#b3bb13',GradientType=0 ); /* IE6-9 */
}

p.submitButton input:active {
  text-shadow: none;
  padding: 6px 12px;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 1px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 1px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 1px 0px rgba(0, 0, 0, 0.4);
  background: #a5ad11; /* Old browsers */
  background: -moz-linear-gradient(top, #a5ad11 0%, #dada44 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5ad11), color-stop(100%, #dada44)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a5ad11 0%, #dada44 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a5ad11 0%, #dada44 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a5ad11 0%, #dada44 100%); /* IE10+ */
  background: linear-gradient(top, #a5ad11 0%, #dada44 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5ad11', endColorstr='#dada44',GradientType=0 ); /* IE6-9 */
}

.forgetmenot {
  margin: 20px 0px 0px 13px;
}

label[for='rememberme'],
#nav a,
#backtoblog a {
  text-shadow: 0px 1px 0px #fff;
}

.login #backtoblog {
  width: 365px;
}

.login #nav {
  width: 388px;
}

.login #nav,
.login #backtoblog {
  margin: 50px auto 0px !important;
  padding: 0px !important;
}

.login #nav {
  *margin: 10px auto 0px !important; /* IE7 hack */
}

.login #backtoblog {
  *margin: -17px auto 0px !important; /* IE7 hack */
}

#nav a {
  float: right;
  padding-right: 0px !important;
}

#backtoblog a {
  float: left;
  padding-left: 0px !important;
}

.capslock_notice {
  background: url('../images/login/capslock_notice.png') no-repeat center;
  display: none;
  height: 50px;
  width: 180px;
  position: absolute;
  z-index: 127;
  margin-top: 40px;
  margin-left: 128px;
}
.capslock_notice p {
  margin: 11px 0px 0px 40px;
  color: #444;
  text-shadow: 0px 1px 0px #fff;
}
