@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

* {
    box-sizing: border-box;
}

/* Style the body */
body {
    height: 100%;
    width: 100%;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    /* display: flex;
    flex-direction: column; */
}
a{
    white-space: nowrap;
}


.btn-link{
    padding: 0px 0px !important;
}
.right-aligned{
    margin-left: auto;
}

.btn-link > .default-btn{
    border:1px solid #1b54d9;
    /*height: 48px;*/
    /*padding-left:40px;*/
    /*padding-right: 40px;*/
    height: 1.5rem;
    padding-left:1.25rem;
    padding-right: 1.25rem;
    font-family: 'Roboto',Medium;
    font-weight: 500;
    /*font-size: 18px;*/
    font-size: 0.5625rem;
    border-radius: 4px;
    background: #ffffff;
    color: #1b54d9;
    cursor: pointer;
    white-space: nowrap;
}

.btn-link > .primary-btn{
    border:1px solid #1b54d9;
    /*height: 48px;*/
    height: 1.5rem;

    /*padding-left:40px;*/
    /*padding-right: 40px;*/
    padding-left:1.25rem;
    padding-right: 1.25rem;
    /*margin-top:15px;*/
    /*margin-left: 20px;*/
    margin-left: 0.625rem;

    font-family: 'Roboto',Medium;
    font-weight: 500;
    /*font-size: 18px;*/
    font-size: 0.5625rem;

    border-radius: 4px;
    background: #1b54d9;
    color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
}

/* Column container */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
    /*align-items: center;*/
}
.gray-background{
    background: #eceff1;
}

.blue-background{
    background: #1b54d9;
}

/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.landing-side {
    flex: 50%;
    /*padding: 100px;*/
    padding: 3.125rem;

}

/* Main column */
.landing-main, .company-main{
    flex: 50%;
    padding: 100px;
}

.demo-main{
    flex: 54%;
    padding: 30px;
    padding-top:0px;
    padding-bottom:100px;
}

.useCase-side, .company-side{
    flex: 50%;
    padding: 100px;
}


.demo-side{
    padding-left: 8.6875rem;
    flex: 39%;
}

/* Main column */
.useCase-main {
    flex: 50%;
    padding: 100px;
}



/* Footer */
.footer {
    display: flex;
    padding-left: 120px;
    padding-right: 120px;
    background: #000000;
    margin-top: auto;
}

.footer > p{
    color: #ffffff;
    padding: 23px 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    font-family: 'Roboto',Regular;
}

.footer > div{
    flex: 50%;
    display: flex;
    justify-content: flex-end;
}

.footer > div > a{
    color: #ffffff;
    padding: 35px 20px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    font-family: 'Roboto',Regular;
}

.footer > div > a:hover {
    color: #ffffff;
}

.landing-page-img, .useCases-page-img, .company-page-img{
    width: 100%;
    max-width: fit-content;
    height: auto;
}

.login-page-img{
    width: 100%;
    /*max-width: 319px;*/
    max-width: 9.96875rem;
    height: 7.875rem;
}

.useCase-heading, .company-heading{
    font-size: 44px;
    color: #263238;
    font-weight: 500;
    font-family: 'Roboto',Medium;
}

.useCase-sub-heading {
    font-size: 32px;
    color: #263238;
    font-weight: 500;
    font-family: 'Roboto',Medium;
}


.useCase-description, .company-description{
    font-size: 20px;
    font-weight: 400;
    color: #455a64;
    font-family: 'Roboto',Regular;
    line-height: 1.4;
}

.useCase-description-list {
    padding-left: 20px;
    line-height: 1.6;
}

.landing-heading{
    /*font-size: 52px;*/
    /*line-height: 68px;*/
    font-size: 1.625rem;
    line-height: 2.125rem;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Roboto',Medium;
}


.landing-description{
    /*font-size: 20px;*/
    font-size: 0.625rem;
    font-weight: 400;
    color: #ffffff;
    font-family: 'Roboto',Regular;
    line-height: 1.4;
}

.landing-page-img {
    width: 23.9375rem;
    height: 19.0625rem;
}




