/* Made with love by Mutiullah Samim*/

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body,
html {
	height: 100%;
	font-family: 'Acme', sans-serif;
}

.container {
	height: 100%;
	align-content: center;
}

.row {
	padding-top: 10%;
}

.card {
	margin-top: auto;
	margin-bottom: auto;
	background-color: rgba(12, 150, 0, 0.5) !important;
}

.social_icon span:hover {
	color: white;
	cursor: pointer;
}

.card-header h3 {
	color: white;
}

.social_icon {
	position: absolute;
	right: 20px;
	top: -45px;
}

.input-group-prepend span {
	width: 50px;
	background-color: #004705;
	color: white;
	border: 0 !important;
}

input:focus {
	outline: 0 0 0 0 !important;
	box-shadow: 0 0 0 0 !important;
}

.login_btn {
	color: white;
	background-color: #004705;
	width: 100px;
}

.login_btn:hover {
	color: black;
	background-color: white;
}
