html,
body {
	height: 100vh;
	width: 100vw;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;

	font-family: "IBM Plex Sans", sans-serif;
}

.content-wrapper {
	background-image: url("../img/3454116.jpg"), radial-gradient(circle, #050026 0%, #1f6fca 0%, #050026 100%);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;

	height: 100vh;
	width: 100vw;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background-blend-mode: color-burn;
}


.font-acme {
	font-family: "Acme", sans-serif;
}

.font-ibm {
	font-family: "IBM Plex Sans", sans-serif;
}

.font-cinzel {
	font-family: "Cinzel", serif;
	font-weight: 600;
}

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

.card {
	background-color: rgba(255, 255, 255, 0.9) !important;
	height: auto;
	margin-top: auto;
	margin-bottom: auto;
	min-width: 320px;
	max-width: 1200px;
	border-radius: 20px;
	color: #10247e;
}

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

.social_icon span {
	font-size: 60px;
	margin-left: 10px;
	color: #ffc312;
}

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

.card-header h3 {
	color: white;
	letter-spacing: 2px;
}

.input-group-prepend span {
	/* width: 50px; */
	background-color: #ffc312;
	color: black;
	/* border: 0 !important; */
}

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

.remember {
	color: white;
}

.remember input {
	width: 20px;
	height: 20px;
	margin-left: 15px;
	margin-right: 5px;
}

.login_btn {
	color: black;
	background-color: #ffc312;
	width: 100px;
}

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

.links {
	color: white;
}

.links a {
	margin-left: 4px;
}

@media (max-height: 420px) {
	.social_icon span {
		display: none;
	}
}


/* text */
.text-sm {
	font-size: 0.85rem !important;
}