html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
li {
  list-style: none;
}

html,
body {
  width: 100%;
  height: 100%;
  background: rgb(20, 20, 20);
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font: normal 75% Arial, Helvetica, sans-serif;
}

canvas {
  display: block;
}

.content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}

.title {
  font-size: 100px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  background-image: linear-gradient(45deg, #fe1b60, #fb513d);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.subtext {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
  font-style: normal;
  color: rgb(228, 228, 228);
  text-align: center;
}

a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #fff3;
}

a:hover {
  border-bottom-color: #fff9;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  padding: 0px;
  margin: 0px;
  z-index: 1;
}

@import url(https://fonts.googleapis.com/css?family=Gudea:400,700);

 body ::-webkit-input-placeholder {
	 color: #4e546d;
}
 body .authent {
	 display: none;
	 background: #242424;
	/* Old browsers */
	 background: -moz-linear-gradient(45deg, #242424 0%, #363636 100%);
	/* FF3.6+ */
	 background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #242424), color-stop(100%, #363636));
	/* Chrome,Safari4+ */
	 background: -webkit-linear-gradient(45deg, #242424 0%, #363636 100%);
	/* Chrome10+,Safari5.1+ */
	 background: -o-linear-gradient(45deg, #242424 0%, #363636 100%);
	/* Opera 11.10+ */
	 background: -ms-linear-gradient(45deg, #242424 0%, #363636 100%);
	/* IE10+ */
	 background: linear-gradient(45deg, #242424 0%, #363636 100%);
	/* W3C */
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242424', endColorstr='#363636',GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	 position: absolute;
	 left: 0;
	 right: 90px;
	 margin: auto;
	 width: 100px;
	 color: white;
	 text-transform: uppercase;
	 letter-spacing: 1px;
	 text-align: center;
	 padding: 20px 70px;
	 top: 200px;
	 bottom: 0;
	 height: 70px;
	 opacity: 0;
}
 body .authent p {
	 text-align: center;
	 color: white;
}
 body .success {
	 display: none;
	 color: #d5d8e2;
}
 body .success p {
	 font-size: 14px;
}
 body p {
	 color: #6e6e6e;
	 font-size: 10px;
	 text-align: left;
}
 body .testtwo {
	 left: -320px !important;
}
 body .test {
	 box-shadow: 0px 20px 30px 3px rgba(0, 0, 0, 0.55);
	 pointer-events: none;
	 top: -100px !important;
	 transform: rotateX(70deg) scale(0.8) !important;
	 opacity: 0.6 !important;
	 filter: blur(1px);
}
 body .login {
	 opacity: 1;
	 top: 20px;
	 -webkit-transition-timing-function: cubic-bezier(0.68, -0.25, 0.265, 0.85);
	 transition-property: transform, opacity, box-shadow, top, left;
	 transition-duration: 0.5s;
	 transform-origin: 161px 100%;
	 transform: rotateX(0deg);
	 position: relative;
	 width: 240px;
	 border-top: 2px solid #fe1b60;
	 height: 300px;
	 position: absolute;
	 left: 0;
	 right: 0;
	 margin: auto;
	 top: 0;
	 bottom: 0;
	 padding: 100px 40px 40px 40px;
	 background: #242424;
   /*#242424 -> #363636 */
	/* Old browsers */
	 background: -moz-linear-gradient(45deg, #242424 0%, #363636 100%);
	/* FF3.6+ */
	 background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #242424), color-stop(100%, #363636));
	/* Chrome,Safari4+ */
	 background: -webkit-linear-gradient(45deg, #242424 0%, #363636 100%);
	/* Chrome10+,Safari5.1+ */
	 background: -o-linear-gradient(45deg, #242424 0%, #363636 100%);
	/* Opera 11.10+ */
	 background: -ms-linear-gradient(45deg, #242424 0%, #363636 100%);
	/* IE10+ */
	 background: linear-gradient(45deg, #242424 0%, #363636 100%);
	/* W3C */
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242424', endColorstr='#363636',GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
  z-index: 20;
}
 body .login .validation {
	 position: absolute;
	 z-index: 1;
	 right: 10px;
	 top: 6px;
	 opacity: 0;
}
 body .login .disclaimer {
	 position: absolute;
	 bottom: 20px;
	 left: 35px;
	 width: 250px;
}
body .login .warning {
	color: #fe1b60;
	position: absolute;
	bottom: 110px;
	left: 35px;
	width: 250px;
}
 body .login_title {
	 color: #afb1be;
	 height: 60px;
	 text-align: left;
	 font-size: 16px;
}
 body .login_fields {
	 height: 208px;
	 position: absolute;
	 left: 0;
}
 body .login_fields .icon {
	 position: absolute;
	 z-index: 1;
	 left: 36px;
	 top: 8px;
	 opacity: 0.5;
}

 body .login_fields input[type='text'], body .login_fields input[type='password'] {
	 color: #afb1be;
	 width: 190px;
	 margin-top: -2px;
	 background: #353535;
	 left: 0;
	 padding: 10px 65px;
	 border-top: 2px solid #636363;
	 border-bottom: 2px solid #616161;
	 border-right: none;
	 border-left: none;
	 outline: none;
	 font-family: 'Gudea', sans-serif;
	 box-shadow: none;
}
 body .login_fields__user, body .login_fields__password {
	 position: relative;
}
 body .login_fields__submit {
	 position: relative;
	 top: 35px;
	 left: 0;
	 width: 80%;
	 right: 0;
	 margin: auto;
}
 body .login_fields__submit .forgot {
	 float: right;
	 font-size: 10px;
	 margin-top: 11px;
	 text-decoration: underline;
}
 body .login_fields__submit .forgot a {
	 color: #606479;
}
 body .login_fields__submit input {
	 border-radius: 50px;
	 background: transparent;
	 padding: 10px 50px;
	 border: 2px solid #dc6180;
	 color: #dc6180;
	 text-transform: uppercase;
	 font-size: 11px;
	 transition-property: background, color;
	 transition-duration: 0.2s;
}
 body .login_fields__submit input:focus {
	 box-shadow: none;
	 outline: none;
}
 body .login_fields__submit input:hover {
	 color: white;
	 background: #dc6180;
	 cursor: pointer;
	 transition-property: background, color;
	 transition-duration: 0.2s;
}
/* Color Schemes */
 .love {
	 position: absolute;
	 right: 20px;
	 bottom: 0px;
	 font-size: 11px;
	 font-weight: normal;
}
 .love p {
	 color: white;
	 font-weight: normal;
	 font-family: 'Open Sans', sans-serif;
}
 .love a {
	 color: white;
	 font-weight: 700;
	 text-decoration: none;
}
 .love img {
	 position: relative;
	 top: 3px;
	 margin: 0px 4px;
	 width: 10px;
}
 .brand {
	 position: absolute;
	 left: 20px;
	 bottom: 14px;
}
 .brand img {
	 width: 30px;
}
 