﻿/* CSS for new login page. */

p, div {
    font-family: "Poppins", sans-serif !important;
}

h1 {
    font-family: "Nunito", sans-serif !important;
}

.login-page-wide {
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: visible;
}

.login-page-narrow {
    width: 70%;
    align-items: center !important;
    justify-content: center;
    display: grid;
    place-items: center;
    margin: auto;
    height: fit-content;
    overflow: visible;
}

.login-page-container {
    display: flex;
    margin: 0px 10px 0px;
    align-items: center;
    justify-content: center;
    height: fit-content;
    left: auto;
    right: auto;
    padding-top: 25px;
    padding-bottom: 25px;
}

.main-login-container {
    overflow: auto !important;
    width: 100%;
    min-height: 50vh;
    max-width: inherit !important;
    vertical-align: middle;
    padding-bottom: 25px;
}

.login-grid {
    position: relative;
    display: grid;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 25px 0px !important;
    overflow: visible !important;
}

.login-main {
    min-height: 58.59vh;
}

.login-form-wrapper {
    max-width: 30vw;
    overflow: auto !important;
    display: flex;
    height: 100%;
    background-image: url("/images/layout/login/ovalshape.svg");
    background-size: 475px;
    background-position: center;
    justify-content: center;
    align-items: center !important;
    background-repeat: no-repeat;
    overflow: visible !important;
    margin: -50px -75px -50px !important;
    padding: 50px 75px 50px 125px !important;
}

    .login-form-wrapper input[type="text"], .login-form-wrapper input[type="password"] {
        -moz-box-sizing: border-box !important;
        -webkit-box-sizing: border-box !important;
        box-sizing: border-box !important;
        border: 0 !important;
        margin-bottom: 10px;
        width: 100%;
        border-radius: 3px;
        color: black;
    }

#pnlLoginTwoFactorCode {
    width: 90% !important;
}

#pnlLoginTwoFactorReset {
    width: 80% !important;
    text-align: right;
    margin: auto !important;
}

#txtTwoFactorReset {
    width: auto;
}

#pnlMessages {
    max-width: 100%;
    overflow-wrap: break-word;
    margin: auto !important;
    color: #F9B030;
    min-height: 21px;
}

#login-warning {
    margin: 0 0 10px;
    color: #F9B030;
    visibility: hidden;
}

.login-input-wrapper {
    margin-left: 0 !important;
    margin-bottom: 10px !important;
    margin-top: 10px;
    text-align: initial;
}

    .login-input-wrapper input[type="text"], .login-input-wrapper input[type="password"] {
        border-radius: 3px;
        color: black;
    }

.login-form-title-container {
    display: inline-block;
    text-align: center;
    margin: 0 auto !important;
}

.login-form-title {
    color: white;
    text-align: center !important;
    font-size: 1.5em;
    display: inline;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

#pnlLoginControls {
    margin-left: 25px !important;
    padding-right: 20px !important;
    margin: 0 !important;
}

.login-double-grid {
    grid-template-columns: 1fr 1fr;
}

.login-marketing-grid span {
    gap: 0 !important;
    font-size: 1em;
    text-align: left;
}

.login-triple-grid {
    gap: 10px;
    height: 100%;
    margin: 0px 0px 0px 0px !important;
    grid-template-columns: 1fr 1fr 1fr;
}

#marketing-header {
    padding-left: 25px;
    margin: 0px !important;
}

#course-header, #pricing-header {
    color: black;
    font-weight: bold;
}

#marketing-content-wrapper {
    align-items: baseline !important;
}

#login-landing-header {
    line-height: 1.4 !important;
    font-size: 4em !important;
    font-weight: 800 !important;
}

.login-element-header {
    color: black;
    font-weight: bold;
    justify-self: start;
    text-align: left;
}

#marketing-doodles {
    position: absolute;
    right: 0;
    top: 0;
    height: 35%;
    width: auto;
    margin: 15px;
}

.info-button-inverse {
    background-color: #C24433 !important;
    color: white !important;
}

    .info-button-inverse:hover {
        background-color: transparent !important;
        color: #C24433 !important;
    }

.pricing-button {
    height: 60%;
    color: white;
    width: fit-content;
    border-radius: 25px;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
    text-decoration: none !important;
    display: flex;
    font-size: 1em;
    justify-content: left;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

    .pricing-button img {
        width: 75%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .pricing-button:hover {
        background-color: transparent;
        color: #6F72AA;
    }

.pricing-table {
    margin-bottom: 30px;
}

.pricing-table-row td {
    text-align: center;
    width: 25vw;
}

.reviews-container {
    display: flex;
    flex-direction: column;
    height: fit-content !important;
    top: auto !important;
    align-items: center;
}

    .reviews-container div {
        height: 100%;
        vertical-align: middle;
        left: auto !important;
        right: auto !important;
        align-items: center;
    }

#reviews-title-block {
    display: inline;
    margin-top: -50%;
}

    #reviews-title-block div {
        height: 50%;
    }

