@charset "UTF-8";
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('../fonts/roboto-condensed-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v18-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
.login-page {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
  
}
.form {
  position: relative;
  margin: 0 auto;
  background: rgba(123, 124, 141, 0.2);
  padding: 20px 22px;
  border-radius:6px;
}

.form input {
   font-family: Roboto Condensed;
  outline: 0;
  background: #2b2f33 !important;
    border:1px solid #585e65;
    -webkit-border-radius: .15em;
     width: 100%;
    margin: 0 0 10px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
  border-radius:6px;
  text-align: center;
}
.form button {
  font-family: Roboto Condensed;
  text-transform: uppercase;
  outline: 0;
  background: #8d0801;
  width: 100%;
  border: 0;
  padding: 10px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  border-radius:6px;
}
.form button:hover,.form button:active,.form button:focus {
  background: #007f5f;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #131212;
  text-decoration: none;
  
}
.form .register-form {
  display: none;
}

.form h1 {
  line-height: 45px;
  font-size: 22px;
  font-family: Roboto Condensed;
  text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
  0px -5px 35px rgba(255,255,255,0.3);
  color: #fff;
  text-align: center;
  background: #242d2c;
  border-radius:6px;
}

.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
  
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 28px;
  font-weight: 200;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 10px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}
body {
 font-family: Roboto Condensed;font-size: 14px;
 background-color:#222b38;;
 text-shadow: 4px 4px 6px #000000; 
}

a{
 color: gray;
 font-family: Roboto Condensed;font-size: 14px;
}
input::placeholder {
  color: #edf2fb;
  opacity: 0.5;
  text-align: center;
}
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: transparent;
   font-size: 16px;
   text-align: center;
   height:32px;
   transform:skew(-10deg);
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.waviy {
  position: relative;
  margin: 5px 0px 10px 10px ;
}
.waviy span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #fff;
  animation: flip 2s infinite;
  animation-delay: calc(.2s * var(--i))
}
@keyframes flip {
  0%,80% {
    transform: rotateY(360deg)
  }
}
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
   animation: textclip 2s linear infinite;
   display: inline-block;
  font-size: 38px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
