:root {
    --brand-primary: #9747ff;
    --brand-primary-section: #53389e;
    --brand-solid-alt: #7f56d9;
    --textbox-bg: #ffffff;
    --textbox-fg: #667085;
    --textbox-border: #d0d5dd;
    --button-primary-bg: #7f56d9;
    --button-primary-fg: #ffffff;
    --button-primary-border: #7f56d9;
    --button-secondary-bg: #ffffff;
    --button-secondary-fg: #344054;
    --button-secondary-border: #d0d5dd;
    --button-tertiary-fg: #475467;
    --bg-primary: #ffffff;
    --text-primary: #101828;
    --text-secondary: #344054;
    --text-tertiary: #475467;
    --text-brand-primary: #ffffff;
    --text-brand-secondary: #6941c6;
    --text-brand-tertiary: #e9d7fe;
    --text-brand-quarterary: #d6bbfb;
}
body {
    font-family: "Inter", sans-serif;
}
.main-heading {
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    color: var(--text-primary);
    text-align: center;
}
.sub-heading {
    color: var(--text-tertiary);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}
label {
	font-weight: 500;
    color: var(--text-secondary);
}
.forget-password {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-brand-secondary);
    cursor: pointer;
}
.btn-primary {
    background-color: var(--brand-primary);
	height: 44px;
    display: flex;
    font-weight: 600;
    align-items: center;
    font-size: 16px;
    justify-content: center;
    padding: 10px;
}
.btn-primary:hover {
    background-color: var(--brand-primary);
	filter: brightness(90%);
}
.btn-google {
background: #ffffff;
    border-color: #d9d9d9;
    border-top-color: rgb(217, 217, 217);
    border-right-color: rgb(217, 217, 217);
    border-bottom-color: rgb(217, 217, 217);
    border-left-color: rgb(217, 217, 217);
    color: #121414;
    box-shadow: 0 2px 0 rgba(18, 20, 20, 0.02);
	height: 44px;
    display: flex;
    font-weight: 600;
    align-items: center;
    font-size: 16px;
    justify-content: center;
    padding: 10px;
}
.login-form-footer {
	color: rgb(71, 84, 103);
}
.login-form-footer a {
	color: var(--text-brand-secondary);
	font-weight:600;
}
.login-image {
	position: relative; /* Ensure positioning context */
}
.login-image::before {
	content: "";
    background-image: url(../images/bg-login.svg), linear-gradient(108.38deg, #ebfffd 1.13%, #d4cfff 96.09%);
    background-size: cover;
    background-position: center;
    opacity: 0.4; /* Adjust the opacity value as needed */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; /* Ensure the background is behind the content */
}
.brKUCO {
    width: 327px;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.brKUCO > input {
    font-size: 2rem;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    border: 1px solid #eaecf0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.bpiosX {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.375rem;
    outline: transparent solid 2px;
    outline-offset: 2px;
    font-size: 1rem;
    text-align: center;
    border-radius: 0.375rem;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    background-color: inherit;
    box-sizing: border-box;
}
.btn-primary:disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(18, 20, 20, 0.25);
    background: rgba(18, 20, 20, 0.04);
    box-shadow: none;
}
.h-100 {
	min-height: 100vh;
	height:100%;
}
.w-360 {
    width: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.w-360 form  {
	width:360px;
}
