* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: Arial, sans-serif;
}

.inclime-login {
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

.div {
    background-color: var(--inclime-portal-whites-background);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-top: 4rem;
}

.company-logo {
    width: 250px;
    height: 61px;
    object-fit: cover;
    margin-bottom: 20px;
}

.verify-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.overlap-group {
    width: 393px;
    padding: 20px;
    background-color: var(--inclime-portal-whites-white-containers-button-text);
    border-radius: 4px;
    border: 0.5px solid var(--inclime-portal-grays-5);
    box-shadow: 0px 2px 1px #eef0f2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.p {
    font-family: var(--medium-display-font-family);
    font-weight: var(--medium-display-font-weight);
    color: var(--inclime-portal-grays-800);
    font-size: var(--medium-display-font-size);
    text-align: center;
    letter-spacing: var(--medium-display-letter-spacing);
    line-height: var(--medium-display-line-height);
    font-style: var(--medium-display-font-style);
    margin-bottom: 10px;
}

.info-text {
    font-family: var(--body-medium-14pt-font-family);
    font-weight: var(--body-medium-14pt-font-weight);
    color: var(--inclime-portal-grays-800);
    font-size: var(--body-medium-14pt-font-size);
    text-align: center;
    letter-spacing: var(--body-medium-14pt-letter-spacing);
    line-height: var(--body-medium-14pt-line-height);
    margin-bottom: 20px;
}

.login-fields {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.div-2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
}

.headline {
    font-family: var(--body-medium-14pt-font-family);
    font-weight: var(--body-medium-14pt-font-weight);
    color: var(--inclime-portal-grays-800);
    font-size: var(--body-medium-14pt-font-size);
    letter-spacing: var(--body-medium-14pt-letter-spacing);
    line-height: var(--body-medium-14pt-line-height);
}

.dropdown-button {
    height: 47px;
    padding: 10px 14px;
    border-radius: 4px;
    border: 0.5px solid var(--inclime-portal-grays-10);
    width: 100%;
}

.account-input {
    height: 2.5rem;
    padding: 10px 14px;
    border-radius: 4px;
    border: 0.5px solid var(--inclime-portal-grays-10);
    width: 100%;
}

.checkbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}

.checkbox-group {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.mt-0 {
    margin-top: 0px !important;
}

.checkbox-label {
    font-size: 14px;
    color: #333;
    margin-left: 0.5rem;
}

.inline {
    display: flex;
    align-items: center;
    gap: 8px;
}

.check-icon {
    width: 16px;
    height: 16px;
    background-color: var(--inclime-portal-whites-white-containers-button-text);
    border-radius: 4px;
    border: 1px solid var(--inclime-portal-grays-10);
}

.primary-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 296px;
    height: 46px;
    background-color: var(--inclime-portal-program-colors-primary-program);
    border-radius: 4px;
    margin-top: 20px;
}

.no-email-text {
    margin-top: 1rem;
}

.email-address {
    font-weight: bold;
    color: #333333;
}

.trust-computer-label {
    width: 100%;s
}

.text-wrapper-3 {
    font-family: var(--body-medium-16-pt-font-family);
    font-weight: var(--body-medium-16-pt-font-weight);
    color: var(--inclime-portal-whites-white-containers-button-text);
    font-size: var(--body-medium-16-pt-font-size);
    letter-spacing: var(--body-medium-16-pt-letter-spacing);
    line-height: var(--body-medium-16-pt-line-height);
}

.don-t-have-an {
    font-family: "Inter-Medium", Helvetica;
    font-weight: 500;
    color: var(--inclime-portal-grays-800);
    font-size: 14px;
    text-align: center;
    letter-spacing: -0.28px;
    line-height: 14px;
    margin-top: 20px;
}

.span {
    text-decoration: underline;
    font-family: var(--body-medium-14-pt-link-font-family);
    font-style: var(--body-medium-14-pt-link-font-style);
    font-weight: var(--body-medium-14-pt-link-font-weight);
    font-size: var(--body-medium-14-pt-link-font-size);
    cursor: pointer;
    float: none;
}

.inclime-copyrights {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 3rem;
    padding-bottom: 2rem;
}

