﻿@import "../../dayangit/jquerySlider/css/jquery.slider.css";
@keyframes loginsquare {
  to {
    top: 550px;
    left: -100px;
    width: 40px;
  }
}
@-moz-keyframes loginsquare {
  
}
@-webkit-keyframes loginsquare {
  to {
    top: 550px;
    left: -100px;
    width: 40px;
  }
}
@-o-keyframes loginsquare {
  to {
    top: 550px;
    left: -100px;
    width: 40px;
  }
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
body {
  background: #FCFCFC !important;
}
.page-top-fixed {
  height: 41%;
  width: 100%;
  background: #0270D7;
  position: fixed;
  top: 0;
  z-index: -1;
}
.page-lock {
  width: 550px;
  margin: 12vh auto 0 auto;
  position: relative;
}
.page-lock .animation-square {
  z-index: 1;
}
.page-lock .animation-square .square {
  position: absolute;
  transition: width 5s linear, height 5s linear, top 5s linear, left 5s linear, background 5s linear;
  -moz-transition: width 5s linear, height 5s linear, top 5s linear, left 5s linear, background 5s linear;
  -ms-transition: width 5s linear, height 5s linear, top 5s linear, left 5s linear, background 5s linear;
  -webkit-transition: width 5s linear, height 5s linear, top 5s linear, left 5s linear, background 5s linear;
  -o-transition: width 5s linear, height 5s linear, top 5s linear, left 5s linear, background 5s linear;
}
.page-lock .logo {
  font-size: 36px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 15px;
}
.page-lock .logo-tip {
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 56px;
}
.page-lock .login-form {
  background: #FFFFFF;
  z-index: 10;
  position: relative;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.13);
  border-radius: 8px !important;
  width: 550px;
  height: 390px;
}
.page-lock .login-form .login-title {
  font-size: 24px;
  color: #4A4A4A;
  text-align: center;
  padding: 30px;
}
.page-lock .login-form .form-group {
  width: 260px;
  margin: 0 auto 26px auto;
}
.page-lock .login-form .form-group .input-title {
  color: #999;
  display: none;
  font-size: 12px;
  margin-top: -17px;
}
.page-lock .login-form .form-group.has-error {
  position: relative;
}
.page-lock .login-form .form-group.has-error .help-block {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  width: auto;
  background: #4C4C4C;
  color: #FFF;
  line-height: 16px;
  padding: 7px 12px;
  transform: translateX(calc(105%));
  font-size: 12px;
}
.page-lock .login-form .form-group.has-error .help-block:before {
  content: "";
  position: absolute;
  top: 9px;
  left: -6px;
  display: inline-block !important;
  border-top: 7px solid transparent;
  border-right: 7px solid #ccc;
  border-bottom: 7px solid transparent;
  border-right-color: #4C4C4C;
}
.page-lock .login-form .form-group.has-error .help-block i {
  margin-right: 5px;
}
.page-lock .login-form .form-group.has-error .form-control,
.page-lock .login-form .form-group.has-error .form-control:focus {
  background-color: #fff;
}
.page-lock .login-form .form-group.has-error .input-icon:before {
  content: '';
  width: 260px;
}
.page-lock .login-form .form-group .input-icon:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  width: 0;
  background-color: #CA3636;
  transition: width ease 0.2s;
}
.page-lock .login-form .form-group .input-icon .form-control {
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  border-radius: 0 !important;
  padding-left: 0 !important;
}
.page-lock .login-form .form-group .input-icon .form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.page-lock .login-form .form-group .input-icon .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.page-lock .login-form .form-group .input-icon .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.page-lock .login-form .form-group .input-icon .form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.page-lock .login-form .form-group .slider {
  margin: 0;
  padding: 12px 0;
}
.page-lock .login-form .form-group .slider .ui-slider-text {
  border: 1px solid #D2D2D2;
}
.page-lock .login-form .form-group .slider .ui-slider-btn {
  border: 1px solid #D2D2D2;
}
.page-lock .login-form .form-actions {
  background-color: transparent;
  border-top: 0;
  text-align: center;
  padding: 10px 10px;
  margin-top: 0;
}
.page-lock .login-form .form-actions:before,
.page-lock .login-form .form-actions:after {
  display: none;
}
.page-lock .login-form .form-actions .login-btn {
  height: 45px;
  width: 260px;
  -webkit-border-radius: 46px !important;
  -moz-border-radius: 46px !important;
  border-radius: 46px !important;
  background-image: linear-gradient(90deg, #12ccfb 0%, #0067e2 100%);
  font-size: 16px;
  color: #FFFFFF;
  border: 0;
  box-shadow: 0 3px 12px 0 rgba(13, 66, 221, 0.38) !important;
}
.copyright {
  position: fixed;
  color: #777;
  font-size: 12px;
  bottom: 22px;
  width: 100%;
  text-align: center;
}
