@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800");
html,
body {
  margin: 0;
  height: 100%; }

.sky {
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0); }

.clouds_one {
  background: url("/app/core/images/cloud.png");
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 300%;
  -webkit-animation: cloud_one 400s linear infinite;
  -moz-animation: cloud_one 400s linear infinite;
  -o-animation: cloud_one 400s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0); }

.clouds_two {
  background: url("/app/core/images/cloud2.png");
  position: absolute;
  background-repeat: repeat-x;
  left: 0;
  top: 0;
  height: 100%;
  width: 300%;
  -webkit-animation: cloud_two 600s linear infinite;
  -moz-animation: cloud_two 600s linear infinite;
  -o-animation: cloud_two 600s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0); }

.clouds_one_v2 {
  background: url("/app/core/images/cloud.png");
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 300%; }

.clouds_two_v2 {
  background: url("/app/core/images/cloud2.png");
  position: absolute;
  background-repeat: repeat-x;
  left: 0;
  top: 0;
  height: 100%;
  width: 300%; }

@-webkit-keyframes sky_background {
  0% {
    background: #007fd5;
    color: #007fd5; }
  50% {
    background: #000;
    color: #a3d9ff; }
  100% {
    background: #007fd5;
    color: #007fd5; } }

@-webkit-keyframes cloud_one {
  0% {
    -webkit-transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(-66.6%); } }

@-webkit-keyframes cloud_two {
  0% {
    -webkit-transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(-66.6%); } }

@-moz-keyframes cloud_one {
  0% {
    -moz-transform: translateX(0%); }
  100% {
    -moz-transform: translateX(-66.6%); } }

@-moz-keyframes cloud_two {
  0% {
    -moz-transform: translateX(0%); }
  100% {
    -moz-transform: translateX(-66.6%); } }

.login-page {
  font-weight: 400;
  font-size: 13px;
  color: #67757c;
  background: url(/app/core/images/sunny.jpg) bottom center no-repeat #ddd;
  background-size: cover;
  height: 100vh;
  width: 100vw; }

#front {
  background: url(/app/core/images/sunny.png) bottom center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100vh;
  width: 100vw; }

.login-page a {
  color: #455a64; }

.login-page .has-feedback {
  position: relative; }
  .login-page .has-feedback .ion {
    padding-top: 10px; }

.login-page .login-box {
  position: absolute;
  text-outline: 3px;
  width: 460px;
  z-index: 999;
  top: calc(50vh - 325px);
  left: calc(50vw - 230px); }
  @media screen and (max-width: 500px) {
    .login-page .login-box {
      width: 90%;
      left: 5%; } }
.login-page .login-header {
  background-color: #666;
  padding: 20px 0 5px 0;
  margin: 0px -20px 0px -20px;
  color: #fff; }
  .login-page .login-header.top {
    margin-bottom: 40px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .login-page .login-header.bottom {
    margin-top: 30px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    /*min-height:150px;
            max-height:250px;*/
    height: 55px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s; }
    .login-page .login-header.bottom .ion {
      transition: all 0.4s;
      transform: rotate(0deg); }
    .login-page .login-header.bottom.expanded {
      height: 250px;
      overflow-y: hidden;
      overflow-x: hidden; }
      .login-page .login-header.bottom.expanded .ion {
        transform: rotate(180deg); }
    .login-page .login-header.bottom ul {
      margin: 0;
      padding-left: 15px;
      padding-right: 25px; }
    .login-page .login-header.bottom h6 {
      padding-bottom: 10px; }
      .login-page .login-header.bottom h6 span {
        position: absolute;
        top: 0;
        right: 30px; }
    .login-page .login-header.bottom button {
      margin-top: 10px;
      font-size: 13px;
      color: #fff; }
      .login-page .login-header.bottom button:hover {
        background-color: #000; }

.login-page .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
  color: #67757c;
  line-height: 35px; }

.login-page .login-box-body {
  background: rgba(255, 255, 255, 0.9);
  padding: 0px 20px 0px;
  border-top: 0;
  color: #67757c;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5; }

.login-page .login-logo {
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 7px; }

.login-page .register-box {
  width: 360px;
  margin: 5% auto; }

.login-page .login-box .fog-pwd {
  position: relative;
  margin-bottom: 10px; }

.login-page .login-box .fog-pwd i {
  position: relative;
  padding-right: 15px; }

.login-page .login-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px; }

.login-page .margin-top-10 {
  margin-top: 10px; }

.login-page .btn {
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  cursor: pointer;
  background-color: #555555;
  line-height: inherit; }

.login-page .btn-circle {
  border-radius: 100%; }

.login-page .btn-rounded {
  border-radius: 60px; }

.login-page .btn-group-vertical > .btn:first-child:not(:last-child),
.login-page .btn-group-vertical > .btn:last-child:not(:first-child),
.login-page .btn.btn-flat {
  border-radius: 4px; }

.login-page .btn.btn-flat {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px; }

.login-page .btn-info {
  background-color: #1e88e5;
  border-color: #1e88e5;
  color: #fff; }

.login-page .btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.login-page .btn:focus {
  outline: 0; }

.login-page .btn,
.login-page .btn:hover {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.login-page .form-element .form-control {
  font-size: 16px !important;
  color: #67757c;
  min-height: 38px;
  display: initial;
  -webkit-background-clip: padding-box;
  background-color: transparent;
  background-position: center bottom, center calc(100% - 1px);
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px;
  padding: 0;
  -webkit-transition: background 0s ease-out 0s;
  -o-transition: background 0s ease-out 0s;
  transition: background 0s ease-out 0s; }

.login-page input:-webkit-autofill {
  -webkit-text-fill-color: #67757c;
  font-size: 16px !important;
  padding: 10px 10px 1px 0;
  border-bottom: 1px solid #d9d9d9 !important;
  -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset !important; }

.login-page .form-element .form-control,
.login-page .form-element .form-control:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
  background-image: -webkit-linear-gradient(#398bf7, #398bf7), -webkit-linear-gradient(#d9d9d9, #d9d9d9);
  background-image: -o-linear-gradient(#398bf7, #398bf7), -o-linear-gradient(#d9d9d9, #d9d9d9);
  background-image: linear-gradient(#398bf7, #398bf7), linear-gradient(#d9d9d9, #d9d9d9);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none; }

.login-page .form-element .form-control.focus,
.login-page .form-element .form-control:focus {
  background-size: 100% 2px, 100% 1px;
  outline: 0;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s; }

@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent; }
  50% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1); }
  100% {
    -webkit-box-shadow: 0 0 0 15px transparent;
    box-shadow: 0 0 0 15px transparent; } }

@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent; }
  50% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1); }
  100% {
    -webkit-box-shadow: 0 0 0 15px transparent;
    box-shadow: 0 0 0 15px transparent; } }

.login-page .bootstrap-select.btn-group .dropdown-menu {
  margin-top: -40px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1); }