.product-row{
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
    align-items: center;
    flex-direction: column;
}

.product-top{
    flex: 50%;
    padding:40px;
}

.product-bottom{
    flex: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
    padding-bottom: 150px;
}

@media screen and (min-width: 1600px){
    .product-bottom {
        margin: 0 72px;
    }
}

.product-heading{
    font-size: 44px;
    color: #263238;
    font-weight: 500;
    text-align: center;
    font-family: 'Roboto',Medium;
}
.product-description{
    font-size: 20px;
    font-weight: 400;
    color: #455a64;
    text-align: center;
    font-family: 'Roboto',Regular;
    padding: 0 10%;
    line-height: 1.4;
}

@media screen and (min-width: 1400px){
    .product-description {
        padding: 0 15%;
    }
}

.product-article{
    flex: 33%;
    padding: 60px;
}

.product-article-img{
    width: 40px;
    height: 40px;
}

.product-article-heading{
    font-size: 24px;
    color: #263238;
    font-weight: 500;
    text-align: left;
    font-family: 'Roboto',Medium;
}

.product-article-description{
    font-size: 18px;
    font-weight: 400;
    color: #455a64;
    text-align: left;
    font-family: 'Roboto',Regular;
    line-height: 1.4;
}

.demo-heading{
    font-size: 0.875rem;
    color: #27272A;
    font-weight: 600;
}

.demo-description{
    font-size: 0.5rem;
    line-height: 0.75rem;
    font-weight: 400;
    color: #27272A;
}

.demo-description-subheading {
    font-size: 0.4375rem;
    color: #52525B;
    margin-bottom: 1.25rem;
}

.demo-form-container{
    border-radius: 0.375rem;
    padding:1.25rem;
    background: #ffffff;
    height:fit-content;
    width: 15.5rem;
    margin-left: 10.375rem;
}

.demo-form-descriptiion{
    font-size: 0.625rem;
    font-weight: 600;
    color: #27272A;
    margin-bottom: 0px;
}

.demo-form{

}


.demo-form-div{
    display:flex;
    flex-direction:column;
}

.demo-form-subdiv{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    margin-bottom: 0.5rem;
}
.left{
    flex:50%;

}

.right{
    flex:50%;
    margin-left:40px;
}



.form-label{
    font-size: 0.435rem;
    font-weight: 600;
    color: #263238;
    white-space: nowrap;
}

.form-input{
    font-size: 0.4375rem;
    font-weight: 400;
    color: #263238;
    margin-top:0.25rem;
    margin-bottom: 0px;
    border-radius: 4px;
    border: solid 1px #b0bec5;
    outline: none;
    width:100%;
    height:1.5rem;
    padding-left:0.75rem;
    padding-right:0.75rem;
}
.form-input:focus{
    color: #27272A;
    border: 0.03125rem solid #1D4ED8 !important;
    outline: none;
}

.form-input.small{
    width:70%;
    margin-left: -4px;
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-left:14px;
    padding-right:14px;
}

.form-select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Roboto',Regular;
    font-size: 0.435rem;
    font-weight: 400;
    color: #263238;
    margin-top:0.25rem;
    margin-bottom: 0px;
    border-radius: 4px;
    border: solid 1px #b0bec5;
    outline: none;
    max-width:323px;
    width:100%;
    height:1.5rem;
    padding-left:24px;
    padding-right:24px;
    background-image: url(../images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: center right;
}

