* {
  -webkit-box-sizing: border-box;
  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; }

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

::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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

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

.loginbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  height: 100%;
  max-width: 480px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }

.logologin {
  width: 100%;
  height: 40%;
  font-size: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .logologin img {
    width: 125px;
    height: 200px;
    margin: 0 auto; }

.inputbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  width: 260px;
  margin: 0 auto; }

.recuperar {
  margin: 20px auto 0;
  /*color: #ABBAC4;*/
  color: #3e6f8f !important;
  font-size: 14px; }
  .recuperar:hover {
    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;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .campoform .etiquetaform:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 45%;
      height: 1px;
      width: 10px;
      visibility: hidden;
      background-color: #64A4BF;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      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 {
      -webkit-box-shadow: none;
      box-shadow: none;
      border-bottom-color: #D2E0E6;
      background: transparent; }
      .campoform .inputform:focus ~ .etiquetaform:after {
        visibility: visible;
        width: 100%;
        left: 0; }
    .campoform .inputform::-webkit-input-placeholder {
      color: #648296;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .campoform .inputform:-ms-input-placeholder {
      color: #648296;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .campoform .inputform::-ms-input-placeholder {
      color: #648296;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .campoform .inputform::placeholder {
      color: #648296;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .campoform .inputform:hover::-webkit-input-placeholder, .campoform .inputform:focus::-webkit-input-placeholder {
      color: #648296; }
    .campoform .inputform:hover:-ms-input-placeholder, .campoform .inputform:focus:-ms-input-placeholder {
      color: #648296; }
    .campoform .inputform:hover::-ms-input-placeholder, .campoform .inputform:focus::-ms-input-placeholder {
      color: #648296; }
    .campoform .inputform:hover::placeholder, .campoform .inputform:focus::placeholder {
      color: #648296; }

.inputpassword {
  margin-top: 20px; }

.loginfooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 30%;
  flex-flow: column;
  align-items: center; }

.buttonlogin {
    width: 180px;
    height: 50px;
    padding-left: 24px;
    margin-top: 30px;
    -webkit-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
    border: 2px solid rgba(255, 255, 255, 0);
    background-color: rgba(43, 106, 133, 0.1);
    background-image: url("../img/icologinacceder.svg");
    background-repeat: no-repeat;
    background-position: 24px center; }
.buttonlogin:hover,.buttonrec:hover {
    border: 2px solid #3778C7; }
.buttonlogin img,.buttonrec img {
    max-width: 40px;
    height: 40px;
    vertical-align: top; }
.buttonlogin div,.buttonrec div {
    display: inline-block;
    line-height: 40px; }
.buttonrec {
    width: 180px;
    height: 50px;
    padding-left: 24px;
    margin-top: 30px;
    -webkit-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
    border: 2px solid rgba(255, 255, 255, 0);
    background-color: rgba(43, 106, 133, 0.1);
    background-image: url("../img/ico40email.svg");
    background-repeat: no-repeat;
    background-position: 15px center; }

.logologinmas {
    width: 100%;
    height: 40%;
    font-size: 2em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 0 10px;
}

.logologinmas img {
    /*width: 125px;*/
    height: 200px;
    margin: 0 auto;
}
