html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, /*sup,*/ tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong, b {
    font-weight: bold;
}

.clearfix {
    overflow: auto;
}

    .clearfix::after {
        content: "";
        clear: both;
        display: table;
    }

html {
    scroll-behavior: smooth;
}

html, body {
    margin: 0;
    background: #edf4f9;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    color: #000;
}

* {
    font-family: 'Roboto Condensed', sans-serif;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
}

div, section {
    border: 0 solid red;
}

/**/


header {
    position: relative;
    display: block;
    margin-bottom: 40px;
    width: 100%;
    padding: 20px 10px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

section.membership {
    position: relative;
    display: block;
    width: 90%;
    max-width: 700px;
    box-sizing: border-box;
    padding: 20px;
    margin: 40px auto 100px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
}

    section.membership .textInfo {
        text-align: center;
    }

        section.membership .textInfo h1 {
            font-size: 30px;
            font-weight: bold;
            line-height: 1.5;
            margin-bottom: 10px;
        }

        section.membership .textInfo p {
            font-size: 24px;
            line-height: 1.5;
            font-weight: 100;
            margin-bottom: 10px;
        }


    section.membership .formPanel {
        display: block;
        width: 80%;
        margin: 40px auto;
    }

        section.membership .formPanel input {
            width: 100%;
            height: 50px;
            background-color: #fff;
            border: 1px solid #d0d0d0;
            padding: 10px 20px;
            box-sizing: border-box;
            margin-bottom: 20px;
            border-radius: 25px;
            font-size: 16px;
        }

        section.membership .formPanel .submit {
            width: 100%;
            height: 50px;
            background-color: #1c2841;
            padding: 10px 20px;
            box-sizing: border-box;
            border: none;
            margin-bottom: 20px;
            border-radius: 25px;
            font-size: 16px;
            color: #fff;
            cursor: pointer;
        }

        section.membership .formPanel .info {
            font-size: 12px;
            font-weight: 100;
            color: #333;
        }

            section.membership .formPanel .info a {
                color: #1c2841
            }

.form-err-span {
    position: relative;
    display: block;
    width: max-content;
    margin: -10px auto 20px 20px;
    font-weight: 300;
    color: #c00;
}


.googleLoginBtn {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
}

    .googleLoginBtn button {
        position: relative;
        display: flex;
        padding: 10px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }

        .googleLoginBtn button > svg {
            display: flex;
        }

section.authSect {
    position: relative;
    width: 1140px;
    max-width: 95%;
    margin: auto;
    margin-top: 40px;
    display: flex;
    flex-flow: wrap;
    gap: 16px;
    justify-content: center
}

.authSectCnt {
    position: relative;
    display: flex;
    width: calc(50% - 8px);
    border-radius: 12px;
    padding: 50px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    flex-direction: column;
    justify-content: space-between;
}

.formPanelAuth {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .formPanelAuth form {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

.formPanelAuthOr {
    position: relative;
    display: flex;
    font-size: 15px;
    color: #000;
    width: 100%;
    justify-content: center;
}

    .formPanelAuthOr::before, .formPanelAuthOr::after {
        content: "";
        position: absolute;
        width: 45%;
        top: 50%;
        height: 1px;
        background: #D6D6D6;
    }

    .formPanelAuthOr::before {
        left: 0px;
    }

    .formPanelAuthOr::after {
        right: 0px;
    }

.formPanelAuthFlex {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 12px;
}

    .formPanelAuthFlex > i {
        display: flex;
    }

    .formPanelAuthFlex .text {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

        .formPanelAuthFlex .text > p {
            margin: 0px;
            font-size: 16px;
            color: #1C2841;
            line-height: 24px;
        }

        .formPanelAuthFlex .text > h1 {
            display: block;
            font-size: 19px;
            font-weight: 700;
            line-height: 46px;
        }

.authSectForm {
    position: relative;
    display: block;
    width: calc(50% - 8px);
    background: #fff;
    padding: 32px 52px;
    border-radius: 12px;
    height: 100%;
}

.authSectCnt h1 {
    display: block;
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 10px;
}

.authSectCnt p {
    display: block;
    color: #1C2841;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
}


.formPanelAuthHead {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11px;
}

.formPanelAuthTitle {
    display: block;
    font-weight: 700;
    font-size: 19px;
}

.formPanelAuthSetup {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 15px;
    font-weight: 400;
}

    .formPanelAuthSetup > i {
        display: flex;
        margin-right: 5px;
    }

    .formPanelAuthSetup > strong {
        font-weight: 800;
    }

.formPanelAuth form .info {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

    .formPanelAuth form .info > a {
        font-weight: 800;
        color: #1C2841;
    }



@media only screen and (max-width: 600px) {

    .authSectForm {
        width: 100%;
        padding: 24px;
    }

    .formPanelAuthFlex {
        flex-direction: column;
    }

        .formPanelAuthFlex .text > h1 {
            line-height: 32px;
        }

    section.authSect {
        width: 100%;
        max-width: 100%;
    }
}

.authSectCnt .googleApprovedFooter {
    justify-content: center;
}