.form-select.small{
    width:30%;
    max-width: 100px;
    padding-left:14px;
    padding-right:14px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.select{
    font-size: 0.4375rem;
    margin-top: 0.25rem;
    max-width: none;
    border: 0.03125rem solid #D4D4D8 !important;
    outline: none !important;
    transition: none;
    border-radius: 0.25rem;
    height: 1.5rem;
}

.form-checkbox{
    width:0.5625rem;
    height:0.5625rem;
}

.checkbox-label{
    font-family: 'Roboto',Regular;
    font-size: 0.375rem;
    font-weight: 400;
    color: #263238;
    margin-left: 0.3125rem;
}

.form-default-btn{
    border:1px solid #1b54d9;
    font-size: 16px;
    font-family: 'Roboto',Medium;
    font-weight: 500;
    border-radius: 4px;
    background: #ffffff;
    color: #1b54d9;
    cursor: pointer;
    height:1.5rem;
    padding-left:45px;
    padding-right:45px;
    margin-top:30px;
}

.form-primary-btn{
    border:1px solid #1b54d9;
    padding: 10px 50px;
    font-size: 20px;
    font-family: 'Roboto',Medium;
    font-weight: 400;
    border-radius: 4px;
    background: #1b54d9;
    color: #ffffff;
    cursor: pointer;
    padding-left:84px;
    padding-right:84px;
    margin-top: 20px;
    height:60px;
}

.success-container{
    width: 100%;
    background: #eceff1;
    border-radius: 4px;
    padding:10px 30px;
}

.success-container > h3{
    font-family: 'Roboto',Medium;
    font-size: 18px;
    font-weight: 500;
    color: #263238;
}

.success-container > p{
    font-family: 'Roboto',Regular;
    font-size: 14px;
    font-weight: 400;
    color: #1b54d9;
}

.login-row {
    display: flex;
    /*flex-wrap: wrap;*/
    margin-top: 80px;

}


.login-side{
    /*flex: 49%;*/
    /*padding: 75px 182px; not used*/

    /*padding: 75px 0;*/
    padding: 2.34375rem 0;

    background: #1b54d9;
}

.login-main{
    /*flex: 51%;*/
    /*padding: 80px;*/
    /*padding: 80px 0;*/
    /*padding-top: 113px;*/
    padding: 2.5rem 0;
    /*padding-top: 3.53rem;*/
    background: #ffffff;
}
.error-field:after{
    content:"This is a mandatory Field";
    color: red;
    position: absolute;
    display: block;
    font-size: 0.375rem;
    top: 100%;
}
.resendOtp{
    position: absolute;
    top: 100%;
    font-size: 0.375rem;
    white-space: nowrap;
    left: 53%;
    margin-top: 0.125rem;
}

.error-validation[data-error]:after{
    content: attr(data-error);
    color: red;
    position: absolute;
    display: block;
    font-size: 0.375rem;
    top: 100%;
}
.error-otp[data-type]:after{
    content: attr(data-type);
    color: red;
    position: absolute;
    display: block;
    font-size: 0.375rem;
    top: 100%;
}
.error-field{
    position: relative;
}
.error-validation{
    position: relative;
}


.login-heading{
    /*font-size: 24px;*/
    /*line-height: 32px;*/
    font-size: 0.75rem;
    line-height: 1rem;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Roboto',Medium;
    /*margin-top: 53px;*/
    margin-top: 1.65625rem;

}


.login-description{
    /*font-size: 18px;*/
    /*line-height: 24px;*/
    font-size: 0.5625rem;
    line-height: 0.75rem;
    font-weight: 400;
    color: #ffffff;
    font-family: 'Roboto',Regular;
    margin-bottom: 0;
}

.demo-description-list {
    font-size: 0.4375rem;
    padding-left: 0px;
}
.demo-description-list li {
    margin-top: 0.5rem;
    display: flex;
}

.login-form-container{
    margin:auto;
    max-width: 14.0625rem;
}
.demo-description-list{
    list-style: none;
}
.demo-description-list li:before {

    background-image: url(../images/icons/tickmark.svg);
    /* margin-right: 0.375rem; */
    height: 0.75rem;
    /* position: absolute; */
    display: inline-block;
    background-size: 0.75rem 0.75rem;
    width: 1.75rem;
    /* height: 20px; */
    /* left: 72px; */
    background-repeat: no-repeat;
    max-width: 0.9rem;
    /* background-position: center right; */
    content: "";

    content: "";
	margin-right: 0.375rem;
     }






.login-form > h1{
    font-family: 'Roboto',Bold;
    font-weight: 700;
    /*font-size: 36px;*/
    font-size: 1.125rem;
    color: #212b36;
    /*margin-top: 55px;*/
    margin-top: 1.71rem;
    /*margin-bottom: 8px;*/
    margin-bottom: 0.25rem;
}

.login-form > p{
    font-family: 'Roboto',Regular;
    font-weight: 400;
    /*font-size: 14px;*/
    font-size: 0.43rem;
    color: #637381;
    margin-top:0px;
    /*margin-bottom: 57px;*/
    margin-bottom: 1.78125rem;
}

.login-form > label{
    font-family: 'Roboto',Medium;
    font-weight: 500;
    /*font-size: 16px;*/
    font-size: 0.5rem;
    line-height: 0.5rem;
    color: #263238;
}


.login-form >input{
    /*margin-top:12px;*/
    margin-top: 0.25rem;
    width: 100%;
    /*height: 56px;*/
    height: 1.75rem;
    font-family: 'Roboto',Regular;
    /*font-size: 16px;*/
    font-size: 0.5rem;
    font-weight: 400;
    color: #263238;
    border:1px solid #263238;
    /*padding-right: 23px;*/
    /*padding-left: 23px;*/
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    outline: none;
    /*border-radius: 4px;*/
    border-radius: 0.125rem;

}

.error{
    font-family: 'Roboto',Regular;
    font-weight: 400;
    /*font-size: 14px;*/
    font-size: 0.4375rem;
    color: #cf3636 !important;
    margin-top: 0 !important;
    /*margin-bottom: 34px !important;*/
    margin-bottom: 1.0625rem !important;
}

.error-input{
    border:1px solid #cf3636 !important;
}



.checkbox > input[type='checkbox']{
    /*width:20px;*/
    /*height: 20px;*/
    width: 0.625rem;
    height: 0.625rem;
    float: left;

}

.checkbox > span{
    float: right;
    font-family: 'Roboto',Medium;
    /*font-size: 14px;*/
    font-size: 0.4375rem;
    font-weight: 500 !important;
    color: #212b36;
    float: left;
    /*margin-top: 5px;*/
    /*margin-left: 10px;*/
    margin-left: 0.3125rem;

}


.forgot-password{
    font-family: 'Roboto',Medium;
    /*font-size: 14px;*/
    font-size: 0.4375rem;
    font-weight: 500 !important;
    color: #1b54d9;
    text-decoration: none;
    float: right;
}

.login-form> button{
    width: 100%;
    /*height: 56px;*/
    height: 1.75rem;
    background: #1b54d9;
    font-family: 'Roboto',Medium;
    /*font-size: 20px;*/
    font-size: 0.625rem;
    color: #ffffff;
    border-radius: 4px;
    border:none;
    outline: none;
    cursor: pointer;
    /*margin-top: 33px;*/
    /*margin-bottom: 30px;*/
    margin-top: 1.03125rem;
    margin-bottom: 0.9375rem;
}

.create-account-para{
    font-family: 'Roboto',Medium;
    /*font-size: 14px;*/
    font-size: 0.4375rem;
    line-height: 0.4375rem;

    font-weight: 500;
    color: #212b36;
    /*margin-top: 10px;*/
    /*margin-top: 0.3125rem;*/
    margin-bottom: 0;
}

.create-account-para > a{
    color:#1b54d9;
    text-decoration: none;

}

.success-msg-container{
    margin:auto;
    max-width: 400px;
    background: #eceff1;
    border-radius: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 50px;

}


.success-msg-container > div > h3{
    font-family: 'Roboto',Medium;
    font-size: 24px;
    font-weight: 500;
    color: #263238;
    float: left;
}

.success-msg-container > div > img{
    float: left;
    width: 24px;
    height: 24px;
    margin-top: 26px;
    margin-left: 17px;
}

.success-msg-container > p{
    font-family: 'Roboto',Regular;
    font-size: 16px;
    font-weight: 400;
    color: #1b54d9;
    clear: both;
}




::placeholder { /* Firefox, Chrome, Opera */

    color: #455a64;
    /*font-size:16px;*/
    font-size: 0.5rem;
    font-weight: 400;

}

:-ms-input-placeholder { /* Internet Explorer 10-11 */

    color: #455a64;
    /*font-size:16px;*/
    font-size: 0.5rem;
    font-weight: 400;
}

::-ms-input-placeholder { /* Microsoft Edge */

    color: #455a64;
    /*font-size:16px;*/
    font-size: 0.5rem;
    font-weight: 400;

}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}



