body {
    box-sizing: border-box;
    font-family: "Work Sans",sans-serif;
}

.pageDivider {
    border-left: 2px solid #E2DCD6;
}

.heading {
    font-weight: 600;
    font-size: 1.625rem;
    color: #1B0757;
    line-height: 2rem;
    margin:0 0 1.5rem 0;
}
.alternatives-heading {
    font-weight: 600;
    font-size: 1.625rem;
    color: #1B0757;
    line-height: 2rem;
    margin: 0;
}

.leftContainer {
    flex: 1.2;
}

.rightContainer {
    flex: 1;
}

.outerContainer {
    display: flex;
    min-height: 100%;
}


.inputContainer label {
    font-weight: 600;
    font-size: 16px;
    color: #1B0757;
    margin-bottom: 24px;
}

.inputContainer input:focus {
    outline: 0;
    background: transparent;
    border-bottom: 2px solid #1B0757;
}

.inputContainer.success input {
    border-bottom: 2px solid #E2DCD6;
}

.inputContainer.error input {
    border-bottom: 2px solid #C42E2E;
}

.inputContainer .error {
    font-weight: 600;
    font-size: 16px;
    color: #C42E2E;
}

div .inputContainer:nth-child(1) {
    margin-bottom: 2rem;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.inputContainer input {
    border: none;
    border-bottom: 2px solid #E2DCD6;
    width: 100%;
    margin-top: 1rem;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    background: transparent;
}

.inputContainer input:read-only {
    color: gray;
    cursor: no-drop;
    background-color: #f5f5f5;
}

.formHeader {
    font-weight: 500;
    font-size: 1.25rem;
    color: #1B0757;
    margin: 2rem 0 1.5rem 0;
}

.forgot {
    font-weight: 600;
    font-size: 1rem;
    color: #D10077;
    text-decoration: none;
}
.forgot-area {
    text-align: right;
    margin: 1rem 0 0 0;
}

.forgot:hover{
    text-decoration: underline;
}

.paragraph {
    font-weight: 400;
    font-size: 1rem;
    color: #1B0757;
    line-height: 1.5rem;
    word-spacing: 4px;
    margin:0;
}

.signIn {
    width: 100%;
    align-items: center;
    border-radius: 4px;
    border: 2px solid #31239A;
    padding: 12px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Work Sans',sans-serif;
}

#regular {
    color: white;
    background: #1B0757;
}

#sso {
    color: #31239A;
    background: transparent;
}

    #sso:hover {
        cursor: pointer;
        color: #5252CB;
        border: 2px solid #5252CB;
    }

.demoPara {
    padding-top: 10px;
    font-weight: 600;
    font-size: 26px;
    color: #1B0757;
}

#register {
    margin-top: 2.5rem;
    background: none;
    color: #31239A;
    border: 2px solid #31239A;
}

.ssoInfo {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #D10077;
    cursor: pointer;
    float: right;
}

#findOut {
    color: #D10077;
    text-decoration: none;
}

    #findOut:hover {
        cursor: pointer;
        text-decoration: underline;
    }

#regular:hover {
    background-color: #5252CB;
    color: white !important;
    transition: 0.3s;
    border: 2px solid #5252CB;
}

#register:hover, #request:hover {
    color: #5252CB;
    border: 2px solid #5252CB;
    transition: 0.3s;
}

.contribute {
    font-weight: 600;
    font-size: 1rem;
    color: #1B0757;
    margin-top: 2rem;
}

.text-danger {
    color: #C42E2E;
    font-weight: 400;
    font-size: 1rem;
    font-family: 'Work Sans',sans-serif;
    line-height: 1.5rem;
}
.text-error-area {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 1rem;
    font-family: 'Work Sans',sans-serif;
    line-height: 1.5rem;
}

#contact-us {
    color: #1B0757;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
}
#contact-us:hover{
    text-decoration: underline;
}
#errorMessage {
    /*margin: 48px 0 24px 0;*/
}

.signin a {
    display: block;
    width: 100%;
    text-align: center;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    text-decoration: none;
    color: initial;
    text-align: center;
    width: 420px;
    display: -webkit-flex;
}

.input-validation-error {
    border-bottom: 1px solid #C42E2E !important;
}

.back {
    text-decoration: none;
    color: #3F39B2;
    font-size: 0.9rem;
    background: none;
    border: none;
    padding: 0;
    margin-top: 2rem;
}

.back:hover {
    cursor: pointer;
    text-decoration: underline;
}

.contribute #contact-us {
    color: #D10077
}

.contribute #contact-us:hover {
    text-decoration: underline
 }

.error-area {
    margin: 2rem 0 1.5rem 0;
    padding: 1rem;
    background-color: #C42E2E;
    border-radius: 4px;
}
.container {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
}

.topMargin {
    margin-top: 2rem;
}

.footer {
    margin-top: auto;
}

.back-svg{
    margin-right: 0.5rem;
}

.request-demo{
    margin-top: 4rem;
}

.header .preqin-text{
    margin-left: 9rem;
}

@media (max-width:767px) {
    .outerContainer{
        flex-direction:column;
        gap: 3rem;
        margin: 4rem;
    }
    .pageDivider {
        border:none;
        height:0;
    }

    .rightContainer{
        margin-right:0;
    }
}

@media (min-width: 768px){
    .outerContainer {
        margin: 4rem;
    }

    .pageDivider {
        margin: 0 7.5rem 0 3rem;
        height: 50rem;
        margin-bottom: 2rem;
    }
}

@media (min-width: 1024px) {
    .outerContainer {
        margin: 4rem 10rem 0 10rem;
    }
}