* {
	margin: 0;
	padding: 0;
}

#particles-js {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

body {
	font-family: 'Josefin Sans', sans-serif;
	background-color: #ebf0f6;
}

.card .form__group input[placeholder] {
	font-family: 'Josefin Sans', sans-serif;
}
.card p {
	font-size: 24px;
	color: #4D4D4D;
	font-weight: bold;
	margin-bottom: 35px;
}

.card {
	z-index: 2;
	display: flex;
	justify-content: center;
	flex-flow: column wrap;
	height: 100vh;
	min-height: 568px;
	text-align: center;
}

.card img {
	margin-bottom: 25px;
}

.card form {
	width: 100%;
	padding: 30px 25px;
	background: #FFFFFF;
	box-shadow: 2px 5px 19px rgba(0, 0, 0, 0.15);
	border-radius: 8px;
}

.card input {
	height: 48px;
	width: 100%;
	border: none;
	background: #F4F4F4;
	border-radius: 4px;
	margin-bottom: 20px;
	outline: none;
	transition: 0.3s;
	font-size: 18px;
	padding-left: 15px;
}

.form__group {
	position: relative;
}


.card input:focus {
	border: 1px solid #2C7CD1;
	background-color: transparent;
}

.form__input:focus~.form__lable,
.form__input:not(:placeholder-shown)~.form__lable {
	top: -20px;
	left: 2px;
	font-size: 14px;
	color: #000;
}

.card .form__button {
	width: 100%;
	padding: 15px 30px;
	height: 48px;
	border-width: 0;
	background: #2C7CD1;
	border-radius: 4px;
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	color: #fff;
	margin-bottom: 20px;
}

span {
	position: absolute;
	right: 15px;
	transform: translate(0, -50%);
	top: 30%;
	cursor: pointer;
}

.fa {
	font-size: 60px;
	color: #7a797e;
}

.line {
	opacity: 0.2;
	border: 1px dashed #000000;
}

button {
	margin: 0;
	padding: 0;
}

.buttons {
	margin-top: 20px;
}

a{
	text-decoration: none;
}

#register {
	margin-right: -3px;
	padding: 10px 65px;
	width: 49%;
	height: 31px;
	background: #FAFAFA;
	border: 1px solid #E1E1E1;
	box-sizing: border-box;
	border-radius: 4px 0px 0px 4px;
	font-family: Josefin Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	text-transform: uppercase;
	color: #042458;
}

#forgot {
	padding: 10px 50px;
	margin-left: -3px;
	width: 49%;
	height: 31px;
	background: #FAFAFA;
	border: 1px solid #E1E1E1;
	box-sizing: border-box;
	border-radius: 0px 4px 4px 0px;
	font-family: Josefin Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	text-transform: uppercase;
	color: #042458;
}


input:required:valid {
  border: 2px solid #7BD12C;
}


@media (max-width: 576px) {
	#register {
		padding: 10px 25px;
	}
	#forgot {
	padding: 10px 15px;
	}
}

@media (min-width: 1380px) {
	#register {
		padding: 10px 40px;
	}
	#forgot {
	padding: 10px 30px;
	}
}