* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Roboto', sans-serif;
}

#particle {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:0; 
}

.login-particle {
	background: #090979;
}

.logo {
	width: 100%;
	max-width: 100px;
	margin-bottom: 1rem;
}

a {
	text-decoration: none;
	color: #090979;
}

.login-card {
	background: #fff;
    width: 25%;
    text-align: center;
    padding: 40px;
    border-radius: 5px;
    position: absolute;
    width: 400px;
    height: 500px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: auto;
	z-index: 10;
}

/*.login-card img {
	margin-bottom: 1rem;
}

.bias {
	margin-bottom: 3rem;
}

.web {
	margin-top: 6rem;
}*/


.btn {
	cursor: pointer;
	border: none;
	color: #fff;
	background: #090979;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 15px;
}

.submit-container button:hover {
	opacity: 0.85;
}

.error-msg {
	margin: 15px 0;
	font-weight: bold;
}

.input-container label {
	color: #090979;
}