@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.cstm-reg h2, .taxFormHeading h2{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #1d2030;
    border-left: solid 4px #182978;
    margin-bottom: 32px !important;
    padding-left: 8px;
    font-size: 30px;
}
.cstm-reg h2 span, .taxFormHeading h2 span {
    color: #ff7a00;
}
section.cstm-reg img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.reg-col{
	display:flex;
	align-items:center;
	padding-left:2rem;
}
.form-control {
    padding: 23px 12px;
    background: #fdfcff;
    border: solid 1px #f2f2f2;
}
section.cstm-reg button {
    background: #182978;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    margin-top: 1rem;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    letter-spacing: 0.3px;
    font-size: 16px;
}
section.cstm-reg button:hover {
    background:#ff7a00;
}
.form-label {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.form-label span {
    color: red;
}
a.forgot {
    display: table;
    margin-left: auto;
    color: #182978;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 15px;
}
a.forgot:hover {
    text-decoration: none;
}
.dz-error {
    font-size: 13px;
    font-family: "Inter", sans-serif;
    line-height: 18px;
    letter-spacing: 0.1px;
}
a.back-to-login {
    display: block;
    margin-left: auto;
    color: #182978;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 15px;
    margin-top: 0.6rem;
}
a.back-to-login:hover {
    text-decoration:none;
    color:#ff7a00;
}

/**/

.pricing-card {
    background: #3F51B5;
    background:#f9f9f9;
    border-radius: 18px;
}
p.card-text {
    font-family: "Inter", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #182978;
    margin-bottom: 1.2rem;
    border-bottom: dashed 1px hsl(229.38deg 66.67% 28.24% / 35%);
    padding-bottom: 1rem;
}
p.card-text span {
    font-weight: 500;
    display: block;
    font-size: 16px;
}
.pricing-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0.5rem;
    max-height: 250px;
    height: 100vh;
    overflow-y: auto;
}
.pricing-card ul li {
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    padding: 0 0 0 22px;
    position: relative;
    margin-bottom: 9px;
    line-height: 21px;
    letter-spacing: -0.2px;
}
.pricing-card ul li i {
    position: absolute;
    left: 0;
    font-size: 13px;
    top: 4px;
    color: #ff7a00;
}
.dz-fill-form-btn {
    background: #182978;
    border-radius: 100px;
    width: 100%;
    color: #fff;
    font-family: "Inter", Sans-serif;
}
.dz-fill-form-btn:hover{
    background: #ff7a00;
    color: #fff;
}



/**/

#dz-tax-report-form input[type="file"] {
    height: unset !important;
    padding: 8.4px 10px;
}
#dz-tax-report-form textarea {
    height: 47.6px;
    padding: 8.4px 10px;
}
.taxFormHeading button {
    margin-left: auto;
    display: table;
}
.taxForm-btn {
    background: #182978;
    padding: 12px 66px;
    display: table;
    margin: 0.7rem auto 0;
    align-items: center;
    border: none;
    margin-top: 1rem;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    letter-spacing: 0.3px;
    font-size: 16px;
}
.taxForm-btn:hover {
    background: #ff7a00;
}
.qrImg {
    width: 60%;
}

/*Menu*/
li.menu-item-login a {
    background: #182978;
    color: #fff !important;
    padding: 9px 30px !important;
    display: inline-block;
}
.menu-item-register a{
    background: #ff7a00;
    color: #fff !important;
    padding: 9px 30px !important;
    display: inline-block;
}