:root {
    --rle-font-family: Optima, Arsenal, Arial, sans-serif;
    .k-body, .k-typography

{
    font-family: var(--rle-font-family);
    color: #424855;
}

}

.rle-main-bar {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.rle-survey-form-o {
    width: 100%;
    display: flex;
    justify-content: center;
    background-image: url("images/welcome-background.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.rle-survey-form-i {
    vertical-align: middle;
    margin: 50px;
    display: inline-flex;
    width: 90%;
    max-width: 1165px;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 105px;
    padding-right: 120px;
    border: 0px solid black;
    background: white;
    padding-top: 16px;
    border-radius: 12px;
    border: 1px solid #ebf1ff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.rle-survey-form-sbi {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.rle-survey-form-c {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.rle-survey-form-nic {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    justify-content: end;
    align-items: flex-end;
}

.rle-survey-form-nih {
    display: inline-flex;
    flex-direction: row;
    width: 520px;
    justify-content: space-between;
    align-items: flex-start;
}

.rle-survey-form-nit {
    margin-top: 50px;
}

.rle-survey-form-nil {
    margin-right: -96px;
}

.rle-survey-form-wic {
    display: inline-flex;
    flex-direction: row;
    width: 520px;
    justify-content: space-between;
    align-items: flex-start;
}

.rle-survey-form-wit {
    margin-top: 50px;
}

.rle-survey-form-wil {
}

.rle-survey-form-t {
    padding: 0px 8px 0px 0px;
    width: 100%;
}

.rle-survey-form-copy {
    align-self: center;
    margin-top: 60px;
    color: #4a4949;
    text-align: center;
    font-family: var(--rle-font-family);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1.2px;
}

    .rle-survey-form-copy p {
        margin-bottom: 0;
    }

        .rle-survey-form-copy p a {
            color: #004785;
        }

.rle-login-form-o {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-image: url("images/welcome-background.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.rle-login-form-i {
    vertical-align: middle;
    margin: 50px;
    margin-top: auto;
    margin-bottom: auto;
    display: inline-flex;
    width: 878px;
    height: 772px;
    background: white;
    border-radius: 15px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.rle-login-form-nil {
}

.rle-login-form-sbi {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 345px;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
}

.rle-login-form-pad {
}

.rle-login-form-c {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 15px 40px;
}

.rle-login-form-nic {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    justify-content: end;
    align-items: flex-end;
}

.rle-login-form-nih {
    display: inline-flex;
    flex-direction: row;
    width: 520px;
    justify-content: space-between;
    align-items: flex-start;
}

.rle-login-form-nit {
    margin-top: 50px;
}

.rle-login-form-wic {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.rle-login-form-wit {
    margin-top: 50px;
}

    .rle-login-form-wit div {
        font-size: 16px;
    }

        .rle-login-form-wit div a {
            color: #004785;
        }

.rle-login-form-t {
    width: 100%;
}

    .rle-login-form-t > div > .rle-textbox-o:first-child {
        padding-top: 0;
    }

    .rle-login-form-t .k-button {
        padding: 10px 24px;
        font-size: 16px;
        line-height: 16px;
    }

.rle-login-form-wit h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0;
    color: #424855;
}

.rle-login-form-o.--inner .rle-login-form-i {
    width: 877px;
    height: 588px;
}

.rle-login-form-o.--inner .rle-login-form-t .rle-textbox-o {
    padding-top: 40px;
}

    .rle-login-form-o.--inner .rle-login-form-t .rle-textbox-o + a {
        margin-top: 4px;
        padding-left: 16px;
        color: #004785;
        font-family: var(--rle-font-family);
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        text-decoration-line: underline;
        margin-bottom: 19px;
    }

    .rle-login-form-o.--inner .rle-login-form-t .rle-textbox-o:first-of-type {
        padding-top: 0;
    }

.rle-login-form-o.--inner .rle-login-form-t > div:last-child {
    margin-top: 50px;
}

    .rle-login-form-o.--inner .rle-login-form-t > div:last-child p {
        margin-bottom: 0;
    }

        .rle-login-form-o.--inner .rle-login-form-t > div:last-child p:first-child {
            color: #424855;
            font-family: var(--rle-font-family);
            font-size: 18px;
            font-weight: 700;
            line-height: 24px;
        }

        .rle-login-form-o.--inner .rle-login-form-t > div:last-child p:last-child {
            color: #424855;
            font-family: var(--rle-font-family);
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
        }

            .rle-login-form-o.--inner .rle-login-form-t > div:last-child p:last-child a {
                color: #004785;
            }