.text-wrapper-4 {
    font-family: var(--body-medium-14pt-font-family);
    font-weight: var(--body-medium-14pt-font-weight);
    color: var(--inclime-portal-grays-800);
    font-size: var(--body-medium-14pt-font-size);
    text-align: center;
    letter-spacing: var(--body-medium-14pt-letter-spacing);
    line-height: var(--body-medium-14pt-line-height);
    white-space: nowrap;
    font-style: var(--body-medium-14pt-font-style);
}
.reset-password {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-radius: 4px;
    padding: 40px;
    box-shadow: 0px 2px 1px #eef0f2;
}

.login-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.lock-icon {
    width: 2rem;
    height: 2rem;
}

.input {
    width: 296px;
    height: 46px;
    padding: 12px 20px;
    border-radius: 4px;
    border: 0.5px solid var(--inclime-portal-grays-10);
    margin-bottom: 16px;
    font-family: var(--body-medium-16-pt-font-family);
    font-size: var(--body-medium-16-pt-font-size);
    line-height: var(--body-medium-16-pt-line-height);
}

.text-wrapper {
    text-align: center;
    font-family: var(--body-medium-14pt-font-family);
    font-weight: var(--body-medium-14pt-font-weight);
    color: var(--inclime-portal-grays-800);
    font-size: var(--body-medium-14pt-font-size);
    letter-spacing: var(--body-medium-14pt-letter-spacing);
    line-height: var(--body-medium-14pt-line-height);
    white-space: nowrap;
    font-style: var(--body-medium-14pt-font-style);
}

.lock-parent {
    background-color: var(--inclime-portal-whites-background);
    border-radius: 4px;
    border: 1px solid #95bddf;
    box-sizing: border-box;
    height: 3rem;
    width: 3rem;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 6px;
}

.company-logo-bottom {
    width: 16em;
    height: 3.5rem;
    object-fit: cover;
    margin-bottom: 1rem;
}

.mt-5 {
    margin-top: 5px;
}