#reviews-title {
    padding-left: 25px;
    display: flex;
    align-items: center;
}

    #reviews-title h1 {
        color: white;
        font-weight: bold;
    }

#reviews-arrow {
    height: auto;
    width: 40%;
    margin-right: 15%;
    float: right;
    display: block;
}

.login-one-two-grid {
    grid-template-columns: 1fr 2fr;
}

.login-footer-grid {
    margin: 0px !important;
    height: 100%;
    gap: 5px;
    grid-template-columns: 5fr 3fr 4fr;
}

    .login-footer-grid div {
        gap: 5px;
        margin: 0 !important;
    }

        .login-footer-grid div div {
            margin: 0 !important;
        }

.marketing-card {
    padding: 0 25px 0 !important;
    margin: 50px 0 50px !important;
    text-align: left;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.pause-button-container {
    margin: 25px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.main-login-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    z-index: 1;
    place-items: normal !important;
    align-items: normal !important;
}

.main-login-navbar {
    width: 100%;
    display: flex;
    min-height: 9.77vh;
    position: relative;
    top: 0;
    margin-top: 25px;
    z-index: 1;
}

.main-login-navbar-wrapper {
    display: flex;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.button-trial-licence {
    text-decoration: none !important;
    background-color: #F9B030;
    border: 2px solid #F9B030;
    border-radius: 25px;
    color: white;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 1.2em;
    cursor: pointer;
    height: fit-content;
}

    .button-trial-licence:hover {
        color: #F9B030;
        background-color: rgba(255, 255, 255, 0.2);
        border: 2px solid #F9B030;
    }

#video-toggle {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.6);
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2em;
    bottom: 0;
}

    #video-toggle:hover {
        background-color: rgba(255, 255, 255, 0.6);
        border: 2px solid transparent;
        color: rgba(0, 0, 0, 0.6);
    }

.button-proeflicentie:hover {
    background-color: #FFC562;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

#marketing-buttons {
    place-items: left;
}

    #marketing-buttons a {
        margin: 0 25px 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50%;
        font-size: 1em !important;
    }

.login-form-footer {
    gap: 10px;
}

    .login-form-footer div, .login-form-footer a {
        color: white;
        font-size: 1em;
    }

    .login-form-footer input[type="text"], .login-form-footer input[type="password"] {
        margin-bottom: 0 !important;
    }

    .login-form-footer a:hover {
        color: white;
    }

#login-form-2fa {
    margin-bottom: 15px !important;
}

.form-login-button {
    padding: 5px;
}

    .form-login-button:hover {
        border-color: #F9B030 !important;
        background-color: #F9B030 !important;
        color: white !important;
    }

.main-login-navbar-wrapper li {
    text-align: center;
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
}

    .main-login-navbar-wrapper li a {
        display: block;
        padding: 5px;
        color: white;
        font-weight: bold;
        font-size: 0.9em;
    }

#content-text h1 {
    color: white;
    font-weight: bold;
    font-size: 2.5em;
}

.login-form-wrapper-content {
    max-width: 80%;
    text-align: center;
}

#content-login-form h1 {
    color: white;
    font-weight: bold;
    font-size: 2.5em;
}

.description-container {
    min-height: 29.3vh;
    background-color: #F5EEF5;
    border-radius: 50px;
    margin-bottom: 10px;
}

#description-content {
    gap: 25px;
    margin-bottom: 0 !important;
}

.description-footer {
    display: flex;
    height: fit-content !important;
    padding: 0 !important;
    margin-bottom: 10px;
}

.description-footer-element {
    height: 100% !important;
}

#login-double-button {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.button-more-info {
    background-color: transparent;
    border: 2px solid #C24433;
    color: #C24433;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    font-size: 1.2em;
}

    .button-more-info:hover {
        background-color: #C24433;
        border: 2px solid #C24433;
        color: white;
    }

#description-content-left {
    display: flex;
    top: -30%;
    text-align: right;
}

    #description-content-left h1 {
        color: black;
        font-weight: bold;
    }

#description-content-right {
    text-align: left;
}

.description-footer div {
    display: grid;
    gap: 10px;
    height: auto;
    flex-direction: column;
    justify-content: center;
}

.description-footer img {
    object-fit: cover;
    width: 100%;
    max-height: 100%;
}

.description-footer-component div {
    width: 100%;
    height: auto;
}

#description-footer-one {
    color: white;
    height: 100%;
    padding: 25px;
    font-style: italic;
    background-color: #6F72AA;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    font-size: 0.9em;
    align-content: center;
}

.description-other-footers {
    grid-template-columns: 1fr 1fr;
}

#marketing {
    padding: 75px 0 75px !important;
    min-height: 58.59vh;
    background-color: #F5EEF5;
    border-radius: 50px;
    margin-bottom: 10px;
}

