/* Base */
html,
body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: Outfit, sans-serif;


}

@media screen and (max-width: 362px) {

    html,
    body {
        /* justify-content: center; */
        /* display: block; */
        /* align-items: center; */
        /* height: 100vh; */
        /* margin: 0; */
        /* font-size: calc(16px + 1vw); */
        /* line-height: calc(1.1em + 0.5vw); */
        /* font-family: Outfit, sans-serif; */
        /* max-width: 100%; */
        /* overflow-x: hidden; */
        width: 100%;
        height: 100vh;
        /* overflow: hidden; */
        display: contents;
    }
}

#particles-js canvas {
    display: block;
    vertical-align: bottom;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: opacity .8s ease, -webkit-transform 1.4s ease;
    transition: opacity .8s ease, transform 1.4s ease
}

#particles-js {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -10;
    top: 0;
    left: 0
}

/* Content */
/* Solid border */
hr.solid {
    border-top: 1px solid #bbb;
}

h3 {

    color: #666;
    text-align: center;
    flex: 0 auto;
    align-self: center;
    margin-bottom: 2.5rem;
    padding-bottom: 0;
    font-size: 55px;
    font-weight: 500;
    line-height: 1.2;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;

    font-style: normal;


}

/* Exact resolution */



h4 {

    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;

}

@media screen and (max-width: 1024px) {

    h4 {
        font-family: "Outfit", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
    }
}

@media screen and (max-width: 320px) {

    h4 {
        font-family: "Outfit", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
    }
}

@media screen and (min-width: 768px) {
    h4 {
        font-family: "Outfit", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.5;
    }
}

/* Exact resolution */

@media screen and (max-width: 767px) {
    .w-nav-brand {
        color: #666;
        text-align: center;
        flex: 0 auto;
        align-self: center;
        margin-bottom: .5rem;
        padding-bottom: 0;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.5;
        font-family: "Outfit", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
    }
}




h5 {

    font-family: "Outfit", sans-serif;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;

}


@media screen and (max-width: 320px) {

    h5 {
        font-family: "Outfit", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        text-align: center;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.5;
    }
}


@media screen and (max-width: 767px) {

    h5 {
        font-family: "Outfit", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
    }
}

@media screen and (max-width: 1024px) {

    h5 {
        font-family: "Outfit", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
    }
}

#content {
    font-family: "Outfit", sans-serif;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
}


/* Login Card */

.login-card-2 {
    padding: 40px;
    width: 80%;
    background-color: #ffffff;
    margin: 0 auto 10px;
    border-radius: 2px;
    border-color: #1383c6;
    border-width: 3px;
    overflow: hidden;
}


.login-card {
    padding: 40px;
    width: 40%;
    background-color: #ffffff;
    margin: 0 auto 10px;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    .login-card {
        padding: 40px;
        width: 80%;
        background-color: #ffffff;
        margin: 0 auto 10px;
        overflow: hidden;
    }
}



.login-card a {
    text-decoration: none;
    color: #2d62ff;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
    display: inline-block;
    /* opacity: 0.6; */
    transition: opacity ease 0.5s;
}

.login-card a:hover {
    opacity: 1;
}

.login-card h1 {
    font-weight: 400;
    text-align: center;
    font-size: 2.3em;
    color: #1383c6;
}

.login-card h3 {
    color: #666;
    text-align: center;
    flex: 0 auto;
    align-self: center;
    margin-bottom: 2.5rem;
    padding-bottom: 0;
    font-size: 55px;
    font-weight: 500;
    line-height: 1.2;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;

    font-style: normal;
}



