@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&family=Nunito+Sans:wght@400;600&display=swap');
/* =========================
   GLOBAL
========================= */

body {

    margin: 0;

    padding: 0;

    background: #EEF3F8 !important;

    font-family:'Nunito Sans', sans-serif;
}

.navbar,
footer,
.web-footer,
.footer-powered {

    display: none !important;
}

.page-content-wrapper,
.container {

    width: 100% !important;

    max-width: 100% !important;

    padding: 0 !important;

    margin: 0 !important;
}

/* =========================
   MAIN WRAPPER
========================= */

.clinify-login-wrapper {

    min-height: 100vh;

    background: #EEF3F8;
}

/* =========================
   TOPBAR
========================= */

.clinify-topbar {

    height: 110px;

    background: #1478BE;

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 0 50px;

    color: white;
}

.clinify-logo-area {

display:flex;

align-items:center;

gap:14px;

}

.clinify-logo {

width:95px !important;

height:auto !important;

object-fit:contain;

display:block;

margin-top:2px;

}
.clinify-logo-area h2 {

    margin: 0;

    font-size: 34px;

    font-weight: 700;

    letter-spacing: 2px;

    color: #ffffff;
}

.clinify-logo-area p {

    margin:0;

    opacity:.95;

    font-size:18px;

    font-weight:600;

    color:#9dd4f0;

    letter-spacing:.3px;

}
.clinify-nav-links {

    display: flex;

    align-items: center;

    gap: 35px;
}

.clinify-nav-links a {

    color: white;

    text-decoration: none;

    font-size: 18px;

    font-weight: 600;

    transition: 0.3s ease;
}

.demo-btn {

    background: #ffffff;

    color: #1478BE;

    border: none;

    padding: 14px 28px;

    border-radius: 30px;

    font-weight: 700;

    font-size: 16px;

    cursor: pointer;

    transition: 0.3s ease;
}


/* =========================
   HERO
========================= */

.clinify-hero {

    background: #0d5f9e;

    color: white;

    padding: 25px 50px;

    display: flex;

    justify-content: space-between;

    align-items: center;
}

.clinify-hero h1 {

    margin:0;

    font-size:42px;

    font-weight:700;

    color:#FFFFFF !important;

}

.clinify-hero p {

    margin-top: 10px;

    opacity: 0.9;

    font-size: 18px;
}

.hero-tags {

    display: flex;

    gap: 15px;
}

.hero-tags span {

    border: 1px solid rgba(255,255,255,0.4);

    padding: 10px 18px;

    border-radius: 25px;

    font-size: 14px;
}

/* =========================
   MAIN SECTION
========================= */

.clinify-main {

    display: flex;

    justify-content: center;

   align-items: flex-start;

    padding: 70px 80px;

    gap: 120px;

}

/* =========================
   PRODUCTS
========================= */

.clinify-products {

    width: 40%;
}

.clinify-products h3 {

    color: #1478BE;

    margin-bottom: 30px;

    letter-spacing: 1px;

    text-align: center;

    font-size: 28px;

    font-weight: 700;

}

.product-card {

    background: white;

    border: 2px solid #CFE1F8;

    border-radius: 16px;

    padding: 25px;

    margin-bottom: 20px;
}

.product-card h4 {

    margin-top: 0;

    color: #1478BE;

    font-size: 28px;
}

.product-card p {

    color: #5F6B7A;

    line-height: 1.6;

    font-size: 17px;
}

/* =========================
   LOGIN PANEL
========================= */

.clinify-login-panel {

    width: 45%;

    display: flex;

    justify-content: center;

    align-items: flex-start;

}

.clinify-login-card {

    background: white;

    border-radius: 22px;

    border: 2px solid #CFE1F8;

    padding:35px 50px 50px 50px;
    
width: 500px;

    box-shadow: 0 6px 20px rgba(0,0,0,0.06);

margin:auto;

text-align:center;

}

.login-card-logo {

 width:260px !important;

height:auto;

display:block;

margin:auto;

margin-bottom:5px;

}

.clinify-login-card h2 {

    font-size: 42px;

    margin-bottom: 10px;

    color: #1478BE;
}

.clinify-login-card p {

    color: #667085;

    margin-bottom: 30px;

    font-size: 17px;
}

