* {
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  outline: none;
  color: #648296; }

body {
  width: 100%;
  height: 100vh;
  margin: 0px; }

::selection {
  background-color: #648296;
  color: #fff; }

a {
  text-decoration: none;
  color: #ABBAC4; }
  a:link, a:active, a:visited, a:focus {
    text-decoration: none;
    color: #ABBAC4; }
  a:hover {
    text-decoration: none;
    color: #648296; }

address {
  font-style: normal; }

button {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s; }

.login {
  background-image: url("../nimg/loginbackground.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.loginbox {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  height: 100%;
  max-width: 480px;
  user-select: none;
  cursor: default; }

.logologin {
  width: 100%;
  height: 30%;
  font-size: 2em;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  .logologin img {
    width: 200px;
    height: 70px;
    margin: 0 auto; }

.inputbox {
  display: flex;
  flex: 1;
  overflow: auto;
  flex-direction: column;
  width: 260px;
  margin: 0 auto; }

.recuperar {
  margin: 20px auto 0;
  color: #ABBAC4;
  font-size: 14px; }
  .recuperar:hover180 {
    text-decoration: underline; }

input {
  color: #648296;
  border: 0; }

.campoform {
  position: relative;
  width: 260px; }
  .campoform .etiquetaform {
    position: absolute;
    top: 40px;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    opacity: 1;
    cursor: text;
    transition: 0.3s ease all;
    margin: 0;
    user-select: none; }
    .campoform .etiquetaform:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 45%;
      height: 1px;
      width: 10px;
      visibility: hidden;
      background-color: #64A4BF;
      transition: 0.3s ease all; }
  .campoform .inputform {
    z-index: 3;
    height: 40px;
    padding: 2px 5px 2px;
    border-bottom: 1px solid #D2E0E6;
    width: 100%;
    background: transparent; }
    .campoform .inputform:focus {
      box-shadow: none;
      border-bottom-color: #D2E0E6;
      background: transparent; }
      .campoform .inputform:focus ~ .etiquetaform:after {
        visibility: visible;
        width: 100%;
        left: 0; }
    .campoform .inputform::placeholder {
      color: #648296;
      transition: all 0.3s; }
    .campoform .inputform:hover::placeholder, .campoform .inputform:focus::placeholder {
      color: #648296; }

.inputpassword {
  margin-top: 20px;
  -webkit-text-security: disc;
  -moz-webkit-text-security: disc;
  -moz-text-security: disc; }

.loginfooter {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 20%; }
  .loginfooter button {
    width: 180px;
    height: 50px;
    padding-left: 24px;
    transition: all 0.3s;
    border: 2px solid rgba(255, 255, 255, 0);
    background-color: rgba(43, 106, 133, 0);
    background-image: url("../nimg/icologinacceder.svg");
    background-repeat: no-repeat;
    background-position: 24px center; }
    .loginfooter button:hover {
      border: 2px solid #3778C7; }
    .loginfooter button img {
      max-width: 40px;
      height: 40px;
      vertical-align: top; }
    .loginfooter button div {
      display: inline-block;
      line-height: 40px; }

.logoscamara {
  margin: 0 auto;
  max-width: 600px;
  -webkit-box-shadow: 0px 0px 109px -17px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 109px -17px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 109px -17px rgba(0, 0, 0, 0.4); }
  .logoscamara img {
    width: 100%; }

.logos {
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 0; }
  @media (max-height: 600px) {
    .logos {
      display: none; } }
  @media (max-height: 600px) and (orientation: portrait) {
    .logos {
      display: flex; } }