@media screen and (min-width: 320px) {
    .login-card h3 {
        font-size: 18px; // I want my title this size on a phone
        color: #1383c6;
        margin-top: 2px;
        font-weight: 600;
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 767px) {
    .login-card h3 {
        font-size: 35px; // I want my title this size on a phone
        color: #1383c6;
        margin-top: 2px;
        margin-bottom: 0px;
    }
}

.login-card h1 span {
    color: #C6A3FF;
}

.login-card img {
    width: 48%;
    height: 48%;
}

@media screen and (min-width: 320px) {
    .login-card img {
        width: 68%;
        height: 68%;
        margin-top: 2px;
        margin-bottom: 0px;
    }
}

.login-card input[type=submit] {
    box-sizing: border-box;
    outline-offset: 0px;
    color: var(--link-color--link-alternate);
    text-align: center;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    object-fit: fill;
    background-color: #007583;
    background-clip: border-box;
    border-style: solid;
    border-color: #007583;
    border-radius: 4.7rem;
    color: #F7F7F7;
    outline: 3px #fff;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: 600;
    cursor: pointer;
}

.login-card input[type=submit]:hover {
    background-color: var(--background-color--background-alternate);
    color: var(--text-color--text-secondary);
    box-sizing: border-box;
    outline-offset: 0px;
    color: var(--link-color--link-alternate);
    text-align: center;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    object-fit: fill;
    background-color: #007583;
    background-clip: border-box;
    border-style: solid;
    border-color: #007583;
    border-radius: 4.7rem;
    outline: 3px #fff;
    color: #F7F7F7;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: 600;
}

.login-card input[type=text],
input[type=password] {
    height: 44px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.login-card input[type=text]:hover,
input[type=password]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Login */
.login {
    text-align: center;
    font-size: 14px;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
}

.login-submit {
    opacity: 0.9;
    box-sizing: border-box;
    outline-offset: 0px;
    color: #ffffff;
    text-align: center;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    object-fit: fill;
    background-color: #007583;
    background-clip: border-box;
    border-style: solid;
    border-color: #007583;
    border-radius: 4.7rem;
    outline: 3px #fff;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 2rem;
    cursor: pointer;
    padding-right: 2rem;
    font-weight: 600;
}

.login-submit:disabled {
    opacity: 0.4;
    box-sizing: border-box;
    outline-offset: 0px;
    color: var(--link-color--link-alternate);
    text-align: center;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    object-fit: fill;
    background-color: #007583;
    background-clip: border-box;
    border-style: solid;
    border-color: #007583;
    border-radius: 4.7rem;
    outline: 3px #fff;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 2rem;
    cursor: pointer;
    padding-right: 2rem;
    font-weight: 600;
}

.login-submit:disabled:hover {
    cursor: not-allowed;
    opacity: 0.4;
    color: var(--link-color--link-alternate);
}

.login-submit:hover {
    opacity: 0.9;
    box-sizing: border-box;
    outline-offset: 0px;
    color: #fff;
    text-align: center;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    object-fit: fill;
    background-color: #007583;
    background-clip: border-box;
    border-style: solid;
    border-color: #007583;
    border-radius: 4.7rem;
    outline: 3px #fff;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 2rem;
    cursor: pointer;
    padding-right: 2rem;
    font-weight: 600;
}

.login-help {
    width: 100%;
    text-align: center;
    font-size: 16px;
}

/* Checkbox */
.checkbox-field-me {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-left: .75rem;
    display: flex;
}

.list {
    list-style-type: none;
    padding: 0;
}

.list__item {
    margin: 0 0 .7rem 0;
    padding: 0;
}

label {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left; */
}

input[type=radio],
input[type=checkbox] {
    /* -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-right: 10px;
  float: left;
  accent-color: #7F66FF; */
    width: 20px;
    height: 20px;
    text-align: left;
    margin-bottom: 20px;
    padding-left: .75rem;
}



@media only screen and (max-width: 320px) {
    .login-card {
        width: 90%;
        margin-top: 2px;
        padding-left: 1px;
        padding-right: 1px;
        margin-bottom: 2px;
    }

    .login-card img {
        width: 70%;
        height: 50%;
    }
}

textarea {
    font-family: "Outfit", sans-serif;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
}

#terms {
    display: none;
    padding-top: 100px;
    padding-bottom: 100px;
}

.auth_source {
    border: 1px solid lightgray;
    padding: 20px 8px 0px 8px;
    margin-top: -2em;
    border-radius: 2px;
}

.auth_head {
    background-color: #f7f7f7;
    display: inline-block;
}

.auth_head_div {
    text-align: left;
}