@import url(https://fonts.googleapis.com/css?family=Open+Sans);

a,a:visited,a:active {
  color: #000;
  text-decoration: none;
}
* {
  border: none;
  padding: 0;
  margin: 0;
}
h2,h1 {
  color: #999;
  text-transform: uppercase;
  font-family: 'Open Sans';
}
.input {
  margin: 25px 0;
}

.input.type-text .field-label {
  display: inline;
}
.input.type-text .field-value {
  display: inline-block;
  background-color: #fff;
  width: 300px;
}
.input.type-text .field-value input,
.input.type-text .field-value select {
  background-color: #fff;
  outline: 0;
  width: 100%;
  text-indent: 5px;
  margin: 5px 0;
}
.input.type-area .field-label {
  display: block;
}
.input.type-area .field-value textarea {
  font-family: 'Open Sans', sans-serif;
  padding: 6px;
  background-color: #eee;
}
.input.type-submit {
  float: right;
}
/*.input.type-submit button {
  height: 50px;
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 8px;
  background: #f2f2f2; /* Old browsers */
  background: -moz-linear-gradient(top,  #f2f2f2 0%, #dbdbdb 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f2f2f2 0%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f2f2f2 0%,#dbdbdb 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f2f2f2 0%,#dbdbdb 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f2f2f2 0%,#dbdbdb 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
  position: absolute;
  bottom: 67px;
  right: 47px;
}
.input.type-submit button img {
  height: 100%;
}

.input.type-submit button:hover {
  border-color: #333;
}
.letter-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #999;
  border-radius: 20px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: white;
  margin-right: 4px;
}
.bold {
  font-weight: bold;
}
.forgot {
  font-family: 'Open Sans', sans-serif;
  display: block;
  margin-top: 5px;
  width: 300px;
  text-align: right;
}

.error {
  position: relative;
  color: #ff7d55;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-align: center;
  z-index: 10;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}
.error >*{

  padding: 15px 0;
}
.success,.message {
  color: green;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}

/*.state-login,.state-register,.state-success,.state-parameter {
  display: none;
}*/

.captcha_description_text, .captcha_refresh_text {
  font-family: 'Open Sans';
  font-size: 0.9em;
}

.container_captcha_submit {
    position: relative;
}

.captcha_grid {
    margin-left: 10px;
}

/* PAGE LOGIN BACKOFFICE */

::selection {
  background: #9bddff;
}
::-webkit-input-placeholder {
  color: #808080;
  font-family: "Arial";
}
::-moz-selection {
  background: #9bddff;
}
* {
  tap-highlight-color: rgba(255, 255, 255, 0);
  margin: 0;
  padding: 0;
}
body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  font-size: 10px;
  font-family: "Arial";
  color: #333333;
}
input,textarea,select {
  font-size: 1em;
  text-shadow: none !important;
  font-family: "Arial";
  color: #333333;
  padding: 0.25em;
}
button {
  border: 0;
  cursor: pointer;
  font-size: 1em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  -webkit-box-shadow: 0 0.1em 0.3em #666666;
  -moz-box-shadow: 0 0.1em 0.3em #666666;
  box-shadow: 0 0.1em 0.3em #666666;
  padding: 0.2em 0.8em;
}
a {
  display: inline-block;
  cursor: pointer;
}
table {
  border-spacing: 0;
}
.box {
  -moz-box-shadow: 0.3em 0.3em 1.5em #8b8b8b;
  -webkit-box-shadow: 0.3em 0.3em 1.5em #8b8b8b;
  -o-box-shadow: 0.3em 0.3em 1.5em #8b8b8b;
  box-shadow: 0.3em 0.3em 1.5em #8b8b8b;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='@d', Direction=0, Strength=1.5em);
}
.rounded {
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
}
.public-login.view-login {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  min-width: 50em;
}
.public-login.view-login:before {
  content: '';
  display: inline-block;
  height: 66%;
  vertical-align: middle;
}
.public-login.view-login > .wrapper {
  vertical-align: middle;
  width: 50em;
  display: inline-block;
  text-align: left;
}
.public-login.view-login > .wrapper > .header {
  font-size: 4em;
  height: 2em;
  line-height: 2em;
}
.public-login.view-login > .wrapper > .header > .title {
  text-indent: 1em;
  display: inline-block;
  text-transform: uppercase;
  height: 100%;
}
.logo {
  float: right;
  display: inline-block;
  height: 100%;
}
form {
  font-size: 2em;
  padding-bottom: 1em;
}
.row {
  height: 3em;
  display: block;
  line-height: 3em;
}
.label {
  display: inline-block;
  width: 42%;
  text-indent: 2em;
}
.action {
  padding: 0 2.2em;
  text-align: right;
}
.public-container {
  overflow-y: auto;
}
.public-container.view-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.layout {
  min-height: 100%;
  width: 100%;
}

.theme-3 {
  font-family: 'Open Sans';
  background-color: #d6e3e8;
  color: #333333;
}

.theme-0 {
  font-family: 'Open Sans';
  background-color: #ffffff;
  color: #333333;
}

input.blue {
  padding: 5px 15px;
  font-family: 'Open Sans';
  background-color: #183d4c;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  font-size: 1em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  -webkit-box-shadow: 0 0.1em 0.3em #666666;
}

.logo img {
  height: 40px;
  margin-right: 20px;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24px;
  padding-top: 6px;
  font-size: 1.3em;
  font-family: 'Open Sans';
  background-color: #183d4c;
  color: #fff;
  text-align: center;
}

#notify-login-error {
  padding: 20px 0;
  color: red;
  font-size: 1.5em;
  font-style: italic;
  text-align: center;
}
