body,
html {
  overflow-x: hidden;
}
body {
  line-height: 1;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
header {
  width: 100%;
  float: left;
  background: #fff;
}
.global-notification {
  display: none;
  position: fixed;
  padding: 10px;
  width: 400px;
  top: 200px;
  left: 50%;
  margin-left: -200px;
  border: 1px solid #7A7260;
  background-color: #CEF1F7;
  -webkit-box-shadow: 0px 0px 6px #000000;
  -moz-box-shadow: 0px 0px 6px #000000;
  box-shadow: 0px 0px 6px #000000;
  color: #000000;
  font-size: 1.5rem;
  text-align: center;
  z-index: 99999999;
  font-family: 'Roboto', sans-serif;
}
.global-notification.red {
  color: #660000;
}
#system-message-container {
  text-align: center;
}
#system-message-container #system-message {
  border-radius: 4px;
  padding: 5px 17px;
  display: inline-block;
  box-shadow: 0px 0 2px 2px rgba(21,73,136,0.41);
  color: #154988;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 20px;
}
#system-message-container #system-message .error {
  color: red;
}
#system-message-container #system-message li {
  list-style-image: none;
}
footer {
  width: 100%;
  float: left;
}
footer .copy {
  display: inline-block;
  float: right;
  margin-right: 20px;
  margin-top: 10px;
}
footer .copy a {
  color: #636363;
  text-decoration: none;
  font-weight: 200;
  vertical-align: top;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}
.env {
  background: none;
  border: 2px solid #018BE6;
  padding: 3px 17px;
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  border-radius: 5px;
  min-width: 120px;
  margin-top: 25px;
}
.env:hover {
  box-shadow: 0 0 4px 2px #2F6BC8;
}
.wrapper-logos {
  width: 1000px;
  margin: 0 auto;
  padding: 25px 0;
}
.wrapper-logos table {
  width: 100%;
  text-align: center;
}
main {
  width: 100%;
  float: left;
  background: url("../templates/toutringhome/images/background-login.jpg") repeat-x 0px 0px;
  min-height: 620px;
  background-position: top center;
}
main .content-all {
  width: 645px;
  margin: 0 auto;
}
main .content-all .slogan {
  text-align: center;
  color: #144A86;
  font-size: 29px;
  font-weight: bolder;
  padding: 50px 0;
  text-shadow: 2px 2px 1px #fff;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  line-height: 40px;
}
main .content-all .login {
  width: 360px;
  height: 260px;
  border-radius: 9px;
  background: rgba(0,0,0,0.71);
  margin: 0 auto;
  padding: 22px 12px 1px;
  text-align: center;
  margin-top: 20px;
}
main .content-all .login .olvido {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 200;
  font-family: 'Roboto', sans-serif;
}
main .content-all .login label {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  font-family: 'Roboto', sans-serif;
}
main .content-all .login input[type="text"],
main .content-all .login input[type="password"] {
  width: 80%;
  background: #fff;
  border-radius: 5px;
  margin: 6px 0 20px;
  padding: 5px 0 5px 4px;
  font-size: 15px;
  color: #636363;
  font-family: 'Roboto', sans-serif;
}
main .content-all .login input[type="submit"] {
  background: none;
  border: 2px solid #018BE6;
  padding: 3px 17px;
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  border-radius: 5px;
  min-width: 120px;
  margin-top: 25px;
  cursor: pointer;
}
main .content-all .login input[type="submit"]:hover {
  box-shadow: 0 0 4px 2px #2F6BC8;
}
