/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #fff;
}

.p-0 {
    padding: 0px !important;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}
.logo > img {
	width:80%;
}
.margin-0{
	margin:0 !important;
}
.margin-bottom-0{
	margin-bottom:0 !important;
}
.margin-top-50{
	margin-top:50px !important;
}
.margin-top-15{
	margin-top:15px !important;
}
.margin-top-10{
	margin-top:10px !important; 
}
.margin-top-25{
	margin-top:25px !important;
}
.margin-bottom-15{
	margin-bottom:15px !important;
}
.margin-bottom-5{
	margin-bottom:5px !important;
}
.margin-left-15{
	margin-left:15px !important;
}
.margin-right-15{
	margin-right:15px !important;
}
.padding-0{
	padding:0 !important;
}
.padding-10{
	padding:10px !important;
}
.padding-top-15{
	padding-top:15px !important;
}
.padding-bottom-0{
	padding-bottom:0px !important;
}
.padding-bottom-15{
	padding-bottom:15px !important;
}
.padding-left-15{
	padding-left:15px !important;
}
.padding-right-15{
	padding-right:15px !important;
}
.padding-left-0{
	padding-left:0 !important;
}
.padding-right-0{
	padding-right:0 !important;
}
.padding-top-50{
	padding-top:50px !important;
}
.white-color{
	color:#FFF !important;
}
.full-width{
	width:100% !important;
	float:none;
}
.scroll{
	overflow-y:hidden;
	overflow-x:hidden;
}
.scroll:hover{
	overflow-y:scroll;
	overflow-x:hidden;
}
.scroll::-webkit-scrollbar {
  width: 3px;
} 
.scroll::-moz-scrollbar {
  width: 3px;
}
.scroll::-o-scrollbar {
  width: 3px;
}  
.scroll::-webkit-scrollbar-track {
  background: #fff;
}
.scroll::-moz-scrollbar-track {
  background: #fff;
}
.scroll::-o-scrollbar-track {
  background: #fff;
}
.scroll::-webkit-scrollbar-thumb {
  background: #ddd; 
}
.scroll::-moz-scrollbar-thumb {
  background: #ddd; 
}
.scroll::-o-scrollbar-thumb {
  background: #ddd; 
}
.block{
	display:block;
}
.clear{
	clear:both;
}
.form-control{
    display: block;
    width: 100%;
    padding:.475rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius:0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-dark{
    color: #fff;
    background-color: #1daaf2;
    border-color: #1daaf2;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
}
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
.SynDateTime{
	float:right;
    font-size: 13px;
    color: #287bb5;
    font-family: sans-serif;
}
.SynDateTime i{
	color:#999;
    font-style: inherit;
}
.label {
    display: inline;
    padding: 4px 10px;
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 15px;
}
.label-default {
    background-color: #777;
}
.label-success {
    background-color: #5cb85c;
}
.label-danger {
    background-color: #d9534f;
}

.table>tbody>tr>td{
	font-size:12px;
    vertical-align: middle;
}
.table>thead>tr>th, .table>thead>tr>td{
    border-bottom-width: 1px;
    color: #287bb5;
    padding:7px;
}

.dataTables_paginate {
    float:right;
}
.table>thead>tr>th{
    font-weight: 500;
	font-size:13px;
    line-height: 28px;
}
.sync_table>thead>tr>th{
    font-weight: 500 !important;
    line-height: 26px;
}
.sync_table>tbody>tr>td{
	vertical-align:middle;
}
.sync_table .fa{
    color: #8c959c;
}
.sync_table>tbody>tr>td:last-child button{
    border: 0;
    background: 0;
    outline: none;
}
.sync_table>tbody>tr>td:last-child .dropdown-menu{
    padding: 15px 0px;
    margin-top: 21px;
    margin-right: -15px;
    border: 1px solid #DDD;
    border-radius: 0;
    box-shadow: -2px 3px 18px #ddd;
}
.pannel-heading{
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    margin: 0 0 30px;
}
.pannel-heading span{
	border-bottom: 3px solid #000000;
	padding-bottom:12px;
	margin-bottom: -3px;
}
.navbar {
    padding: 5px;
    background: #1daaf2;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}
/*------------------------accordion tabs---------------------------*/
.tab-content{
	padding:30px 0 20px;
}
.panel-group .panel {
    margin-bottom: 20px;
}
.panel-group .panel+.panel {
    margin-top: 0;
    border-top: 0px solid #d9d9d9;
}
.panel-default>.panel-heading {
    border:0px solid #ddd;
	background:#FFF;
    padding:0;
}
.panel-default>.panel-heading, .panel{
	background:#FFF !important;
}
.panel-body {
    border: 1px solid #ddd;
    margin-top: -1px;
    padding: 20px;
}
.panel-title {
    font-size: 14px;
    margin: 0;
}
.panel-heading.active{
	border-top: 3p solid #1daaf2;
}
.panel-heading.active .panel-title>a{
	color:#666;
}
.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 20px 0;
}

i, span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.user_left_pannel{
    padding:15px;
    border-bottom:1px solid #ddd;
}
.user_left_pannel img{
    float:left;
    width:40px;
    height:40px;
    margin-right:5px;
    border-radius:50%;
}
.user_left_pannel h3{
    font-size:14px;
    color:#666;
    font-weight:400;
    margin:4px 0 0;
}
.user_left_pannel p{
    font-size:12px;
    margin:0;
}
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #fff;
    color: #9095b5;
    transition: all 0.3s;
    border-right: 1px solid #eee;
}

