﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\
for details on configuring this project to bundle and minify static web assets. */
.nav-page {
    height: 80px;
}

.navbar {
    background-color: #776cc0;
    height: 80px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    color: white;
    margin-left: 20px;
    color: black;
    font-family: "MediumLLWeb-Bold";
    font-size: 30px;
    width: 70px;
}

a.navbar-brand img {
    max-height: 35px;
}

/* Sticky footer styles
-------------------------------------------------- */
@font-face {
    font-family: "MediumLLWeb-Bold";
    src: url("fonts/MediumLLWeb-Bold.woff") format("woff");
}

@font-face {
    font-family: "MediumLLWeb-Regular";
    src: url("fonts/MediumLLWeb-Regular.woff") format("woff");
}

@font-face {
    font-family: "F37Judge-MediumCondensed";
    src: url("fonts/F37Judge-MediumCondensed.woff") format("woff");
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

html,
body {
    font-family: "MediumLLWeb-Regular";
}

html {
    font-size: 14px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.container {
    max-width: none;
    padding-right: 0;
    padding-left: 0;
    /*position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;*/
    display: flex;
    position: relative;
    height: 100vh;
}

.wrapper {
    display: flex;
    flex-direction: row;
    flex-basis: 50%;
}

.wrapper>* {
    padding: 10px;
    flex: 1 100%;
}

.wrapper__title {
    display: flex;
    padding: 24px 24px 20px;
    font-size: 18px;
    line-height: 24px;
    font-family: "MediumLLWeb-Bold";
}

.wrapper__login {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    background-color: #F4F7F8;
}

.wrapper__login-form {
    display: flex;
    flex-direction: column;
    width: 448px;
    position: relative;
    z-index: 2;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #DBE1E3;
}

.btn.btn-gray {
    height: 40px;
    border-radius: 100px;
    background: #000;
    color: #fff;
    font-family: "MediumLLWeb-Bold";
    line-height: 20px;
    padding: 8px 16px;
    font-size: 15px;
    margin-bottom: 24px;
    min-width: 88px;
    text-transform: uppercase;
}
.btn.btn-gray:hover {
    color: #00CD7F;
}

.btn-magic-link {
    margin: 0 24px;
}
.login-btn.btn-send-link {
    margin-top: 0;
}
.full-width {
    width: 100%;
    flex: 1 1 100%;
}
.wrapper__blog {
    flex-basis: 50%;
    position: relative;
    padding: 24px;
}

.wrapper__blog .blog-background{
    height: 100%;
    width: 100%;
    background-size: cover;
    border-radius: 25px;
    float:left;
    position: relative;
    overflow: hidden;
}

.wrapper__blog .blog_top-image-1{
    height: 100%;
    position: relative;
    background: url('../Login-image.png');
    background-size: cover;
    /*flex: 2;*/
    margin-bottom: 0;
}

/* Partner login page */
.wrapper__blog--partner .blog-background {
    background-image: none;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 65px;
    border-radius: 16px;
}

.wrapper__blog--partner.wrapper__blog .blog-background .blog-background__image {
    display: none;
    height: auto;
    max-width: 100%;
    max-width: 100%;
}

.wrapper__blog--partner .blog_bottom-container {
    left: 0;
    right: 0;
    padding-bottom: 78px;
}

.wrapper__blog--partner .bottom-container-title {
    margin-bottom: 0;
    font-size: 40px;
}


@media screen and (min-width: 1680px) {
    .wrapper__blog--partner.wrapper__blog .blog-background .blog-background__image.sc-1680{
        display: block;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1679px) {
    .wrapper__blog--partner.wrapper__blog .blog-background .blog-background__image.sc-1440{
        display: block;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .wrapper__blog--partner.wrapper__blog .blog-background .blog-background__image.sc-1280{
        display: block;
    }
}

@media screen and (max-width: 1023px) {
    .wrapper__blog--partner.wrapper__blog .blog-background .blog-background__image.sc-1024 {
        display: block;
    }
}

.wrapper__blog .blog_top-image-1 img{
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    transform: scale(1.0);

}

.wrapper__register-link-container {
    color: white;
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
    font-size: 15px;
    text-align: center;
}

.text-form {
    width: 400px;
}

.link {
    color: white;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
}

.link:hover {
    color: #00cd7f;
}

.read-more {
    font-weight: 700;
    text-decoration: underline;
}

.here {
    text-decoration: none;
    color: #fff;
}

.here:hover {
    text-decoration: underline;
    color: #fff;
}



.forgot-password-link {
    color: #4783FF;
    text-decoration: underline;
    font-family: "MediumLLWeb-Bold";
    line-height: 20px;
    font-size: 15px;
    transition: 0.3s ease all;
}

.register-password-link {
    color: #00cd7f;
    font-size: 15px;
    line-height: 20px;
}

.forgot-password-link:hover {
    color: #4783FF;
}

.register-password-link:hover {
    color: #00cd7f;
}

.wrapper__email-input {
    margin-bottom: 24px;
}

.wrapper__email-input,
.wrapper__password-input {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 15px;
    font-family: "MediumLLWeb-Regular";
}

.icon-banner {
    position: absolute;
    width: 80px;
    height: 40px;
    top: 58px;
    left: 58px;
    padding: 0;
    z-index: 1;
}
.icon-banner a.navbar-brand {
    margin: unset;
    max-height: 40px;
    max-width: 80px;
    min-height: 40px;
    min-width: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center ;
}

.icon-banner a.navbar-brand img{
    max-width: 100%;
    height: auto;
    margin: auto;
    max-height: 40px;
    display: block;
}

.bottom-container-body {
    display: flex;
    flex:1;
    align-items: center;
    justify-content: center;
}

.bottom-container-title {
    color: black;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 100%;
    position: relative;
    font-family: "F37Judge-MediumCondensed";
    text-align: center;
    font-weight: 500;
    margin-bottom: 28px;
}

.wrapper__content-right {
    color: white;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    text-align: end;
    font-family: "MediumLLWeb-Regular";
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.wrapper__tag-right {
    display: flex;
    flex-direction: row;
    background-color: #AD2DE1;
    height: 16px;
    color: white;
    font-size: 8.5px;
    text-transform: uppercase;
    position: relative;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    border-radius: 2px;
    font-family: "MediumLLWeb-Bold";
    letter-spacing: 0.5px;
    padding: 2px 4px;
}

.blog_bottom-container {
    /*flex:1;*/
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 24px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.blog_background {
    display: flex;
    object-fit: cover;
    flex: 1;
    background-blend-mode: multiply;
    background-size: cover;
}



.pricing-header {
    max-width: 700px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.spce-btn {
    border-radius: 100px;
    padding: 8px 16px;
    text-transform: uppercase;
    background-color: black;
    color: white;
    font-family: "MediumLLWeb-Bold";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

a.spce-btn:hover {
    color: #1fda8b;
    text-decoration: none;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /* margin-bottom: 60px; */
}

body::-webkit-scrollbar {
    width: 8px;
    background-color: #cbd2f3;
}

body::-webkit-scrollbar-thumb {
    background: #776cc0;
}

.footer {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    line-height: 60px;
    /* Vertically center the text there */
}

.main-title {
    color: #776cc0;
    margin-bottom: 20px;
    margin-top: 44px;
}

.about-info-container {
    margin-top: 58px;
}

.btn-co-create:hover {
    border-color: #776cc0;
    color: #776cc0;
    background-color: #fff;
}

.btn-co-create {
    border-color: #fff;
    color: #fff;
    border-radius: 0 !important;
}

.btn-co-register {
    border-color: #776cc0;
    color: #776cc0;
    background-color: #fff;
}

.btn-co-register:hover {
    border-color: #776cc0;
    background-color: #776cc0;
    color: #fff;
}

.register-container {
    margin: auto;
    padding: 30px;
}

.register-container .title {
    font-weight: bold;
    text-transform: uppercase;
    color: #776cc0;
    margin-top: 20px;
}

.form-footer {
    display: flex;
    justify-content: space-between;
}

.form-footer a {
    color: #776bbf;
    font-size: 14px;
}

main {
    display: flex;
    flex: 1;
    width: 100%;
    height: 100%;
}

main.centered {
    justify-content: center;
}

.policy {
    color: #fff;
    z-index: 999;
    font-size: 11px;
    padding: 0 20px;
    text-align: center;
    bottom: 10px;
    left: 20px;
    right: 20px;
    overflow-y: auto;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 20px;
}

.login-container {
    margin-right: auto;
    margin-left: auto;
}

.login-container .changepassword-form {
    padding-left: 20px;
    padding-right: 20px;
}

.login-btn-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
}

.login-btn {
    border-radius: 100px;
    background-color: #1fda8b;
    color:#000000;
    font-family: "MediumLLWeb-Bold";
    /* font-weight: bold; */
    line-height: 20px;
    height: 40px;
    padding: 8px 16px;
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    min-width: 88px;
    text-transform: uppercase;
}

.login-btn:hover {
    color: white;
}

input.form-control {
    background-color: #fff;
    border-radius: 4px !important;
    color: #000 !important;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
    border: none;
    border: 1px solid #DBE1E3;
    background-clip: border-box;
    height: 40px;
}

input.form-control.input-validation-error {
    border-color: #FF7F7F;
}

input.form-control:-webkit-autofill {
    -webkit-text-fill-color: #000 !important;
}

input.form-control:focus {
    outline: none !important;
    border-color: #000;
    outline: none;
    box-shadow: none;
}

input.form-control::placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-family: "MediumLLWeb-Regular";
}

input.form-control.password {
    margin-left: auto;
    margin-right: auto;
}

.wrapper__login-form label {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
}

.login-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
}

.login-container h3 {
    color: black;
    text-align: center;
}

.login-external-providers {
    padding: 24px;
    padding-top: 0;
}

.login-external-providers .continue-text {
    text-align: center;
    height: 14px;
    margin-bottom: 25px;
    border-bottom: 1px solid #fff;
    border-color: #ECEEEF;
    font-family: "MediumLLWeb-Bold";
}

.login-external-providers .continue-text span {
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.3);
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.login-external-providers .buttons {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 24px;
}

.login-external-providers .button {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    height: 40px;
    line-height: 26px;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    flex-basis: 100%;
    margin-right: 0px;
}

.login-external-providers .button:focus, .login-external-providers .button:active, .login-external-providers .button:focus-visible {
    box-shadow: none !important;
    background-color: #fff !important;
    border-color: #000 !important;
}

.login-external-providers .button span {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.21875px;
    color: rgba(0, 0, 0, 0.6);
}

.login-external-providers .button {
    margin-right: 0;
    border: 1px solid #8C8C8C;
    color: rgba(0, 0, 0, 0.6);
}

.login-external-providers .button .brand-logo {
    position: absolute;
    left: 10px;
    top: 10px;
}

.register-container .left-column {
    border-right: 4px solid #776bbf;
    padding-right: 30px;
    padding-left: 30px;
}

.forgot-pass-container {
    background-image: url(https://cocreateresources.blob.core.windows.net/conference-documents/563/uploads/sessions/c67f4822-7fb6-4658-9725-2ef14fa56c66/Login_background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #776bbf;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: none;
}

.forgot-pass-container section {
    max-width: 450px;
    margin: 0 20px;
    width: 100%;
}

.forgot-pass-container h4 {
    color: #fff;
}

.forgot-pass-container ul {
    padding: 0;
}

.forgot-pass-container a {
    color: #fff;
    text-decoration: underline;
}

.validation-messages ul {
    padding: 0 20px;
    /*    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    padding: 10px 20px;*/
}

@media screen and (max-width: 1023px) {
    .register-container .left-column {
        border-right: 0;
    }

    .wrapper {
        flex-basis: 100%;
        width: 100%;
        height: 100%;
        flex-direction: column;
        overflow-y: auto;
    }

    .blog_bottom-container {
        display: none;
    }

    .wrapper__login-form {
        width: 100%;
    }

    main {
        position: relative;
    }

    .icon-banner {
        left: 24px;
        top: 24px;
    }

    .wrapper__login {
        padding: 0;
        /*background-color: transparent;*/
        width: 100%;
        flex: 1 1 100%;
        justify-content: normal;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
        padding-top: 88px;
    }
    .wrapper__login-form {
        max-width: 400px;
    }

    .wrapper__email-input input, .wrapper__password-input input{
        background: #fff;
    }
    .forgot-password-link{
        color:#76A2FE;
        text-decoration: none;
    }
    .login-btn-container .btn{
        color:#000000;
    }
    .login-external-providers .continue-text{
        border-bottom-color: #ECEEEF;
    }
    .login-external-providers .continue-text span{
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 16px;
        color: rgba(0, 0, 0, 0.3);
        opacity: 0.8;
    }

    .text-form {
        max-width: 100%;
    }
}

@media (min-width: 1921px) {
    .bottom-container-title {
        font-size: 70px;
    }
}


@media (max-width: 1023px) {
    .wrapper__blog {
        display: none;
    }
}

@media only screen and (min-device-width: 769px) and (max-device-width: 1024px){
    .bottom-container-title{
        font-size: 35px;
    }
}

@media only screen and (min-device-width: 1025px) and (max-device-width: 1280px){
    .bottom-container-title{
        font-size: 45px;
    }
}

@media only screen and (min-device-width: 1281px) and (max-device-width: 1680px){
    .bottom-container-title{
        font-size: 60px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .login-container {
        padding-top: 75px;
    }

    .login-error-summary {
        font-size: 14px;
    }
}

@media only screen and (max-height: 550px) {
    .bottom-container-title{
        font-size: 45px;
    }
}

@media only screen and (min-height: 551px) and (max-height: 611px) {
    .bottom-container-title{
        font-size: 50px;
    }
}

@media only screen and (min-height: 611px) and (max-height: 699px) {
    .bottom-container-title{
        font-size: 50px;
    }
}

@media only screen and (min-height: 700px) and (max-height: 724px) {

    .bottom-container-title{
        font-size: 48px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    select:focus,
    textarea:focus,
    input:focus {
        font-size: 15px;
    }
}

.text-danger {
    font-size: 10px;
    line-height: 12px;
    padding: 0px 0px;
    color: #FF7F7F !important;
}

.validation-messages  {
    margin: 5px 24px;
}

.text-danger li {
    list-style: none;
    padding: 0px;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

*:focus {
    outline: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill,
input:-webkit-autofill:hover,
textarea:-webkit-autofill:hover,
select:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus,
select:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill:active,
select:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    -webkit-text-fill-color: #fff;
    outline: none !important;
}

input:-webkit-autofill::first-line {
    font-size: 1rem;
    outline: none !important;
}

/***********Error box***********************/

.login-error-container {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    text-align: center;
    height: 150px;
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-error-summary {
    color: white;
    background-color: #f44a4a;
    height: 75px;
    width: 100%;
}

.alert.alert-danger ul {
    list-style: none;
    padding-left: 0;
}

/*End error box****************************************/

/*******************Logout page*********************/

.logged-out-page {
    width: 100%;
    height: 100%;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    font-family: "MediumLLWeb-Regular";
}

.spce-logout-logo img {
    height: 40px;
    margin-bottom: 0px;
}

.spce-logout-txt {
    font-size: 24px;
    line-height: 29px;
}

.spce-button a {
    font-family: "MediumLLWeb-Bold";
    margin-top: 15px;
    display: inline-block;
    color: #000;
    min-width: 148px;
    padding: 11px 16px;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    background: #00CD7F;
    border-radius: 100px;
}

.spce-button button {
    font-family: "MediumLLWeb-Bold";
    margin-top: 15px;
    display: inline-block;
    color: #000;
    min-width: 148px;
    padding: 11px 16px;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    background: #00CD7F;
    border-radius: 100px;
    border: 0;
}

.spce-button a:hover , .spce-button button:hover{
    text-decoration: none;
    background: #02b973;
    color: #fff;
}

/*******************End Logout page*********************/


/**validation page***/
.code-input-wrapper{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom:20px;
}

.validation-success {
    display: flex;
    flex: 1;
}

.validation-success .container {
    justify-content: center;
}

.check-email-content {
    text-align: center;
    padding: 24px 24px 48px;
    border-radius: 8px;
    min-width: 400px;
    background-color: #fff;
    border: 1px solid #DBE1E3;
}

.check-email-content .icon-box {
    width: 50px;
    height: 50px;
    background-color: #00CD7F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 24px;
}
.check-email-content .icon-box img {
    width: 24px;
}

.check-email-content .title {
    text-transform: uppercase;
    font-family: "MediumLLWeb-Bold";
    font-size: 18px;
    line-height: 24px;
}

.check-email-content .description {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 24px;
}

.check-email-content .description b {
    font-family: "MediumLLWeb-Bold";
}

.error-alert {
    background-color: rgba(65, 65, 65, 0.8);
    color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-top: 40px;
    font-family: "MediumLLWeb-Regular";
    font-size: 15px;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 18px;
}
.error-alert .icon-info {
    width: 20px;
    height: 20px;
    background-color: rgba(244, 74, 74, 1);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-family: "MediumLLWeb-Bold";
}

.error-alert .close {
    color: rgba(255, 255, 255);
    opacity: 0.6;
    font-family: "MediumLLWeb-Regular";
}

.error-alert .close:focus {
    outline: none;
    border: none;
}

/*verify pages*/
.verify-page .row{
    justify-content: center;
}

.top-image{
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-image img{
    width: 100%;
    height: auto;
    object-fit: contain;
}

.verify-page .content-container{
    width: 626px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #475467;
}

.verify-page.iloq button{
    background-color: #e6ff92;
    color: black;
}

.verify-page .title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}