/* Add your custom styles here */
body {
    font-family: "FrutigerLTPro-Roman", sans-serif !important;
}
.welcome-screen-right p, span {
    font-family: var(--font-family-frutigerLtPro) !important;
}
.welcome-screen-right #hcp-validation-form button {
    background-color: var(--Biocon-blue);
    color: var(--Biocon-black);
    font-family: var(--font-family-frutigerLtPro) !important;
    font-weight: var(--font-weight-700);
    font-size: var(--p-reg);
    margin: 32px 0 20px;
    border-radius: 15px;
}
.welcome-screen-right #hcp-validation-form input#hcp-email {
    border-radius: 15px;
    max-width: 403px;
    width: 100%;
    height: 48px;
    margin:0;
}
.welcome-screen-right #hcp-validation-form label {
    display: none;
}
.welcome-screen-right h2.elementor-heading-title.elementor-size-default{
    margin-block-end: 0 !important;
}
.welcome-screen-right span.elementor-button-text {
    font-weight:var(--font-weight-700);
    font-size:var(--p-reg);
}
.welcome-screen-right {
    padding-inline: 30px;
}
#form-response span{color:#ff0000}