#sidebar.active {
    min-width: 60px;
    max-width: 60px;
    text-align: center;
}

#sidebar.active .sidebar-header h3, #sidebar.active ul li a span, #sidebar.active .CTAs, #sidebar.active .user_left_pannel {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 5px;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
#sidebar .sidebar-header h3{
    margin:0 auto;
    text-align: center;
}
#sidebar .sidebar-header h3 img{
    width:90px
}
#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 0;
}

#sidebar ul li a {
    padding:13px 0 13px 20px;
    font-size: 14px;
    display: block;
}
#sidebar ul li a svg{
    margin-right:5px;
}
#sidebar ul li a:hover {
    background: #1daaf2;
    color: #fff;
}
#sidebar ul li a i {
    margin-right: 10px;
    font-size: 16px;
}
#sidebar ul li.active>a{
    color: #fff;
    background: #1daaf2;
}
.panel-title a[data-toggle="collapse"]{
    padding: 13px 15px;
    border: 1px solid #ddd;
    display: block;
	color:#333;
}
.panel-title a[aria-expanded="true"]{
    border-top: 3px solid #1b93d0;
}
a[data-toggle="collapse"] {
    position: relative;
}
.btn-primary {
    color: #fff;
    background-color: #1daaf2;
    border-color: #1daaf2;
    border-radius: 1px;
    padding: 5px 20px;
}
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 54%;
    right: 20px;
    transform: translateY(-50%);
    color: #FFF;
}
.dropdown-item{
    font-size: 14px;
	color:#666;
}
.dropdown-item:hover{
	color:#333;
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #fff;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}
.btn-transparent{
    background:transparent;
    color:#FFF;
    font-size:22px;
	outline:none;
    padding:0;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow:none !important;;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 9px;
}
.nav-tabs>li>a{
    color: #666;
    text-transform: capitalize;
    font-size: 14px;
    border-radius: 0;
    /* font-weight: 600; */
    padding: 10px 20px;
    font-family: arial;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #428bca !important;
	background:transparent;
    border-bottom: 3px solid #428bca !important;
}
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus{
	color: #428bca;
	background:transparent;
    border-bottom: 3px solid #428bca;
}
#content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    transition: all 0.3s;
}
.content-container{
	padding:20px;
    width: 98%;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: -195px;
}
.user_pic_menu{
    width: 35px;
    border-radius: 50%;
    float: left;
    margin-left: -65px;
    margin-top: -5px;
}