@media screen and (max-height: 768px){

    .login-main {
        padding: 1.5rem 0;
        padding-top: 2.53rem;
    }

    .login-form > h1 {
        margin-top: 1.11rem;
    }

    .login-form > p {
        margin-bottom: 1.28125rem;
    }
    .error {
        margin-bottom: 0.8625rem !important;
    }

    .login-form >input {
        margin-top: 0.175rem;
    }

    .login-form> button {
        margin-top: 0.83125rem;
        margin-bottom: 0.5375rem;
    }

    .login-page-img {
        max-width: 9.16875rem;
    height: 7.075rem;
    }


}

.new-button {
	/*width: 5.375rem !important; */
    height: 1.25rem !important;
    background: #27272A !important;
    border-radius: 3.125rem !important;
    font-family: Poppins, sans-serif !important;
    font-size: 0.5rem !important;
    letter-spacing: 0px !important;
    color: #F4F4F5 !important;
    border: none !important;
    padding: 0.25rem 0.625rem;
}

.new-button:hover {
    background: #1D4ED8;
}

.login-button {
    width: 3.21875rem;
    height: 1.25rem;
    font-family: Poppins, sans-serif;
    font-size: 0.5rem;
    letter-spacing: 0px;
    color: #52525B;
    border: none;
    background: transparent;
    outline: none;
    background-image: url(../images/new-user.svg);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-size: 0.75rem;
}