.code-input {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.div-new-password {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
}

.user-name-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.red {
    color: red;
}

.account-progress-1 {
    margin-top: 8rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: flex-start;
    flex-direction: column;
}

.account-progress-2 {
    margin-top: 5rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: flex-start;
    flex-direction: column;
}

.account-progress-3 {
    margin-top: 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: flex-start;
    flex-direction: column;
}

.account-progress-4 {
    margin-top: 5rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: flex-start;
    flex-direction: column;
}

.account-progress-5 {
    margin-top: 3rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: flex-start;
    flex-direction: column;
}

.account-progress-6 {
    margin-top: 13rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: flex-start;
    flex-direction: column;
}

.account-creation-number {
    position: relative;
    letter-spacing: -0.02em;
    line-height: 20px;
    font-weight: 500;
}

.message-count {
    width: 2rem;
    height: 2rem;
    position: relative;
    border-radius: 60px;
    background-color: #95bddf;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6px;
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
    color: #fff;
    font-family: Inter;
    margin-bottom: 0.5rem;
}

.progress-bar-account-div {
    display: flex;
    flex-direction: row;
    align-self: flex-start;
    justify-content: center;
    width: 100%;
    margin-bottom: 3rem;
}

.progress-bar-account-filled {
    border: 0.1rem solid #95bddf;
    border-radius: 2px 0px 0px 2px;
    width: 5%;
    align-self: flex-start;
}

.progress-bar-account-filled-2 {
    border: 0.1rem solid #95bddf;
    border-radius: 2px 0px 0px 2px;
    width: 35%;
    align-self: flex-start;
}

.progress-bar-account-filled-3 {
    border: 0.1rem solid #95bddf;
    border-radius: 2px 0px 0px 2px;
    width: 60%;
    align-self: flex-start;
}

.progress-bar-account-filled-4 {
    border: 0.1rem solid #95bddf;
    border-radius: 2px 0px 0px 2px;
    width: 100%;
    align-self: flex-start;
}

.progress-bar-account-filled-5 {
    border: 0.1rem solid #95bddf;
    border-radius: 2px 0px 0px 2px;
    width: 200%;
    align-self: flex-start;
}

.progress-bar-account-filled-6 {
    border: 0.1rem solid #95bddf;
    border-radius: 2px 0px 0px 2px;
    width: 250%;
    align-self: flex-start;
}

.progress-bar-account-empty {
    border: 0.1rem solid #d2d6d9;
    border-radius: 0px 2px 2px 0px;
    width: 100%;
    align-self: flex-start;
}
    
.personal-details {
    position: relative;
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 20px;
    font-weight: 500;
    font-family: Inter;
    color: #2b2d2f;
    text-align: left;
}

.set-your-password {
    position: relative;
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 20px;
    font-weight: 500;
    font-family: Inter;
    color: #2b2d2f;
    text-align: left;
    margin-left: 3rem;
}

.email-verification {
    position: relative;
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 20px;
    font-weight: 500;
    font-family: Inter;
    color: #2b2d2f;
    text-align: left;
    margin-left: 8rem;
}

.contact-holder {
    position: relative;
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 20px;
    font-weight: 500;
    font-family: Inter;
    color: #2b2d2f;
    text-align: left;
    margin-left: 24rem;
}

.home-details {
    position: relative;
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 20px;
    font-weight: 500;
    font-family: Inter;
    color: #2b2d2f;
    text-align: left;
    margin-left: 24.5rem;
}

.confirmation-progress {
    position: relative;
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 20px;
    font-weight: 500;
    font-family: Inter;
    color: #2b2d2f;
    text-align: left;
    margin-left: 16.5rem;
}

.message-count-2 {
    width: 2rem;
    height: 2rem;
    position: relative;
    border-radius: 60px;
    background-color: #95bddf;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6px;
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
    color: #fff;
    font-family: Inter;
    margin-bottom: 0.5rem;
    margin-left: 5rem;
}

.message-count-3 {
    width: 2rem;
    height: 2rem;
    position: relative;
    border-radius: 60px;
    background-color: #95bddf;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6px;
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
    color: #fff;
    font-family: Inter;
    margin-bottom: 0.5rem;
    margin-left: 10rem;
}

.message-count-4 {
    width: 2rem;
    height: 2rem;
    position: relative;
    border-radius: 60px;
    background-color: #95bddf;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6px;
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
    color: #fff;
    font-family: Inter;
    margin-bottom: 0.5rem;
    margin-left: 18rem;
}

.message-count-5 {
    width: 2rem;
    height: 2rem;
    position: relative;
    border-radius: 60px;
    background-color: #95bddf;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6px;
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
    color: #fff;
    font-family: Inter;
    margin-bottom: 0.5rem;
    margin-left: 30rem;
}

.message-count-6 {
    width: 2rem;
    height: 2rem;
    position: relative;
    border-radius: 60px;
    background-color: #95bddf;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6px;
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
    color: #fff;
    font-family: Inter;
    margin-bottom: 0.5rem;
    margin-left: 26rem;
}

.go-back {
    width: 54px;
    position: relative;
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 20px;
    font-weight: 500;
    font-family: Inter;
    color: #ccced3;
    text-align: left;
    display: inline-block;
    cursor: pointer;
}

.rectangle-div {
    width: 100%;
    position: relative;
    border-radius: 4px;
    background-color: rgba(149, 189, 223, 0.25);
    height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 2rem;
    padding-left: 2rem;
}

.w-40 {
    width: 40rem !important;
}

.didnt-receive-an {
    line-height: 20px;
    }
.resend-email {
    text-decoration: underline;
    line-height: 18px;
}
.didnt-receive-an-container {
    position: relative;
    font-size: 14px;
    letter-spacing: -0.02em;
    font-weight: 500;
    font-family: Inter;
    color: #2b2d2f;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.weve-sent-an {
    margin: 0;
}

.weve-sent-an-container {
    position: relative;
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 24px;
    font-weight: 500;
    font-family: Inter;
    color: #2b2d2f;
    text-align: center;
    display: inline-block;
}

.mb-1 {
    margin-bottom: 1px !important;
}

.folders-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.folder-vector {
    width: 10rem;
    height: 8rem;
}

.folder-bg {
    background-image:url('../images/Vector.png');
    width: 12rem;
    height: 8rem;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Inter;
    text-align: center;
}

.w-60 {
    width: 60% !important;
}