*{
	font-family: "Roboto", sans-serif;
}
body {
	margin: 0;
	padding: 0;
	background: url(../img/login-background.jpeg) no-repeat center center fixed;
	height: 100vh;
	font-family: sans-serif;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden
}

@media screen and (max-width: 600px;
) {
	body {
		background-size: cover;
		: fixed}
}

#particles-js {
	height: 100%
}

.loginBox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 350px;
	min-height: 200px;
	background: #ffffffe3;
	border-radius: 10px;
	padding: 40px;
	box-sizing: border-box
}

.user {
	margin: 0 auto;
	display: block;
	margin-bottom: 20px
}

h3 {
	margin: 0;
	padding: 0 0 20px;
	color: #000000;
	text-align: center;
	font-weight: 900;
	font-style: normal;
}

.loginBox input {
	width: 100%;
	margin-bottom: 20px
}

.loginBox input[type="text"], .loginBox input[type="password"] {
	border: none;
	border-bottom: 2px solid #262626;
	outline: none;
	height: 40px;
	color: #030303;
	background: transparent;
	font-size: 16px;
	padding-left: 20px;
	box-sizing: border-box
}

.loginBox input[type="text"]:hover, .loginBox input[type="password"]:hover {
	color: #951e1e;
}

.loginBox input[type="text"]:focus, .loginBox input[type="password"]:focus {
	border-bottom: 2px solid #e40034
}

.inputBox {
	position: relative
}

.inputBox span {
	position: absolute;
	top: 10px;
	color: #262626
}

.loginBox input[type="submit"] {
	border: none;
	outline: none;
	height: 40px;
	font-size: 16px;
	background: #e40034;
	color: #fff;
	border-radius: 20px;
	cursor: pointer
}

.loginBox a {
	color: #262626;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block
}

a:hover {
	color: #e40034
}

p {
	color: #313131;
	text-align: center;
}