.top-bar {
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  z-index: 3;
  background-color: #fff; }

.bg-image {
  background-image: url(../images/bg.png);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%; }

.bg-video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 450px;
  width: auto;
  height: auto;
  z-index: -1;
  background-size: cover; }

.msg-ini {
  color: rgba(255, 255, 255, 0.4);
  z-index: 4;
  position: relative; }
  .msg-ini h4 {
    font-size: 2.9rem;
    margin-top: 100px; }

.area-login {
  background-color: white;
  border-radius: 0px;
  z-index: 3;
  height: 100%; }
  .area-login a {
    color: #333; }
  .area-login label {
    display: block;
    padding-left: 3px;
    position: relative; }
  .area-login input[type='text'], .area-login input[type='password'] {
    width: 100%;
    border: none;
    border-radius: 90px;
    padding-left: 50px !important;
    background-color: #ebebe9;
    height: 55px;
    transition: all 150ms linear; }
  .area-login input[type='submit'] {
    width: 40%;
    border-radius: 90px !important;
    height: 45px; }
  .area-login h3 {
    padding-bottom: 12px;
    font-size: 2rem;
    color: #777;
    text-transform: uppercase; }

/*# sourceMappingURL=login.css.map */
