body {
  background-color: #f3f3f3;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 100;
  margin: 0;
  padding: 0;
}
.inner-top {
  margin: 0 auto;
  width: 80%;
  height: 100%;
}

.inner-bttm {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

#content {
  margin: 0 auto;
  overflow: hidden;
  height: 76%;
}

/*
 * Header
 */
header {
  height: 16%;
}
#preheader {
  clear: both;
  overflow: hidden;
}

#logo {
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  height: 100%;
  padding: 0;
  width: 28%;
  background-position-x: center;
  background-position-y: center;
}

#logo a {
  display: block;
  height: 100%;
  width: 50%;
}
#logo_territorium {
  background-image: url("/images/territorium-logo.png");
  background-repeat: no-repeat;
  float: left;
  height: 60%;
  width: 10%;
  background-size: contain;
  margin-left: 35%;
  margin-top: 10px;
}

footer {
  color: #fff;
  margin: 0px;
  height: 6%;
}
footer span {
  float: right;
  line-height: 42px;
  margin-right: 30%;
  height: 100%;
  font-family: Helvetica;
  /* font-size: 1vw; */
  font-weight: 100;
}

#welcome,
#message {
  font-size: 25pt;
  font-weight: bold;
  color: black;
  position: relative;
  float: right;
  right: 5%;
  margin-top: 2%;
  margin-right: 3%;
}

#message {
  font-size: 16pt;
  margin-top: 5%;
  margin-right: -28%;
  width: 28%;
}

#message div {
  font-style: italic;
  padding-top: 10px;
  padding-left: 8px;
  background-color: rgba(131, 131, 131, 0.3);
  margin-top: 2%;
}

form {
  float: right;
  margin: 0 auto;
  margin-top: 20px;
  max-height: 78%;
  width: 70%;
}
.form-item {
  position: relative;
  margin: 0 auto;
  width: 80%;
  margin-top: 15px;
}

.login {
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  float: right;
  height: 32px;
  /* font-size: 1vw; */
  font-family: Helvetica;
  width: 20%;
  font-weight: 200;
}

.login a {
  color: #a0a0a0;
  float: right;
  font-size: 0.875em;
  text-decoration: none;
  margin: 10px 60px;
}

.login:hover {
  opacity: 0.8;
}

#pass-forget {
  font-size: 15px;
  position: relative;
  margin: 12px 0;
  font-family: Helvetica;
  float: right;
  margin-right: 33%;
}

#pass-forget a {
  color: #000;
  text-decoration: none;
  font-size: 0.9vw;
}

.modalButton:hover {
  opacity: 0.6;
  color: #fff !important;
}

.modal-backdrop {
  opacity: 0.4 !important;
}

.modal-body {
  padding: 5px 25px;
}

#modalRegistrarAlumno {
  width: 690px !important;
  left: 46% !important;
  top: 52% !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modalButton {
  border: none;
  background-image: none;
  padding: 4px 13px;
  font-family: Roboto, sans-serif;
  color: white;
  text-shadow: none;
  font-size: 14px;
  float: right;
}

.loginInput {
  color: #a0a0a0 !important;
  height: 32px !important;
  border: 1px solid #c5c5c5 !important;
  padding-left: 10px !important;
  border-radius: 5px !important;
  width: 33% !important;
  margin-right: 2% !important;
  /* font-size: 1vw !important; */
  font-family: Helvetica;
  font-weight: 200;
}

#mensajeAlerta p {
  margin: 15px 0px 0px 0px;
  text-align: center;
  font-family: "Roboto";
  font-weight: 500;
  color: #e9446c;
}

.campocodigo {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.msgerror {
  font-weight: 500;
  font-size: 0.9vw;
  /* background: #de4949; */
  background: #a81f1f;
  height: 26px;
  line-height: 26px;
  color: #ffffff;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a0a0a0;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #a0a0a0;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #a0a0a0;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #a0a0a0;
}
