*{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: arial;
}
.toast-message {
    font-size: 13px;
}
.login-cover, .login-cover-bg, .login-cover-image {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: background .2s linear;
    animation: background_zoom 120s infinite linear;
}
.login-cover-bg {
    background: rgba(0, 0, 0, 0.19);
    opacity: .6;
}
.fullscreen_bg {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: cover;
        background-position: 50% 50%;
        background-image: url('../img/fondoportalcliente.jpg');
        background-repeat:repeat;
      }
h1 {
      color: #ccc;
      text-align: center;
      font-family: 'Vibur', cursive;
      font-size: 50px;
    }
.bodyform{
      padding: 12px 30px;
}
.logo-img img{
    max-width: 100%;
    max-height: 80px;
    }
.logo-img {
    vertical-align: middle;
    text-align:center;
    }
.login-form {
      width: 350px;
      background: #00000075;
        -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      margin: auto;
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
    -webkit-box-shadow: 10px 10px 18px -5px rgba(46,45,46,1);
    -moz-box-shadow: 10px 10px 18px -5px rgba(46,45,46,1);
    box-shadow: 10px 10px 18px -5px rgba(46,45,46,1);
    }
.form-group {
      position: relative;
      margin-bottom: 15px;
    }
.form-control {
      width: 100%;
      height: 40px;
      border: none;
      padding: 5px 7px 5px 15px;
      background: #fff;
      color: #666;
      border: 2px solid #ddd;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      font-size:13px;
    }
.form-control:focus, .form-control:focus + .fa {
      border-color: #10CE88;
      color: #10CE88;
    }
.form-group .fa {
      position: absolute;
      right: 15px;
      top: 17px;
      color: #999;
    }
.log-status.wrong-entry {
      -moz-animation: wrong-log 0.3s;
      -webkit-animation: wrong-log 0.3s;
      animation: wrong-log 0.3s;
    }
.log-status.wrong-entry .form-control, .wrong-entry .form-control + .fa {
      border-color: #ed1c24;
      color: #ed1c24;
    }
.log-btn {
      background: #00acac;
      display: inline-block;
      width: 100%;
      font-size: 16px;
      height: 45px;
      color: #fff;
      text-decoration: none;
      border: none;
      -moz-border-radius: 25px;
      -webkit-border-radius: 25px;
      border-radius: 25px;
      cursor:pointer;
}
.link {
      text-decoration: none;
      color: #C6C6C6;
      float: right;
      font-size: 12px;
      margin-bottom: 15px;
    }
.link:hover {
      text-decoration: underline;
      color: #8C918F;
    }
@-webkit-keyframes background_zoom{
    0% {transform:scale(1) rotate(0deg)}
    50% {transform:scale(1.4) rotate(0.3deg)}
    100% {transform:scale(1) rotate(0deg)}
}
@keyframes background_zoom{
    0% {transform:scale(1) rotate(0deg)}
    50% {transform:scale(1.4) rotate(0.3deg)}
    100% {transform:scale(1) rotate(0deg)}
}
@-moz-keyframes wrong-log {
      0%, 100% {
            left: 0px;
          }
      20% , 60% {
            left: 15px;
          }
      40% , 80% {
            left: -15px;
      }
    }
@-webkit-keyframes wrong-log {
      0%, 100% {
            left: 0px;
          }
      20% , 60% {
            left: 15px;
          }
      40% , 80% {
            left: -15px;
          }
    }
@keyframes wrong-log {
      0%, 100% {
            left: 0px;
    }  20% , 60% {
            left: 15px;
          }
      40% , 80% {
            left: -15px;
          }
    }
.logo{
    width:100%;
    height:auto;
    padding:13px;
    background-color:#0000;
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    margin-top:-1px;
    }
.sub{
    margin-bottom:10px;
    text-align: center;
    color: #7D7D7D;
}