@import url('https://fonts.googleapis.com/css?family=Oswald');





.login-page {

  width: 360px;

  margin: auto;

  color: white;

}

.form {

	  font-family: "Oswald", sans-serif;

  position: relative;

  z-index: 1;

  background-color: black;

  max-width: 360px;

  margin: 0 auto 100px;

  padding: 45px;

  text-align: center;

  border-radius: 25px;

  box-shadow: 0 0 20px 0 rgba(156, 156, 156, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);

}

.form input[type=text] {

  font-family: "Oswald", sans-serif;

  text-align: center;

  outline: 0;

  color:black;

  background: whitesmoke;

  border-radius: 65px;

  width: 100%;

  border: 0;

  margin: 0 0 15px;

  padding: 15px;

  box-sizing: border-box;

  font-size: 14px;


}





.error { color: red; }

.form input[type=password] {

  font-family: "Oswald", sans-serif;

    text-align: center;


  outline: 0;

    color:black;

  background: whitesmoke;

  border-radius: 65px;

  width: 100%;

  border: 0;

  margin: 0 0 15px;

  padding: 15px;

  box-sizing: border-box;

  font-size: 14px;

}

.form button[type=button] {

  font-family: "Oswald", sans-serif;

  text-transform: uppercase;

  outline: 0;

  width: 100%;

  border: 0;

  padding: 15px;

  color: #FFFFFF;

  font-size: 14px;

  -webkit-transition: all 0.3 ease;

  transition: all 0.3 ease;

  cursor: pointer;

}

.form button:hover,.form button:active,.form button:focus {

  background: #43A047;

}

.form .message {

  margin: 15px 0 0;

  color: #b3b3b3;

  font-size: 12px;

}

.form .f-footer{
  margin: 25px 0px 5px 0px;

  color: #b3b3b3;

  font-size: 11px;
}


.form a:link{

  color: #fb7213;

  text-decoration: none;

}
.form a:visited{

  color: #fb7213;

  text-decoration: none;

}
.form a:hover{

  color: #fb9613;

  text-decoration: none;

}
.form a:active{

  color: #ffa86b;

  text-decoration: none;

}

.form .register-form {

  display: none;

}

.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 15px;

  padding: 0;

  font-size: 36px;

  font-weight: 300;

  color: #1a1a1a;

}

.container .info span {

  color: #4d4d4d;

  font-size: 12px;

}

.container .info span a {

  color: #000000;

  text-decoration: none;

}

.container .info span .fa {

  color: #EF3B3A;

}

.myathead

{

background: linear-gradient(330deg, Black 10%, #fb7216 25%, white 50%, #fb7216 75%, white 100%);

-webkit-background-clip: text;

-webkit-text-fill-color: transparent;

}

.auth2
{

  font-family: 'Ubuntu Mono', sans-serif;
  text-transform:uppercase;
  color:#FFBF00;


}


.dildo
{color:#b3b3b3;}


.loader {





	    
      margin: auto;
    
    border: 5px solid #f3f3f3;
    
    border-top: 1px solid #fb7216;
    
    border-radius: 50%;
    
    width: 150px;
    
    height: 145px;
    
    animation: spin 30s linear infinite;
   
    animation-play-state: running;

}



@keyframes spin {

	

    0% { transform: rotate(0deg); }

    100% { transform: rotate(360deg); }

}

body {
	background: linear-gradient(-45deg, #000000, #fb7216, #000000, #000000);
	background-size: 400% 400%;
	-webkit-animation: gradient 30s ease infinite;
	        animation: gradient 30s ease infinite;
}

@-webkit-keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}