body {
  margin: 0;
  padding: 0;
  background: #000;
  color: #fff;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
}
body #copy {
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  line-height: 14px;
  font-size: 10px;
  font-weight: 400;
  z-index: 10;
}
body #copy a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
body #copy a b {
  font-weight: 700;
}
body #copy a:hover {
  color: #fff;
}
body .mask {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  z-index: 1;
  box-shadow: 0 0 100px #d0d0d0 inset, 0 0 300px #d0d0d0 inset, 0 0 200px #d0d0d0 inset;
}
body .mask .modalog {
  opacity: 0;
  width: 300px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 50px rgba(0,0,0,0.1);
  border: 1px solid #ccc;
  padding: 10px;
}
body .mask .modalog .circle {
  background: #0d0d0d;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: relative;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
  border: 1px solid #CCC;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover!important;
}
body .mask .modalog .login h1 {
  margin-top: -30px;
  font-family: arial;
  color: #777;
  text-align: center;
  font-weight: bold;
  font-size: 20pt;

}
body .mask .modalog .login input {
    width: 100%;
    margin-top: 15px;
    background: white;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    transition: box-shadow 0.5s ease;
}
body .mask .modalog .login input:focus {
  box-shadow: inset 0 0 40px rgba(100, 100, 100, 0.1);
}
body .mask .modalog .login button {
  background: #777;
  padding: 10px 5px;
  text-align: center;
  border: none;
  margin-top: 25px;
  width: 100%;
  color: #fff;
  border-radius: 5px;
}
body .vertical {
  float: left;
  width: 10%;
  overflow: hidden;
}
body .vertical .horizontal {
  width: 100%;
  height: 150px;
  position: relative;
  box-shadow: -1px 1px 0 1px #000000 inset, 0 0 50px rgba(0, 0, 0, 0.5) inset;
  overflow: hidden;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover!important;
}