#reviews {
    background-color: #6F72AA;
    border-radius: 50px;
    margin-bottom: 10px;
    padding: 0 !important;
}

.reviews-column {
    max-height: 100%;
}

#reviews-content {
    gap: 10px;
    display: grid;
    grid-template-rows: min-content;
    max-height: 100%;
}

.login-review {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: fit-content !important;
    background-color: white;
    border-radius: 25px;
    margin-top: 10px;
    padding: 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.login-review-content {
    height: calc(75% - 50px) !important;
    font-size: 0.9em;
}

.login-review-footer {
    bottom: 0;
    height: fit-content !important;
    grid-template-columns: 1fr 3fr;
    gap: 10px;
    align-items: center;
    margin: 0 !important;
}

    .login-review-footer div {
        display: grid;
        align-items: center;
    }

    .login-review-footer p {
        margin: 0;
    }

#red-review {
    height: calc(20% - 5px) !important;
    background-color: #C24433 !important;
    margin-top: 0px !important;
    border-radius: 0px !important;
    border-bottom-left-radius: 50px !important;
}

#sandwichedReview {
    height: calc(60% - 10px) !important;
}

#yellow-review {
    height: calc(20% - 5px) !important;
    background-color: #F9B030 !important;
    border-radius: 0px !important;
    border-top-right-radius: 50px !important;
}

#review-bottom {
    bottom: 1px;
}

.target-audience-wrapper {
    margin: 50px 0 50px;
}

.target-audience-content {
    overflow: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    align-items: stretch !important;
}

    .target-audience-content a {
        text-decoration: none !important;
    }

.target-audience-card {
    display: grid;
    grid-template-rows: auto 1fr;
    height: 100%;
    padding: 25px;
    border: solid;
    border-width: 1px;
    border-radius: 25px;
    border-color: #808080;
    color: black;
    width: auto;
    box-sizing: border-box;
    cursor: pointer;
    overflow: auto;
}

a.target-audience-card p, a.target-audience-card:hover p {
    text-decoration: none !important;
}

.target-audience-card-title {
    font-weight: bold;
    align-items: center;
    text-align: center;
    color: black;
    font-size: 1.5em;
    min-height: 8vh;
}

.target-audience-card p {
    position: relative;
    margin: 0 !important;
    margin-top: 10px !important;
    font-size: 1em;
}

#target-audience-card-one {
    background-color: #F9F0E1;
}

#target-audience-card-two {
    background-color: #E5E2F8;
}

#target-audience-card-three {
    background-color: #FBFAFA;
}

.pricing-container {
    min-height: 29.3vh;
    background-color: #FBFAFA;
    border-radius: 50px;
}

.pricing-wrapper {
    padding: 75px 0 75px;
    height: 100%;
}

    .pricing-wrapper h1 {
        margin-bottom: 30px;
    }

.course-container {
    min-height: 43.95vh;
    margin-top: 10px;
    background-color: #FBFAFA;
    border-radius: 50px;
}

.course-content {
    text-align: left;
}

.course-title-wrapper h1 {
    margin: 15px 50px 15px;
    color: white;
}

.partner-container {
    padding: 0 !important;
    margin: 0 !important;
}

.partner-panel-wrapper {
    margin: 75px 0 75px;
}

.partner-panel-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 75px !important;
}

    .partner-panel-header p {
        font-size: 2em;
        margin-bottom: 0 !important;
    }

.partner-grid {
    margin-bottom: 0 !important
}

.partner {
    display: flex;
    align-items: center;
}

.future-partners {
    margin-bottom: 0 !important;
}

.partner img {
    max-height: 20vh;
    width: auto;
    margin: auto;
}

.partner-panel-footer p {
    text-align: center;
    font-size: 1.5em;
    margin: 75px 0 50px !important;
}

.login-footer {
    display: grid !important;
    width: 100%;
}

.anchor {
    position: absolute;
    transform: translateY(-25vh);
    visibility: hidden;
}

.login-input-wrapper .TextBoxItemIcon + .bi {
    margin-left: -45px;
    cursor: pointer;
}

.login-input-wrapper .bi {
    margin-left: -20px;
    cursor: pointer;
}

.login-user-password i {
    margin-left: -25px;
    cursor: pointer;
}

.bi-eye-slash::before {
    vertical-align: middle;
}

#rcec-content #rcec-content-right h1 {
    font-weight: bolder;
    color: rgb(51, 51, 51);
}

div#rcec-content.login-grid.login-one-two-grid.uk-grid-small div#rcec-content-left img {
    vertical-align: middle;
    max-width: 250px;
}

div#rcec-content.login-grid.login-one-two-grid.uk-grid-small div#rcec-content-right .extra-top-margin {
    margin-top: 10px;
}

div#rcec-content.login-grid.login-one-two-grid.uk-grid-small div#rcec-content-right .extra-bottom-margin {
    margin-bottom: 10px;
}
