﻿body {
    font-family: 'Segoe UI', 'sans-serif' !important;
    color: black !important;
    font-size: 16px !important;
    height: 100%;
    margin: 0;
    padding: 20px !important;
}

.cm-content {
    min-height: 100%;
}

.title-section-heading {
    font-weight: bold; 
    font-size: 32px !important;  
}

.logo-title{
    font-size: 20px;
    display: flex;                 
    align-items: flex-end;    
    font-weight: bold; 
    padding-bottom: 10px;
}

.mask-group-img{
    background-color: #F4F5FA;
    width: 100%;
}

.placeholder {
    width: 160px !important;
}

.text-white {
    color: white !important;
}

.blue-font-color {
    color: #0078D4;
}

.cm-panel-default {
    padding-right: 100px; 
} 

.cm-section-heading-img {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}

.contoso-sales {
    width:  50px;
    margin-bottom: 0px;
}

.page-size-50{
    width: 50%;
}

.cm-section-heading {
    font-weight: bold; 
    font-family: 'Segoe UI', 'sans-serif' !important;
    font-size: 32px;
    background-color: #fff;
    border-bottom: 4px solid #2180a6;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 40px;
    text-align: left;
    color: black;
}

input.form-border {
    height: 50px;
    width: 100%;
}

dt.size{
    font-size: 18px;
    padding: 0px !important;
    padding-top: 10px !important;
}

.size-16{
    font-size: 16px;
}

dd.no-top-spacing {
    padding-top: 0px; 
    padding-bottom: 0px;
    margin-top: 0px;  ;
}

dd.size{
    font-size: 16px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.p10 {
    padding: 10px;
   
}

.form-border {
    border: 1px solid #D9D9D9; 
    border-radius: 4px;
    margin: 0px !important;
    padding: 0px !important;
    padding-left: 40px !important;
}

.col-value {
    color:  #0078D4;

}

.subscribe-button-style{
    margin-top: 15px;
}

.subscribe-button-style{
    width: 100%;
    border-radius: 4px;
    padding: 10px;
}

.cm-container {
    margin-left: 80px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    min-height: 100vh; 
    padding: 0 20px; 
}

/* right rectangle */

html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

b {
    color: black;
}

.right-rectangle {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 35%; 
    background-color: #f4f5fa;
    margin: 2%;
    overflow: hidden; 
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
    padding-bottom: 50px; 
    flex: 0 0 40%;
}

.circle-top {
    position: absolute;
    top: -28vw; 
    left: -24vw;
    width: 50vw;
    height: 50vw;
    background-image: url("/rectangle.png"); 
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    filter: grayscale(100%);
}

.circle-blue {
    position: absolute;
    top: 12vw; 
    left: 23vw; 
    width: 50px;
    height: 50px; 
    background-color: #0078d4;
    background-size: cover;
    background-position: center; 
    border-radius: 50%;
}

.circle-bottom {
    position: absolute;
    top: 50vh; 
    left: 15vw;
    width: 50vw; 
    height: 50vw; 
    background-color: #ffffff70;
    border-radius: 50%; 
}

.text {
    font-size: 32px; 
    font-weight: 600;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    color: #0078d4;
    padding-left: 35px;
    padding-bottom: 35px;
}

.feature-list {
    list-style-type: none; 
    padding: 0; 
    position: absolute;
    top: 50vh;
    margin: 10px 0 0 35px; 
}

.feature-list li {
    position: relative; 
    padding-left: 20px;
    margin-bottom: 10px; 
    font-size: 20px; 
    font-weight: 400;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    line-height: 24.2px;
    color: #a7a8b1;
}

.feature-list li::before {
    content: ""; 
    position: absolute;
    left: 0; 
    top: 50%; 
    transform: translateY(-50%);
    width: 10px; 
    height: 10px; 
    background-color: #0078d4; 
    border-radius: 50%; 
}

.flex-container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
}


.form-container {
    flex: 0 0 60%;
}


/* For smaller screens, hide the right-rectangle */
@media screen and (max-width: 768px) {
    .right-rectangle {
        display: none;
    }
}

@media (max-width: 1800px) {
    .right-rectangle .feature-list {
        display: none; 
    }
}

