body {
	
	background-size: cover;
}
.login-form label {
	font-size: 12px;
	color: #000000;
}
.login-form {
	position: relative;
	z-index: 1;
	padding: 57px 24px;
	border-radius: 10px;
	box-shadow: 2px 5px 10px 5px #ffffff47;
	background-color: #ffffff;
	margin-top: 10%;
	animation-name: login;
	animation-duration: 3s;
	border-top:  1px solid #000000;
	border-left:  1px solid #000000;
	border-right:  1px solid #000000;
	border-bottom: 1px solid #000000;
}
.text-muted {
	color: #000000!important;
}
.login-form h2 {
	position: relative;
	top: -10px;
}
.form-control1{
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000000;
	background-color: #ffffffa1;
	background-clip: padding-box;
	border-top:  1px solid #00FDDF;
	border-left:  1px solid #00FDDF;
	border-right:  1px solid #00FDDF;
	border-bottom: 1px solid #00FDDF;
	border-radius: 0rem;
	transition: border-color .15s ease-in-out , box-shadow .15s ease-in-out;
}
.btn-danger {
	color: #ffffff;
	background-color: #02c3a7;
	border: 2px solid #02c3a7;
	padding: 7px 38px;
	font-size: 16px;
	border-radius: 0px;
}
.login-circle {
	position: relative;
	top: 60px;
	color: #00ffdf!important;
	z-index: 2;	
}
@keyframes login{
	0% {
		transform: translateY(270px);
	}
}







