* {
	margin: 0;
	padding: 0
}

html {
	height: 100%
}

p {
	color: grey
}

#heading {
	text-transform: uppercase;
	color: #673AB7;
	font-weight: normal
}

#msform {
	text-align: center;
	position: relative;
	margin-top: 10%;
}

	#msform fieldset {
		background: #ffffff00;
		border: 0 none;
		border-radius: 0.5rem;
		box-sizing: border-box;
		width: 100%;
		margin: 0;
		padding-bottom: 20px;
		position: relative
	}

.form-card {
	text-align: left
}

#msform fieldset:not(:first-of-type) {
	display: none
}

/* #msform input, */
/* #msform textarea { */
/* padding: 8px 15px 8px 15px; */
/* border: 1px solid #ccc; */
/* border-radius: 0px; */
/* margin-bottom: 25px; */
/* margin-top: 2px; */
/* width: 100%; */
/* box-sizing: border-box; */
/* font-family: montserrat; */
/* color: #2C3E50; */
/* background-color: #ECEFF1; */
/* font-size: 16px; */
/* letter-spacing: 1px */
/* } */

#msform input:focus,
#msform textarea:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-bottom: 2px solid #673ab7;
	outline-width: 0
}

#msform .action-button {
	width: 100px;
	background: #673AB7;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 0px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 0px 10px 5px;
	float: right
}

	#msform .action-button:hover,
	#msform .action-button:focus {
		background-color: #311B92
	}

#msform .action-button-previous {
	width: 100px;
	background: #616161;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 0px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px 10px 0px;
	float: right
}

	#msform .action-button-previous:hover,
	#msform .action-button-previous:focus {
		background-color: #000000
	}

.card {
	z-index: 0;
	border: none;
	position: relative;
	margin-top: 23px;
	background: transparent;
}

.fs-title {
	font-size: 25px;
	color: #673AB7;
	margin-bottom: 15px;
	font-weight: normal;
	text-align: left
}

.purple-text {
	color: #673AB7;
	font-weight: normal
}

.steps {
	font-size: 25px;
	color: gray;
	margin-bottom: 10px;
	font-weight: normal;
	text-align: right
}

.fieldlabels {
	color: gray;
	text-align: left
}

#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	color: lightgrey
}

	#progressbar .active {
		color: #673AB7
	}

	#progressbar li {
		list-style-type: none;
		font-size: 15px;
		width: 25%;
		float: left;
		position: relative;
		font-weight: 400
	}

	#progressbar #account:before {
		font-family: FontAwesome;
		content: "\f13e"
	}

	#progressbar #personal:before {
		font-family: FontAwesome;
		content: "\f007"
	}

	#progressbar #payment:before {
		font-family: FontAwesome;
		content: "\f030"
	}

	#progressbar #confirm:before {
		font-family: FontAwesome;
		content: "\f00c"
	}

	#progressbar li:before {
		width: 50px;
		height: 50px;
		line-height: 45px;
		display: block;
		font-size: 20px;
		color: #ffffff;
		background: lightgray;
		border-radius: 50%;
		margin: 0 auto 10px auto;
		padding: 2px
	}

	#progressbar li:after {
		content: '';
		width: 100%;
		height: 2px;
		background: lightgray;
		position: absolute;
		left: 0;
		top: 25px;
		z-index: -1
	}

	#progressbar li.active:before,
	#progressbar li.active:after {
		background: #673AB7
	}

.progress {
	height: 20px
}

.progress-bar {
	background-color: #673AB7
}

.fit-image {
	width: 100%;
	object-fit: cover
}

.bg_img {
	background: url(../image/bg.jpg);
	background-size: cover;
	height: 100vh;
}


