html {
    background: #FDF8F5;
}
body {
    display: flex;
    flex-direction: column;
    margin: 0;
}
#header {
    background: #070078;
    display: flex;
    flex-direction: column;
    height: fit-content;
    justify-content: space-between;
    min-height: 9rem;
    padding: 3em;
}
#header_logo_container {
    display: flex;
    align-items: flex-start;
    padding-left: 2em;
}
#header_logo_container img {
    width: 100%;
    max-width: 275px;
}
#title_container {
    max-width: 1024px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 2em;
}
#body {
    display: flex;
    align-items: center;
    align-self: center;
    padding: 2rem 0;
}
#body_container {
    display: flex;
    flex-direction: row;
    padding: 0;

    .unified {
        max-width: 600px;
    }
}
#left_col {
    width: 50%;
    padding: 3em;
    max-width: 600px;
}
#right_col {
    width:50%;
    display:flex;
    flex-direction: column;
    grid-gap: 3rem;
    padding: 2rem;
    max-width: 600px;
}
#api {
    background: #fff;
    border-radius: 16px;
    padding: 2em 2em 4em 2em;
}
h1 {
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 3.375rem;
}
.intro, .intro h2, .options h3, h3, label {
    font-family: "Poppins", sans-serif;
    color: #091e48;
    font-weight: 600;
}
a {color: #241acd; text-decoration: underline;}
#forgotPassword, .secondRoute > p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1em;
    align-self: center;
}

input {
    background: #d6daff;
    border: 1px solid rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    align-self: stretch;
    width: 93%;
    min-width: 15.625rem;
    height:29px;
    padding: 0.75rem 0.875rem 0.8125rem 1rem;
    margin: 0.375rem 0;
    border-radius: 1000px;
    transition: background .25s ease-in-out;
    font-size: 15px;
}

label {
    padding: 0 0 0.375rem 0.375rem;
    font-size: 1rem;
    font-weight: 600;
    color: #1e3156;
    line-height: 1.5rem;
    font-family: "Poppins", sans-serif;
}
.entry {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 0;
}

.entry-item {
    width: 100%;
    margin-bottom: 2em;
}

input:focus {
    outline: 2px solid #4d53f9;
}
.highlightError {
    background: #fedcdd;

}
.signin .error p {
    color: #b70000;
    font-size: 1rem;
    margin-bottom: 0;
    margin-top: 1rem;
}

.buttons {width:100%;}
.buttons button, .btn {
    position: relative;
    display: flex;
    gap: 0.75rem;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 1rem 1.5625rem;
    color: #fff;
    font-family: "Poppins", sans-serif;
    background: #070078;
    box-shadow: 0 0 1px 0 #070078 inset, 0 0 1px 0 #070078;
    font-weight: 600;
    line-height: 1.6875rem;
    font-size: 1.125rem;
    border-radius: 1000px;
    border: none;
    margin-top: 2rem;
    cursor: pointer;
}

a.btn.btn-primary {width: fit-content; text-decoration: none;}
.small-6.columns.options, .heading {display:none;}
#footer {
    display: block;
    padding: 3rem;
    background: #051746;
    min-height:9em;

    .footer__container {
        max-width: 1364px;
        display: flex;
        width: 100%;
        margin: auto;
        flex-direction: row;

        .footer__logo-wrapper {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            align-items: flex-start;
            width: 100%;

            .footer__cim-logo {
                width: 100%;
                display: flex;
                justify-content: start;
                align-items: start;

                img {
                    width: 100%;
                    max-width: 275px;
                }
            }

            .footer__copyright {
                font-family: "Poppins", sans-serif;
                color: #fff;
                font-size: 0.875rem;
                padding: 0.25em 0;
            }
        }

        .footer__contact-wrapper {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            align-items: flex-end;
            font-family: "Poppins", sans-serif;
            color: #fff;
            width: 100%;

            .footer__contact-block{
                .footer__contact-us-text {
                    p {
                        margin: 0;
                        padding: 0;
                    }
                }

                .btn-secondary {
                    color: #fff;
                    background: transparent;
                    border: 2px solid #b8f60a;
                    width: fit-content;
                    text-decoration: none;
                }
            }
        }
    }


}

.sign-up-sign-in {
    font-family: "Poppins", sans-serif;
    .divider, .create {
        display:none;
    }

    #attributeVerification {

        #attributeList {
            list-style: none;
            margin: 0;
            padding: 0;

            ul {
                padding: 0;
                margin: 0;
                list-style: none;

                li {

                    .attrEntry {
                        > label {
                            display:none;
                        }

                        .helpLink {
                            &.tiny {
                                display:none;
                            }
                        }

                        #emailVerificationControl {
                            ul{
                                list-style-type: none;
                                padding: 0;
                                display: flex;
                                flex-direction: column;
                                gap: 1em;
                            }
                            .buttons {
                                display: flex;
                                flex-direction: row-reverse;
                                gap: 1em;
                            }
                        }
                    }
                }
            }


        }

        > .buttons {
            display: none;
            flex-direction: row-reverse;
            gap: 1em;
            &.show {
                display: flex;
            }
        }
        .buttons {

            button {
                cursor: pointer;

                &.changeClaims {
                    display:none !important;
                }

                &.sendNewCode {
                    color: #051746;
                    background: #fff;
                    border: 1px solid #070078;
                }
            }
            #cancel {
                color: #051746;
                background: #fff;
                border: 1px solid #070078;
            }

        }

        .VerificationControl {

            #emailVerificationControl_success_message {
                display: none !important;
                max-width: 400px;
            }

            .verificationSuccessText {
                color: blue;
                padding: 0 1em;
            }
        }

    }

    .error {
        &.itemLevel {
            &[aria-hidden="false"] {
                color: red;
                padding: 0 1em;
            }
        }
    }

    [aria-disabled="true"] {
        background-color: #ccc;
        cursor: not-allowed !important;
        border: 2px solid #090276;
        box-shadow: none;
    }

    .Password {
        &.newPassword_li, &.reenterPassword_li {
            >.attrEntry {
                display: flex;
                flex-direction: column-reverse;
                gap: 1em;
                .error {
                    font-size: 0.8rem;
                    max-width: 376px;
                }
            }
        }
    }
}

.password-reset {
    #left_col {
       width: 100%;
    }
    #right_col {
        display:none;
    }
}


@media only screen and (max-width: 900px){

    h1 {
        font-size:3em;
    }
    div#header {
        padding: 4em 0 1em 0;
    }
    .intro h2 {
        margin-bottom:2em;
    }
    #body_container {
        flex-direction: column;
        padding: 0;
    }
    #left_col {
        width: 92%;
        padding: 2% 4%;
    }
    #right_col {
        padding: 2em 4em;
    }
}

@media only screen and (max-width: 600px) {
    #footer {
        .footer__container {
            flex-direction: column;
            gap: 2em;

            .footer__contact-wrapper {
                align-items: flex-start;
            }
        }
    }
}
