* {
  margin: 0px;
  padding: 0px;
  outline: 0px;
}

h3 {
  font-size: 1.5em;
  color: #fff;
  border-bottom: 1px dotted #fff;
  margin: 0px 0px 10px 65px;
  padding: 0px 0px 5px 0px;
  text-transform: uppercase;
  background: none;
}

a:hover {
  text-decoration: underline !important;
}

.error {
  background: #ffdfdf !important;
}

body {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 11px;
  color: #fff;
  background: none;
}

div#container {
  position: relative;
  overflow: visible;
  width: 330px;
  min-width: 330px;
  margin: 200px auto;
  padding: 25px 30px 10px 30px;
  border: 1px solid #052a4f;
  border-top: 1px solid #8eabe7;
  border-left: 1px solid #8eabe7;
  background: #003972;
}

div#container img {
  margin: 0 0 20px 0;
}

div.input {
  position: relative;
  clear: both;
  overflow: hidden;
  height: 1%;
  margin: 0px 0px 10px 0px;
}

div.input label {
  float: left;
  font-size: 1.2em;
  padding: 5px 0px 0px 0px;
  width: 72px;
}
div.label {
  font-size: 1.2em;
}
h1 {
  color: white;
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 1rem;
}
div.input div {
  float: right;
}

div.input div input {
  width: 240px;
  padding: 4px 3px;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-top: 1px solid silver;
  border-left: 1px solid silver;
  background: #fafaf9;
}

div.input input.recover {
  width: 100%;
  padding: 4px 3px;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-top: 1px solid silver;
  border-left: 1px solid silver;
  background: #fafaf9;
}

div.input div input:focus {
  background: #fff;
}

input.login {
  float: right;
  margin: 5px 0px 0px 0px;
  padding: 2px 8px;
  font-weight: bold;
  background: #53c3e9;
  border: 2px solid #052a4f;
  border-top: 2px solid #8eabe7;
  border-left: 2px solid #8eabe7;
}

a.recover {
  float: left;
  color: #8eabe7;
  font-weight: bold;
  padding-top: 10px;
}

input.login:hover {
  cursor: pointer;
  border-style: inset;
}

div#messenger {
  display: none;
  padding: 10px;
  margin: 0px 0px 12px 0px;
  color: red;
}

div#messenger ul {
  padding: 0px 0px 0px 20px;
}

div#messenger ul li {
  list-style-type: square;
}

div#messenger.warrning,
div#messenger.accept {
  display: block;
}

div#messenger.warrning {
  background: #ffdfdf;
  border: 1px dotted #ff9f9f;
}

div#messenger.accept {
  background: #e1ffdf;
  border: 1px solid #82df7d;
}
