@import url(layout.css);
@import url(../../css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,700&subset=latin,latin-ext);
.notext {
  text-indent: -10000px;
}
#tracy-debug .tracy-mode-peek .tracy-inner,
#tracy-debug .tracy-mode-float .tracy-inner {
  max-width: 1200px !important;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  background: #bdc3c7;
}
html,
body {
  height: 100%;
}
.pl0 {
  padding-left: 0;
}
.mt10 {
  margin-top: 10px;
}
.lockscreen {
  background: #f37216;
  background-image: -webkit-radial-gradient(circle,#f9a62a,#f37216);
  background-image: radial-gradient(circle,#f9a62a,#f37216);
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 100%;
}
.lockscreen .window {
  width: 100%;
  max-width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -125px;
  background: #fff;
  box-shadow: 0 0 80px rgba(0,0,0,0.2);
  padding: 30px;
  transition: .3s all;
  animation-name: otoc;
  animation-duration: 1s;
}
.lockscreen .window label {
  display: block;
  width: 100%;
  font-weight: 400;
  text-align: left;
}
.lockscreen .window label .form-control {
  border-radius: 0;
  margin-top: 5px;
  box-shadow: none;
}
.lockscreen .window label .form-control:hover {
  border-color: #f37216;
}
.lockscreen .window label .form-control:focus {
  border-color: #dc620d;
}
.lockscreen .window .btn {
  border-radius: 0px;
  background: #dc620d;
  border-color: #c4570c;
  transition: .3s all;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
}
.lockscreen .window .btn:hover {
  background: #d15a08;
  border-color: #b84f07;
}
.lockscreen .window .logo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  transform: perspective(800px) rotateX(180deg);
  animation: steps(1,end);
  animation-name: zindex;
  animation-duration: .08s;
  z-index: 0;
  animation-fill-mode: forwards;
}
@media only screen and (max-width: 767px) {
  .lockscreen .window {
    position: relative;
    left: 0;
    top: 5px;
    margin: 0 auto;
    width: 95%;
  }
}
