﻿:root {
    --primary-font-family: 'Williams';
    --primary-color: rgb(4, 30, 60);
}

@font-face {
    font-family: 'Williams';
    src: url('../Fonts/Williams-Regular.woff2') format('woff2'), url('../Fonts/Williams-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* Bold font */
@font-face {
    font-family: 'Williams';
    src: url('../Fonts/Williams-Bold.woff2') format('woff2'), url('../Fonts/Williams-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: var(--secondary-font-family);
}

.hero-container {
    min-height: 100vh;
    position: relative;
}

.logo-container {
    font-family: sans-serif;
    color: #000;
    width: 100%;
    font-weight: 200;
    padding: 1% 0%;
    margin-bottom: 2%;
    font-family: var( --primary-font-family)
}
    .logo-container .message-credentials {
        font-size: 14px;
        font-weight: 500;
        color: #666666;
        margin-top: 10px;
        font-family: var(--secondary-font-family);
    }
    .logo-container .heading-welcome {
        font-size: 24px;
        font-weight: 400;
        margin-top: 40px;
    }

    .logo-container h1 {
        color: #242424;
        font-size: 2.4rem;
    }
.e-progress-btn .e-btn-content {
    position: relative;
    z-index: 1;
    display: contents;
}

.logo-img {
    width: 18rem;
    cursor: pointer;
}
.e-input-group:not(.e-disabled) .e-input-group-icon:hover, .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
}

.left-section {
    padding: 2% 6%;
    min-height: 100vh;
    margin: auto 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    font-family: var(--secondary-font-family);
    font-size: 14px;
}


.background-shadow-1 {
    width: 300px;
    position: absolute;
    top: -88px;
    left: 604px;
    height: 300px;
    border-radius: 50%;
    background: #F3F7FD;
}
.background-shadow-2 {
    width: 250px;
    position: absolute;
    bottom: -57px;
    left: -34px;
    height: 250px;
    border-radius: 50%;
    background: #F3F7FD;
}

.right-section {
    min-height: 100vh;
    background-image: linear-gradient(90deg, rgb(4 30 60 / 80%) 0%, rgb(4 30 60 / 80%) 100%), url(https://vishub-ai.s3.dualstack.eu-west-2.amazonaws.com/Ultimotive/WilliamsF1_180805_HiRes.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}



.list-items {
    position: absolute;
    right: 16%;
    width: 60%;
}


.list-item {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 0.9rem;
    margin: 22px 0;
}

.number {
    text-align: center;
    background-color: #fff;
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    margin-left: 0.9%;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%), inset 0px 4px 4px rgb(0 0 0 / 25%);
    line-height: 41px;
    font-family: var(--secondary-font-family);
}

.right-section-text {
    font-size: 24px;
    color: #E6E6E6;
    font-weight: 600;
    letter-spacing: 1.2px;
    margin-bottom: 0 !important;
    margin-left: 3%;
    font-family: var(--secondary-font-family);
}

.vertical-line {
    height: 40px;
    border-left: 3px solid #fff;
    margin-left: 22px;
    margin-top: 5px;
}

.footer {
    position: absolute;
    bottom: 8%;
    left: 1%;
    padding: 0 5%;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--secondary-font-family);

}
footer p{
    margin: 0 !important;
}
.btn:focus {
    outline: none !important;
    outline-offset: 0px !important;
}


.qr-img {
    width: 10%;
}

.validation-input {
    margin-right: 10px;
    margin-top: 0;
    width: 80%;
}

.e-input-group:not(.e-success):not(.e-warning):not(.e-error) {
    margin-right: 10px;
    margin-top: 0;
}

#txtValidationKey {
    height: 45px;
}
.btn-primary {
    color: #fff;
    border-color: var(--btn-hover) !important;
    background-color: var(--primary-color) !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-family: var(--secondary-font-family) !important;
}


    .btn-primary:hover {
        color: var(--btn-hover) !important;
    }
@media screen and (max-width: 740px) {
    .footer {
        bottom: 5% !important;
        padding: 0 5%;
    }
        .footer p:last-child {
            color: #000 !important;
        }
}


@media screen and (min-width: 1000px) and (max-width: 1200px) {
}

@media screen and (min-width: 768px) {
    .right-section {
        padding: 0;
    }


    .error-msg {
        width: 80% !important;
        font-size: 0.8rem !important;
    }

    .qr-img {
        width: 18% !important;
    }

    .left-section {
        align-items: center;
    }
}

@media screen and (min-width: 1000px) {
    .right-section {
        padding: 0;
        display: flex;
    }

    .form {
        margin-top: 10%;
    }

    .qr-img {
        width: 20% !important;
    }

    .validate-logo-img {
        width: 3.4rem;
        height: 100%;
    }
}


@media screen and (min-width: 1280px ) and (max-width: 1440px) {
    .footer {
        bottom: 4% !important;
        padding: 0 5%;
    }
    .background-shadow-1 {
        left: 480px !important;
    }

    .footer p:last-child {
        color: #fff;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1279px) {
    .footer {
        bottom: 4%;
        padding: 0 5%;
    }

    .footer p:last-child {
        color: #fff;
    }
}

/*
@media screen and (min-width: 1000px ) and (max-width: 1280px) {
    .footer {
        bottom: 8% !important;
        padding: 0 8%;
    }
}*/


@media screen and (min-width: 1440px) {
    .e-btn {
        margin: 5% 0 !important;
        padding: 2% 0 !important;
    }

    .trial {
        font-size: 2rem !important;
    }


    .logo-img {
        width: 22rem;
        margin-bottom: 1%;
    }

    .trial {
        padding: 16px 0;
    }

    .qr-img {
        width: 30% !important;
    }
}


/*media queries for macbook*/

@media only screen and (min-width: 2304px) {
    .validate-input {
        padding-top: 0;
        margin-top: 3px;
    }
}