/* -------------------------------------------------------------------- */
.checkbox_con {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 22px;
  line-height: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox_con input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox_con:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox_con input:checked ~ .checkmark {
  background-color: #1daaf2;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox_con input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox_con .checkmark:after {
	left: 7px;
	top: 4px;
	width: 6px;
	height: 10px;
	border: solid white;
	border-width: 0 2.5px 2.5px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.checkbox_con .label, .checkcontainer .label{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	position: relative;
    color: #333;
    padding: 0;
}
/* -------------------------------------------------------- */
/* Custom labels: the container */
.checkcontainer {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
	cursor: pointer;
	font-size: 22px;
	line-height: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.checkcontainer input {
  	position: absolute;
	  opacity: 0;
cursor: pointer;}


/* Create a custom radio button */
.radiobtn{
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .radiobtn{
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.checkcontainer input:checked ~ .radiobtn{
  background-color: #1daaf2;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiobtn:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.checkcontainer input:checked ~ .radiobtn:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.checkcontainer .radiobtn:after {
  top: 6.4px;
  left: 6.5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: white;
}

/* ---------------------------------------------------- */
.syn_dialogue_alrt{
	position: fixed;
	bottom: 0;
	min-width: 410px;
	max-width: 410px;
	background: #FFF;
	right: 0;
	padding: 0;
	border: 1px solid #ddd;
}
.Sync_bg{
    background: url(../images/Sync_bg.jpg);
    margin: 0 0 15px;
    padding: 30px;
}
.Sync_bg_ul{
	display:block;
	padding: 0;
}
.Sync_bg_ul li{
	display:block;
	font-size: 13px;
	clear: both;
	line-height: 30px;
	padding: 6px 10px;
}
.Sync_bg_ul li:nth-child(even) {
	background: #eee;
}
.Sync_bg_ul li .btn{
	float:right;
	margin:0 0 0 5px;
	font-size: 11px;
	padding: 4px 8px !important;
	border-radius: 2px;
}
.Sync_bg_ul li span{
	margin-right:0px
}
.cross_ico{
    position: absolute !important;
    top: 10px;
    right: 12px;
}
.syn_dialogue_alrt p{
    background: #eee;
    font-size: 12px;
    color: #000;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 0;
    border-top: 1px solid #ddd;
}
.Sync_open_btn{
    right: 0;
    margin: 15px;
    position: fixed !important;
    bottom: 0;
}
.Sync_open_btn img{
	width:50px;
}
/* ----------------------------------- */
.login-form {
/*    width: 80%;
    padding: 10px;
    margin: 0 auto;*/
}
.login-form {
    padding: 0 80px;
}
.login-form .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
    margin: 0 0 20px;
    color: #fff;
    }
    .login-form .input-group input {
        /*border-radius: 30px !important;
        font-weight: 500;*/
        height: 38px;
        background: unset;
        border: unset;
        color: #fff;
        font-weight: normal;
        font-size: 12px;
        /*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
        /* background: rgba(0,0,0,0.2);
        border: unset;
        color: #fff;
        font-size: 12px;*/
    }
    .login-form .input-group {
        border-radius: 30px !important;
        height: 38px;
        font-weight: 500;
        /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
        background: rgba(0,0,0,0.2);
        border: unset;
        color: #fff;
        font-size: 12px;
    }
        .login-form .input-group input:focus {
            border-radius: 0px 30px 30px 0px;
        }
    .login-form .input-group-addon {
        border: unset;
        background: rgba(0,0,0,0.5);
        border-radius: 20px 0px 0px 20px;
    }
        .login-form .input-group-addon i{
            color:#fff;
        }
.loginBtn{
    margin-top:40px;
}
input:-webkit-autofill {
    -webkit-text-fill-color: white !important;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #23232329;
    background:unset;
    background-color:unset;
}
.loginBtn input {
    max-width: 200px;
    background: #f3bf03;
    margin: 0 auto;
    color: #000;
    border-radius: 30px;
}
.form-group.loginBtn input:hover {
    background: white;
    transition: 0.5s ease all;
    color: #000;
}
.loginHeader {
    color: #fff;
    font-weight: bold;
    margin:0 0 50px;
}
    .loginHeader h4 {
        font-size: 22px;
        font-weight: bold;
        text-transform: uppercase;
    }
.login-content {
    width: 100%;
    height: 100vh;
}

.login_main{
	margin:0;
    height: 100vh;
}
.login_main .col-sm-6{
	vertical-align:middle;
	height: 100vh;
	padding-top: 10%;
}
.right_side {
    display: flex;
    justify-content: center;   /* horizontal center */
    align-items: center;       /* vertical center */
    min-height: 100vh;         /* full screen height */
    background: linear-gradient(135deg, #4f46e5, #3b82f6); /* new theme */
    padding: 0;
}

.right_side .row {
    display: flex;
    justify-content: center;   /* center horizontally */
    align-items: center;       /* center vertically */
    min-height: 90vh;         /* full height */
    margin: 0;
}


.right_side .col-md-6 {
    max-width: 400px;
    flex: 0 0 auto;            /* don't stretch full width */
}
.left_side{    
	background: url(../Content/images/risLogin.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.left_side img{
	max-width:350px;
    margin-top: 50px;
}
.login-box {
    position: relative;
    border-radius: 16px;
    padding: 40px 30px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.login-box::before {
    content: "";
    position: absolute;
    inset: -3px; /* border thickness */
    border-radius: inherit;
    background: linear-gradient(135deg, #6366f1, #3b82f6, #06b6d4);
    z-index: -1;
}
.login-box p{
	color:#FFF;
	margin:30px 0 20px;
}
.login-box .btn-primary{
    color: #fff;
    background-color: #7a278c !important;
    border-color: #7a278c !important;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header strong {
        display: block;
    }
    #sidebar ul li a {
        padding: 20px 10px;
    }
    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

@media (max-width: 420px) {
    .left_side {
        display: none;
    }
}

/* ---------------------------
   Revamped Login Overrides
   (same class names; modern theme)
---------------------------- */

/* Body: gradient background for login pages */
body.login-page {
    /* apply only if <body class="login-page"> is used; if not, this will still be overridden by more specific rules below */
    background: linear-gradient(135deg, #4f46e5 0%, #3b82f6 100%);
    min-height: 100vh;
}

/* If you don't have body.login-page, fallback to overriding global body */
body {
    background: url(../Content/images/IVY/loginBackground.png) no-repeat center center;
    background-size: cover;
    color: #111827;
}

/* Full screen container (flex layout) */
.login_main {
    margin: 0;
    height: 100vh;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

/* Left side (image / branding) — keep original image but modern align */
.left_side {
    flex: 1;
    background: url(../Content/images/risLogin.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.left_side img {
    max-width: 280px;
    margin-top: 10%;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.35);
    border-radius: 12px;
}

/* Right side (form area) */
.right_side {
    flex: 1;
    
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 28px;
    min-height: 100vh;
	background: url(../Content/images/IVY/loginBackground.png) no-repeat center center;
    background-size: cover;
}

/* Login box (card) */
.login-box {
    background: #ffffff;
    border-radius: 18px;
    padding: 40px 36px;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 18px 50px rgba(16, 24, 40, 0.25);
    text-align: left;
    border: 1px solid rgba(15, 23, 42, 0.04);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.login-box:hover {
    transform: translateY(-1px);
    box-shadow: 0 30px 70px rgba(16,24,40,0.28);
}

/* Headings inside login box */
.loginHeader {
    color: #0f172a;
    font-weight: 700;
    margin: 0 0 18px 0;
    text-align: left;
}
.loginHeader h4 {
    font-size: 22px;
    font-weight: 700;
    text-transform: none;
    margin: 0;
}
.login-box .sub-heading {
    color: #6b7280;
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 22px;
}

/* Preserve the existing login-form selector but modernize visuals */
.login-form {
    padding: 0;
}

/* Input group: pill-like but with subtle border and icon area */
.login-form .input-group {
    display: flex;
    align-items: center;
    border-radius: 12px;
    background: #f8fafc;
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.06);
    height: 46px;
    transition: box-shadow 0.18s ease, border-color 0.18s ease;
}

/* Icon addon */
.login-form .input-group-addon {
    background: transparent;
    padding: 0 14px;
    border: none;
    color: #6b7280;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Inputs: clear, larger, accessible */
.login-form .input-group input {
    border: none;
    outline: none;
    flex: 1;
    padding: 10px 12px;
    font-size: 15px;
    color: #0f172a;
    background: transparent;
    height: 100%;
}

/* focus state */
.login-form .input-group:focus-within {
    border-color: rgba(99,102,241,0.95);
    box-shadow: 0 6px 20px rgba(59,130,246,0.12);
    background: #ffffff;
}

/* If icons are white in original, make sure they show on new backgrounds */
.login-form .input-group-addon i {
    color: #374151;
}
.notifyjs-bootstrap-base notifyjs-bootstrap-error{
	background:black !important;
}

/* Autofill tweaks (preserve original rule but adjust for white card) */
input:-webkit-autofill {
    -webkit-text-fill-color: #0f172a !important;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px rgba(255,255,255,0.6);
    background-clip: content-box;
}

/* Login button: full width, rounded, gradient */
.loginBtn {
    margin-top: 18px;
    display: block;
}
.loginBtn input,
.loginBtn button {
    width: 100%;
    padding: 12px 14px;
    border: none;
    border-radius: 12px;
  /* background: linear-gradient(135deg, #6366f1 0%, #3b82f6 100%);*/
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    box-shadow: 0 8px 28px rgba(59,130,246,0.18);
}
.loginBtn input:hover,
.loginBtn button:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 40px rgba(59,130,246,0.22);
}

/* Small tertiary actions (forgot password / sign up) */
.login-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    gap: 8px;
}
.login-actions a {
    color: #2563eb;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}
.login-actions a:hover {
    color: #1d4ed8;
}

/* Legacy .login-box p color override (original used white) */
.login-box p {
    color: #6b7280;
    margin: 18px 0 0 0;
}

/* Make the .right_side background subtle when left_side hidden (mobile) */
@media (max-width: 768px) {
    .left_side {
        display: none;
    }
    .right_side {
        flex: 1;
        background: linear-gradient(135deg, #4f46e5 0%, #3b82f6 100%);
        padding: 28px;
    }
    .login-box {
        background: rgba(255,255,255,0.97);
        box-shadow: 0 18px 40px rgba(2,6,23,0.28);
    }
    .loginHeader, .loginHeader h4 {
        color: #0f172a;
        text-align: center;
    }
    .login-box {
        text-align: center;
    }
    .login-form .input-group {
        height: 48px;
    }
}

/* Smaller phones: tighten paddings */
@media (max-width: 420px) {
    .login-box {
        padding: 22px;
        border-radius: 14px;
        max-width: 360px;
    }
    .login-form .input-group {
        border-radius: 10px;
    }
}

/* Accessibility: focus outline for keyboard users */
.login-form .input-group input:focus,
.loginBtn input:focus,
.loginBtn button:focus {
    outline: 3px solid rgba(59,130,246,0.18);
    outline-offset: 2px;
}

/* Keep checkboxes & radios consistent with new palette */
.checkbox_con .checkmark {
    background-color: #f3f4f6;
    border: 1px solid rgba(15,23,42,0.06);
}
.checkbox_con input:checked ~ .checkmark {
    background-color: #6366f1;
    border-color: #6366f1;
}
.checkcontainer .radiobtn {
    background-color: #f3f4f6;
    border: 1px solid rgba(15,23,42,0.06);
}
.checkcontainer input:checked ~ .radiobtn {
    background-color: #6366f1;
    border-color: #6366f1;
}

/* small cosmetic: make navbar buttons match new theme (non-breaking) */
.navbar {
    background: linear-gradient(90deg, #2563eb, #4f46e5);
    box-shadow: 0 6px 24px rgba(59,130,246,0.12);
}
.logo1 > img {

width:55% !important;
}

/* End of revamped login overrides */