.floatingform {
	background: #ffba3b;
	padding: 2rem;
	border-radius: 15px;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	color: white;
}

	.floatingform .input-group {
		position: relative;
		margin: 1px 0;
	}

	.floatingform input {
		width: 100%;
		padding: 6px 10px;
		border: 1px solid #0000002e;
		background: transparent;
		outline: none;
		margin-bottom: 20px;
		border-radius: 2px;
		font-size: 14px;
	}

	.floatingform label {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		color: #888;
		transition: 0.3s;
		pointer-events: none;
	}

	.floatingform input:focus ~ label,
	.floatingform input:valid ~ label {
		/* top: -10px; */
		font-size: 0.8rem;
		color: #8B5CF6;
	}

	.floatingform input:focus {
		border-bottom-color: #8B5CF6;
	}

	.floatingform button, .mobdash {
		width: 100%;
		padding: 4px;
		background: #00BCD4;
		color: white;
		border: none;
		border-radius: 5px;
		margin-top: 1rem;
		cursor: pointer;
		position: relative;
		overflow: hidden;
		text-align: center;
		text-transform: uppercase;
		font-weight: 600;
		display: flex;
		align-items: center;
		justify-content: center;
	}

		.mobdash:hover {
			text-decoration: none;
			color: #fff;
		}

		.floatingform button::after {
			content: '';
			position: absolute;
			top: 50%;
			left: 50%;
			width: 0;
			height: 0;
			background: rgba(255, 255, 255, 0.2);
			border-radius: 50%;
			transform: translate(-50%, -50%);
			transition: width 0.6s, height 0.6s;
		}

		.floatingform button:hover::after {
			width: 300px;
			height: 300px;
		}

	.floatingform .h2,
	h2 {
		font-size: 26px;
		color: #000;
	}

	.floatingform select {
		width: 100%;
		padding: 0px 8px;
		border: none;
		border: 1px solid #d1d1d1;
		background: transparent;
		color: white;
		outline: none;
		color: #888888;
		margin: 5px 0px;
	}

	.floatingform option {
		color: #888888
	}

.card1 {
	z-index: 0;
	border: none;
	position: relative;
	margin-top: 115px;
	background: transparent;
}

	.card1 .floatingform .input-group {
		position: relative;
		margin: 1rem 0;
	}

.hidden {
	display: none;
}


#ThirdBox {
	z-index: 0;
	border: none;
	position: relative;
	margin-top: 93px;
}

@media(max-width:991px) {
	.bg_img {
		height: auto;
	}
}

@media(max-width:425px) {
	.card1 {
		margin-top: 56px;
	}

	.floatingform {
		padding: 22px;
	}

		.floatingform .h2,
		h2 {
			font-size: 23px;
		}
}

@media(max-width:372px) {
	#id-card {
		display: inline-block;
		width: 100%;
	}

	.id-card {
		width: 100% !important;
		height: 205px;
	}

	#ThirdBox {
		margin-top: 40px
	}
}


#id-card {
	display: inline-block;
	/* float: left; */
	/* margin-right: 2em; */
}

.id-card {
	width: 340px;
	height: 260px;
	background: #ffffff;
	padding: 10px;
	position: relative;
	border-radius: 10px;
}

.id-card__mugshot {
	position: absolute;
	right: 13px;
	width: 100px;
	height: 110px;
	border-left: 4px solid red;
	background: #ffffff;
}

	.id-card__mugshot img {
		width: 107px;
		height: 110px;
	}

.id-card__logo {
	width: 200px;
}

.id-card__subject-id {
	position: absolute;
	top: 53px;
	left: 125px;
	font-family: monospace;
	font-size: 14px;
	transform: rotate(-4deg);
}

.id-card__banner {
	height: 10pt;
	background: red;
	margin-top: 10px;
	margin-left: -10px;
	padding-left: 12px;
}

.id-card__banner-text {
	color: #ffffff;
	font-size: 8pt;
	letter-spacing: 2px;
	line-height: 0;
	position: relative;
	top: -6px;
}

.id-card__details {
	padding-top: 2px;
	font-size: 12px;
	line-height: 4.5;
	text-transform: uppercase;
	width: 100%;
	/* display: inline-block; */
	text-align: justify;
}

