@font-face {
	font-family: 'Open Sans', sans-serif;
	src: url('../webfonts/OpenSans-VariableFont_wdth,wght.ttf')
		format("opentype");
}

body {
	background: linear-gradient(to bottom right, #fff, #07b171);
	background-size: cover;
}

.container {
	align-content: center;
}

.card {
	margin-top: auto;
	margin-bottom: auto;
	width: 450px;
	background-color: rgba(0, 0, 0, 0.5) !important;
}

.card-footer {
	background: rgba(0, 0, 0, 0.5) !important;
}

.card-footer a {
	color: #FFFFFF;
}

.card-header h3 {
	color: #FFFFFF;
}

.input-group-prepend span {
	width: 50px;
	background: #00793f;
	color: white;
	border: 0 !important;
	color: white;
	color: white;
}

input:focus {
	outline: 0 0 0 0 !important;
	box-shadow: 0 0 0 0 !important;
}

.links {
	color: white;
	font-weight: 700;
}

.links a {
	margin-left: 4px;
}