.login-button:hover {
    background-image: url(../images/new-user_hover.svg);
    color: #1D4ED8;
}

.wd-400-px {
    width: 12.5rem;
}
.mar-rt-16{
    margin-right: 0.5rem !important;
}
.header-container {
    width: 42.625rem;
    /*background-color: var(--color-white);*/
}








.image-login {
    background-image: url("../images/login-user.svg");
    background-size:0.75rem;
    background-position:5% 50%;
    background-repeat:no-repeat;
    height: 0.8rem;
    /*padding-right: 1.125rem;*/
    /*margin-top:0.25rem;*/
}
.image-login:hover{
    background-image: url("../images/login-user-hover.svg");
    background-size:0.75rem;
    background-position:5% 50%;
    background-repeat:no-repeat;
    height: 0.8rem;
    /*padding-right: 1.125rem;*/

}
.login-text:hover{
    color:#1D4ED8 !important;
}







li {
    display: flex;
}

.dd-horizantal {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0.09375rem 0.1875rem #e4e4e7;
    border-radius: 0 0 0.25rem 0.25rem !important;
    opacity: 1;
    border: 0 !important;
    /*margin-top: 0.25rem !important;*/
    margin-left: -12.5rem !important;
    width: 46.9375rem;
    height: 5.125rem;
    padding: 0 !important;
}

.dd-horizantal li {
    width: 100%;
    padding: 0.625rem 0.3125rem;
}

.nav-box {
    background-color: #F4F4F5;
}


.position-header{
    position: fixed;
    width:100%;
    top:0;
}

::placeholder { /* Firefox, Chrome, Opera */
    font-size: 0.4375rem;
    font-weight: 400;

}

.input-container-bar {
    display: flex;
    border: 1px solid #a9a9a9;
    justify-content: space-between;
    height: fit-content;
    margin-top: 0.25rem;
    border-radius: 3.125rem;;
    width: fit-content;
    overflow: auto;
    padding: 0;
}
.input-container-bar input:focus, .input-container-bar input:active {
    outline: none;
    border: none;
}
.input-container-bar:focus-within{
    border: 0.03125rem solid #1D4ED8;
}
.input-container-bar input {
    border: none;
}
.subscribe{
    background: #27272A 0% 0% no-repeat padding-box;
    border-radius: 100px;
    opacity: 1;
    color: #F4F4F5;
    font-size: 0.4375rem;
    white-space: nowrap;
}

