@charset "UTF-8";
/* third-party plugins */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */



body.login-page{
  background: #364760;
}
/* ./loaders */
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}

.dev-page-error {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.dev-page-error .dev-page-error-block {
  width: 370px;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -185px;
  -webkit-animation: appear 500ms;
  animation: appear 500ms;
}
.dev-page-error .dev-page-error-block:before,
.dev-page-error .dev-page-error-block:after {
  content: " ";
  display: table;
}
.dev-page-error .dev-page-error-block:after {
  clear: both;
}
.dev-page-error .dev-page-error-block:before,
.dev-page-error .dev-page-error-block:after {
  content: " ";
  display: table;
}
.dev-page-error .dev-page-error-block:after {
  clear: both;
}
.dev-page-error .dev-page-error-block .code {
  float: left;
  width: 100%;
  font-size: 160px;
  color: #364760;
  text-align: center;
  line-height: 150px;
}
.dev-page-error .dev-page-error-block .title {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #555555;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px;
}
.dev-page-error .dev-page-error-block .buttons {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.dev-page-error .dev-page-error-block .buttons .btn {
  padding: 10px 15px;
}
.dev-page-error .dev-page-error-block .form-group {
  margin-bottom: 30px;
}
.dev-page-error .dev-page-error-block .form-group label {
  color: #999999;
}
.dev-page-error .dev-page-error-block .copyright {
  float: left;
  width: 100%;
}
.dev-page-error .dev-page-error-block .copyright > div {
  text-align: center;
  margin-bottom: 10px;
}
.dev-page.dev-page-lock-screen {
  float: left;
  width: 100%;
  min-height: 100%;
  background: #364760;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box {
  width: 370px;
  margin: 100px auto 0px;
  -webkit-animation: zoomIn 300ms;
  animation: zoomIn 300ms;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .first-screen,
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .second-screen {
  float: left;
  width: 100%;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .second-screen {
  display: none;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .second-screen .photo {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .second-screen .photo img {
  border: 5px solid rgba(255, 255, 255, 0.2);
  width: 180px;
  height: 180px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .second-screen .elements .form-group {
  margin-bottom: 10px;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .second-screen .elements .form-group .input-group-addon,
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .second-screen .elements .form-group .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: 0px;
  color: #FFF;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .second-screen .title {
  float: left;
  width: 100%;
  margin-bottom: 50px;
  font-size: 14px;
  color: #FFF;
  text-align: center;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .second-screen .title span {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  color: #BBB;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .basement {
  float: left;
  width: 100%;
  color: #667d8d;
  font-size: 11px;
  text-align: center;
  margin-top: 25px;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .clock {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .date {
  float: left;
  width: 100%;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  color: #FFF;
  margin-bottom: 50px;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .lock-button {
  width: 100%;
  text-align: center;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .lock-button .btn {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #FFF;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  position: relative;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .lock-button .btn:after {
  left: -2px;
  top: -2px;
  content: " ";
  position: absolute;
  width: 60px;
  height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity = 0*100);
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .lock-button .btn i {
  font-size: 28px;
  -webkit-opacity: 0.2;
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
  opacity: 0.2;
  filter: alpha(opacity = 0.2*100);
  line-height: 54px;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .lock-button .btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .lock-button .btn:hover i {
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  opacity: 0.3;
  filter: alpha(opacity = 0.3*100);
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box.dev-page-lock-screen-animate .first-screen {
  display: none;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box.dev-page-lock-screen-animate .second-screen {
  display: block;
  -webkit-animation: zoomIn 300ms;
  animation: zoomIn 300ms;
}
@media all and (max-width: 992px) {
  .dev-page.dev-page-lock-screen .dev-page-lock-screen-box {
    width: 100%;
    padding: 50px;
    margin-top: 0px;
  }
}