/* =========================
   LOGIN FORM
========================= */

.form-control {

    min-height: 54px !important;

    border-radius: 12px !important;

    border: 1px solid #D0D5DD !important;

    font-size: 16px !important;
}

.btn-login {

 width: 100% !important;

    background: #1478BE !important;

    color: #ffffff !important;

    border: none !important;

    min-height: 56px !important;

    border-radius: 12px !important;

    font-size: 18px !important;

    font-weight: 700 !important;

    transition: 0.3s ease !important;
}

.btn-login:hover {

    background: #0d5f9e!important;
}

/* =========================
   FOOTER
========================= */

.clinify-footer {

    height: 70px;

    background: #0d5f9e;

    color: white;

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 0 50px;

    font-size: 14px;
}

.footer-links {

    display: flex;

    gap: 25px;
}

.footer-links a {

    color: white;

    text-decoration: none;
}
/* LOGIN LINKS */

.login-links {

    display: flex;

    justify-content: space-between;

    margin-top: 20px;
}

.login-links a {

    text-decoration: none;

    color: #1478BE;

    font-size: 14px;

    font-weight: 600;
}

/* LOGIN BUTTON */

.btn-login {

    width: 100% !important;

    background: #ffffff !important;

    color: #111111 !important;

    border: 2px solid #C9D8E8 !important;

    font-weight: 700 !important;
}

.btn-login:hover {

    background: #F5F8FC !important;
}
/* ====================================== */
/* CLINIFY LOGIN REFINEMENT V2 */
/* ====================================== */

/* BIGGER LOGO */

.clinify-logo {

    width: 85px;

    height: 85px;

    object-fit: contain;
}

/* TALLER TOP HEADER */

.clinify-topbar {

    min-height: 110px;
}

/* NAVBAR LINKS */

.clinify-nav-links a {

    color: white;

    text-decoration: none;

    font-size: 18px;

    font-weight: 600;

    transition: all .3s ease;
}

.clinify-nav-links a:hover {

    color: #9dd4f0;

    transform: translateY(-1px);
}

/* PRODUCT TITLE */

.clinify-products h3 {

    text-align: center;

    font-size: 28px;

    font-weight: 700;

    margin-bottom: 30px;
}

/* BALANCED MAIN AREA */

.clinify-main {

    display:flex;

    justify-content:center;

    align-items:flex-start;

    gap:120px;

    padding:70px 80px;
}

/* LOGIN PANEL */

.clinify-login-panel {

    display:flex;

    justify-content:center;

    width:45%;
}

/* DEMO BUTTON */

.demo-btn {

    background:white;

    color:#1478BE;

    border:none;

    border-radius:30px;

    padding:14px 28px;

    font-size:16px;

    font-weight:700;

    cursor:pointer;

    transition:.3s ease;
}

.demo-btn:hover {

    background:#d9ecf8;

    transform:translateY(-2px);
}

/* LOGIN BUTTON */

.btn-login {

    width:100% !important;

    background:#1478BE !important;

    color:white !important;

    border:none !important;

    border-radius:12px !important;

    min-height:56px;

    font-size:18px !important;

    font-weight:700 !important;

    transition:.3s ease;
}

.btn-login:hover {

    background:#0d5f9e !important;
}
/* ======================= */
/* DEMO POPUP */
/* ======================= */

.demo-popup{

display:none;

position:fixed;

top:0;

left:0;

width:100%;

height:100%;

background:rgba(0,0,0,.55);

justify-content:center;

align-items:center;

z-index:9999;

}

.demo-box{

background:white;

padding:40px;

border-radius:18px;

width:420px;

position:relative;

display:flex;

flex-direction:column;

gap:15px;

}

.demo-box input,
.demo-box select{

height:50px;

padding:10px;

border:1px solid #ddd;

border-radius:8px;

}

.demo-box button{

height:52px;

background:#1478BE;

color:white;

border:none;

border-radius:10px;

font-weight:700;

}

.demo-box span{

position:absolute;

top:20px;

right:20px;

cursor:pointer;

font-size:24px;

}

.form-signin{

width:100%;

display:flex;

flex-direction:column;

align-items:center;

}

.form-signin input{

width:100%;

}