.id-card__details--short {
	float: right;
	margin-left: 30px;
	width: 100px;
	position: absolute;
	bottom: 47px;
	right: 0;
	display: flex;
}

.id-card__detail {
	height: 13px;
	padding-top: 4px;
	padding-bottom: 16px;
}

	.id-card__detail + .id-card__detail {
		border-top: 1px solid #eeee;
	}

.id-card__detail-label {
	color: #333;
	font-weight: bold;
}

	.id-card__detail-label:after {
		content: " :- ";
		font-weight: normal;
	}

.logo__big {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	/* letter-spacing: 4px; */
}

.logo__small {
	font-size: 10pt;
	letter-spacing: 4px;
	position: relative;
	top: -10px;
	left: 2px;
}

.id-form__row {
	padding-bottom: 8px;
}

.id-form__row--inline {
	width: 10em;
	padding-right: 1em;
	padding-bottom: 1em;
	display: inline-block;
}

.id-form__label {
	font-size: 8pt;
	line-height: 8pt;
}

.material-ui-shadow {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

	.material-ui-shadow:hover {
		box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	}

.moblabel {
	position: absolute !important;
	right: 7px !important;
	top: 38% !important;
	left: initial !important;
	color: #ffff !important;
}

.mobfile {
	width: 100% !important;
	padding: 9px !important;
	background: #8B5CF6 !important;
	color: white !important;
	border: none !important;
	border-radius: 2px !important;
	margin-top: 0rem !important;
	cursor: pointer !important;
	position: relative !important;
	overflow: hidden !important;
}

.floatingform p {
	text-align: center;
	font-weight: 600;
	color: #000;
	margin-top: 15px;
	margin-bottom: 0px;
}

@media (max-width: 575px) {

	#id-card {
		display: inline-block;
		justify-content: center;
		display: flex;
	}

	#mobid .card {
		margin-top: -20px;
	}
}

@media (max-width: 767px) {
	.id-card {
		width: 260px !important;
	}
}

@media(max-width:1199px) {
	.id-card {
		width: 300px;
	}
}

.edit {
	height: 28px;
	width: 40px;
	line-height: 16px;
	margin-top: 18px;
	background: #8B5CF6;
	color: white;
	border: none;
	border-radius: 5px;
}

.Delete {
	margin-left: 2px;
	margin-top: 17px;
	background: #cc0505;
}


.d-flexss {
	display: flex;
	gap: 30px;
}


@media only screen and (max-width: 600px) {
	.d-flexss {
		display: block;
		gap: 30px;
	}
}











.type_id {
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	padding: 4px 15px 15px;
	border-bottom: 1px solid #0000001c;
	font-size: 25px;
}



span.nunbers {
	display: inline-block;
	padding: 5px 14px;
	margin-right: 20px;
	color: #ffffff;
}


.login_box {
	margin: 0 auto;
	width: 100%;
	border-radius: 2px;
	border: 6px solid #FF9800;
	box-shadow: rgb(0 0 0 / 74%) 0px 4px 12px;
	padding: 20px 20px 40px;
	background: #ffffff;
}



a:hover {
	color: #FFEB3B !important;
	text-decoration: none;
}







@media only screen and (max-width: 600px) {
	.type_id {
		font-weight: 700;
		text-align: center;
		text-transform: uppercase;
		padding: 4px 15px 15px;
		border-bottom: 1px solid #0000001c;
		font-size: 24px;
	}

	.mobdash {
		border: none;
		padding: 6px 20px !important;
		border-radius: 2px;
		display: block;
		margin: auto;
		margin-top: 40px !important;
		text-transform: uppercase;
		background: #006666;
		color: #fff;
		font-weight: bold;
		-webkit-box-shadow: 0px 9px 15px -11px rgba(88, 54, 114, 1);
		-moz-box-shadow: 0px 9px 15px -11px rgba(88, 54, 114, 1);
		box-shadow: 0px 9px 15px -11px rgba(88, 54, 114, 1);
		display: flex;
		justify-content: space-between;
	}
}
