* {
	margin: 0;
	padding: 0;
}

html,
body {
	font-family: 'Source Sans Pro';
	overflow-x: hidden;
}


.background {
	background-size: cover;
	background-position: center;
	margin-top: 0;
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 100%;
	border-bottom-left-radius: 107px;
	border-bottom-right-radius: 107px;
}

.backgroundreg {
	background-size: cover;
	background-position: center;
	margin-top: 0;
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 192px;
	border-bottom-right-radius: 70px;
}

.backgroundreg img {
	font-size: 18px;
	margin-top: 10px;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 3px;
	align-content: center;

}

.cardid {
	margin-top: 10px;
	background-color: #F0F0F1;
	border-radius: 20px;
}




.cardriwayat {
	margin-top: 10px;
	background-color: #fcfcfd;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #2f00ff;
	color: #2f00ff;
	text-decoration: none;
}








@media (max-width: 1280px) {
	.or hr {
		border: 1px solid #2f00ff;
		color: #2f00ff;
	}
}

.form-control {
	background: #FFFAFA;
	border: 1px solid #2f00ff;
	box-sizing: border-box;
	border-radius: 6px;
	color: #2f00ff;
	margin-top: 270px;
}

.form-select {
	background: #FFFAFA;
	border: 1px solid #2f00ff;
	box-sizing: border-box;
	border-radius: 6px;
	color: #2f00ff;
	margin-top: 270px;
}



/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/

.social-links a {
	font-size: 18px;
	display: inline-block;
	color: rgb(143, 141, 141);
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
	background: #ffffff;
	border: 1px solid #2f00ff;
	color: #2f00ff;
}

.social-links1 a {
	font-size: 18px;
	display: inline-block;
	color: rgb(143, 141, 141);
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 20px;
	height: 20px;
	transition: 0.3s;
	background: #ffffff;
	border: 1px solid #2f00ff;
	color: #2f00ff;
}

.social-links1 a:hover {
	background: #2f00ff;
	color: #fff;
	text-decoration: none;
}

.social-links a:hover {
	background: #2f00ff;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 768px) {
	.social-links {
		border-left: 0;
	}
}
