* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
	padding: 0;
	background: #04070D;
    font-family: "Funnel Sans", sans-serif;
}
h1.h2,h3,h4,h5,h6,p,a,button,input,select,textarea,input,label,span,ul,div {
    font-family: "Funnel Sans", sans-serif;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#topsec {
	padding: 80px 0;
	background-image: url('https://i.23robo.info/projects/telekartsmm/img/topbg.webp');
	background-repeat: no-repeat;
	background-size: cover;
}
.small-title {
	display: flex;
	align-items: center;
    justify-content: center;
	margin: auto;
	gap: 8px;
	border-radius: 28px;
	background: #04070D;
	box-shadow: 0 -1px 1.03px 0 #88C2FF inset, 0 0 30px 0 rgba(136, 194, 255, 0.30) inset, 0 -3px 4px 0 rgba(136, 194, 255, 0.55) inset;
	padding: 10px 12px;
	width: max-content;
}
.small-title h3 {
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 0;
}
.main-heading {
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 96.23%;
	background: linear-gradient(180deg, #FFF 0%, #7C8B9C 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.title-text {
  vertical-align: middle;
}
.second-line {
	text-align: center;
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background: linear-gradient(180deg, #FFF 0%, #7C8B9C 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-left: 30px;
}
.txt {
	color: #BED6EF;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.step-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
.step-wrapper li {
	display: flex;
	align-items: center;
	gap: 8px;
}
.step-wrapper li h3 {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}
.txt-small {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	background: linear-gradient(180deg, #FFF 0%, #999 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	margin-top: 20px;
}
#topsec form {
	padding-top: 10px;
}
.form-group {
	position: relative;
}
.form-control {
	border-radius: 21px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.05);
	padding: 30px;
	color: #BED6EF;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.inpt-icon {
	position: absolute;
	top: 11px;
	left: 10px;
}
#topsec .form-control {
	padding-left: 60px;
}
.forgot-password {
	position: relative;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: end;
	color: #BED6EF !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
#remember {
	margin: 0;
}
.form-check-label {
	color: #BED6EF;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}