<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.alert-container {
	margin-top: 0px !important;
	margin-left: 40% !important ;
}

.nav-pills&gt;li {
	width: 50% !important;
}

/* .nav-pills&gt;li:first-child a {
	margin: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.nav-pills&gt;li:last-child a {
	margin: 0 !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
} */

.nav-pills&gt;li&gt;a {
	padding: 10px !important;
	border-radius: 4px !important;
}

.section {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.btn:hover,
.btn:focus,
.btn {
	width: 100% !important;
	padding: 7.5px !important;
}

.form-group {
	margin-bottom: 0 !important;
}

.otpTitle {
	background: var(--primary) !important;
	color: #fff !important;
	padding: 10px 3px !important;
	border-radius: 4px !important;
	text-align: center !important;
}
.pu-title {
    font-weight: 700;
    margin-bottom: 25px !important;
    line-height: 1 !important;
}
#act-title{
	padding-top: 20px;
	display: flex;
	justify-content: center;
    margin-top: 20px;
    position: relative;
}
#act-title span {
    background: #fff;
    z-index: 2;
    position: absolute;
    top: 0;
    padding: 0 10px;
    margin: auto;
}

div#act-title:after {
    content: "";
    position: absolute;
    background: var(--fontColorSec);
    height: 3px;
    width: 100%;
    left: 0px;
    bottom: 8px;
}
label{
	margin-bottom: 5px !important;
}

#s1,
#s2 {
	width: 304px;
}

.pu-right-section{
	height: 100%;
}
.was-validated .form-control:valid,
.form-control.is-valid {
    background-image: none!important;
}</pre></body></html>