@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: 'Roboto';
    src: url('../font-awesome/fonts/roboto-regular-webfont.eot');
    src: url('../font-awesome/fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font-awesome/fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../font-awesome/fonts/roboto-regular-webfont.woff') format('woff'),
         url('../font-awesome/fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../font-awesome/fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-style: normal;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: normal;
    text-align: center;
}

strong { font-weight: 500; }

a, a:hover, a:focus {
	color: #0084B4; outline: none;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

img { max-width: 100%; }

::-moz-selection { background: #de995e; color: #fff; text-shadow: none; }
::selection { background: #de995e; color: #fff; text-shadow: none; }


.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 16px 20px 0 20px;
	background: #de995e;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-1.btn-link-1-facebook { background: #4862a3; }
.btn-link-1.btn-link-1-twitter { background: #55acee; }
.btn-link-1.btn-link-1-google-plus { background: #dd4b39; }

.btn-link-1 i {
	padding-right: 5px;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
}

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }


/***** Top content *****/

.inner-bg {
    padding: 70px 0 100px 0;
}

.top-content .text {
	color: #fff;
}

.top-content .text h1 { color: #fff; }

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .description a {
	color: #fff;
}
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.form-box {
	margin-top: 25px;
}

.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #fff;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

.form-top-left h3 { margin-top: 0; }

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 15px;
	font-size: 30px;
	color: #f8f8f8;
	text-align: right;
}

.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #eee;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form button.btn {
	width: 100%;
}

.form-bottom form .input-error {
	border-color: #de995e;
}

.social-login {
	margin-top: 35px;
}

.social-login h3 {
	color: #fff;
}

.social-login-buttons {
	margin-top: 25px;
}

a.forgot {
    color: #0084B4;
    text-decoration: none;
    font-size: 12px;
    padding-top:10px;  font-weight: 500;
}
a.forgot:hover{color:#0084B4;text-decoration:underline;}

/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	
	.inner-bg { padding: 60px 0 110px 0; }

}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }

}
a.forgot{display:inline-block;}
a.forgot,
button.btn{overflow: hidden; position: relative;}
a.forgot:active:after,
button.btn:active:after{
    transform: scale(0,0);
    opacity: .2;
    transition: 0s;}
 a.forgot:after,   
button.btn:after
 {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
       background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 2s;

    transform-origin: 50%;

    pointer-events: none;

}

.mb-0{margin-bottom: 0;}
.pt-20{padding-top: 20px !important;}
.separatline{background:rgba(221, 221, 221, 0.33);margin-left: 30px;
    width: 1px;height: 500px;}
 .bgwhite{ background: #e4e5e7;box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
            overflow: auto;border-radius: 6px;}
            .llpb20{padding-bottom: 20px;}
            .around40{padding: 40px;}
            .formbottom2{text-align: left;border: 1px solid #e4e4e4;}
            button.btn:hover {opacity: 100 !important; color: #fff;background: #066dd4;}
            .form-top2 {text-align: left;}
            .img2{width: 100%}
            .spacingmb30{margin-bottom: 30px;}
            .borderR{border-right: 1px solid rgba(66, 66, 66, 0.16);padding: 0px 40px;}
            input[type="text"], input[type="password"], textarea, textarea.form-control {
                height: 40px;border: 1px solid #999;}
            input[type="text"]:focus, input[type="password"]:focus, textarea:focus, textarea.form-control:focus {
                border: 1px solid #424242;}
            button.btn {height: 40px;line-height: 40px;}
            .ispace{ padding-right:5px;}
            .form-top {background: transparent;
                       /*box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.29);*/
                       border-bottom: 1px solid rgba(255, 255, 255, 0.19);}
            .form-bottom{background:transparent;/*box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.29);*/
            	padding-top: 20px;}
            .font-white{color: #fff; margin-top:0;font-size: 18px; font-weight: 400;}

.loginbg{background: rgba(0, 0, 0, 0.50); max-height: 390px;
    box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.29); border-radius: 4px;}

.loginright{ 
    text-align: left;
    color: #bdbcbc;
    max-height: 400px;
    /*padding-right: 20px;*/
    overflow: auto;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}   


.loginright h3 {
    font-size: 22px;
    color: #fff;
    margin-top: 10px;
    line-height: normal;
    font-weight: 500;
    padding-bottom: 10px;
}
.loginright h4{font-weight: normal; line-height: normal;}
 .loginright p{line-height:18px; font-size: 13px;}     
 .slimScrollBar {
background: none repeat scroll 0 0 #6b58cd !important;
border-radius: 0;
display: none;
height: 390px;
position: absolute;
width: 10px!important;
z-index: 99;

}
.more{display: block;}     
a.more {text-decoration: none; color: #b0de37;font-size: 12px;}
a.more:hover{color: #0084B4;text-decoration: none;}

.logdivider{background:rgba(255, 255, 255, 0.11); clear: both; width: 100%; height: 1px;margin: 15px 0 15px;}

.loginbg .text-danger{color: #a94442; font-size: 13px;}
.loginbg span p{margin-bottom: 0;margin-top: 10px;}
.lineh30{line-height: 30px;}
.logowidth{/*padding-right: 120px; */max-height: 60px;}  
.loginbg .alert-danger{margin-bottom: 15px;padding: 6px 20px; font-size: 13px;}
.checked-list-box li.list-group-item img{max-width: 60px; max-height: 60px; margin-right: 1rem;}
@media(max-width:767px){
    .separatline {margin-left: 0;width: 100%;height: 2px;margin: 35px auto 0px auto;}
}

/* ==========================================================================
   HElion Premium Modern UI Styles - Pronic Labs
   ========================================================================== */

/* Universal Font Reset */
body, h1, h2, h3, h4, h5, h6, input, button, select, textarea, .form-control {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

body {
    background-color: #0b0f19 !important;
}

/* Modern backdrop layer */
.top-content {
    background: radial-gradient(circle at top right, rgba(30, 58, 138, 0.15), transparent 60%),
                radial-gradient(circle at bottom left, rgba(17, 24, 39, 0.95), #0b0f19 100%) !important;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

/* Glassmorphism Card for Login Container */
.loginbg {
    background: rgba(17, 24, 39, 0.6) !important;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 16px !important;
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.5) !important;
    max-height: none !important;
    padding: 30px 25px !important;
    overflow: hidden;
}

/* Login Card Header */
.form-top {
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 0 0 20px 0 !important;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-top-left {
    float: none !important;
    width: auto !important;
    padding-top: 0 !important;
}

/* CSS injection for HElion & Pronic Labs branding under logo */
.form-top-left::after {
    content: "HElion • Pronic Labs";
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 600;
    margin-top: 6px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.form-top-right {
    float: none !important;
    width: auto !important;
    padding-top: 0 !important;
    font-size: 24px !important;
    color: rgba(255, 255, 255, 0.2) !important;
    background: rgba(255, 255, 255, 0.05);
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.form-top-right i {
    line-height: 42px;
}

/* Form Body Area */
.form-bottom {
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.form-bottom h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin-bottom: 25px !important;
    letter-spacing: -0.3px;
}

/* Modern inputs */
input[type="text"], 
input[type="password"], 
textarea, 
textarea.form-control,
#captcha {
    height: 48px !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 10px !important;
    color: #ffffff !important;
    font-size: 14px !important;
    padding: 10px 16px !important;
    box-shadow: none !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

input[type="text"]::placeholder, 
input[type="password"]::placeholder {
    color: rgba(255, 255, 255, 0.35) !important;
}

input[type="text"]:focus, 
input[type="password"]:focus, 
textarea:focus, 
textarea.form-control:focus,
#captcha:focus {
    background: rgba(255, 255, 255, 0.07) !important;
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25) !important;
    outline: none !important;
}

/* Submit Button - Premium Gradient & Micro-animations */
button.btn, 
button.btn:active, 
button.btn:focus {
    height: 48px !important;
    line-height: 48px !important;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
    border: none !important;
    border-radius: 10px !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3) !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    outline: none !important;
}

button.btn:hover {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%) !important;
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.45) !important;
    transform: translateY(-1px);
    opacity: 1 !important;
}

button.btn:active {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2) !important;
}

/* Links & Help Text */
a.forgot {
    color: #60a5fa !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
    margin-top: 15px;
}

a.forgot:hover {
    color: #93c5fd !important;
    text-decoration: none !important;
    transform: translateY(-0.5px);
}

/* Right side content (What's New) */
.loginright {
    background: rgba(255, 255, 255, 0.02) !important;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 16px !important;
    padding: 30px !important;
    height: auto !important;
    max-height: 420px !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2) !important;
}

.loginright h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 12px !important;
}

.loginright h4 {
    color: #93c5fd !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    margin-top: 15px !important;
}

.loginright p {
    color: rgba(255, 255, 255, 0.65) !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
}

.more {
    display: inline-block !important;
    margin-top: 5px;
}

a.more {
    color: #60a5fa !important;
    font-weight: 600 !important;
    transition: all 0.2s ease;
}

a.more:hover {
    color: #93c5fd !important;
    text-decoration: underline !important;
}

.logdivider {
    background: rgba(255, 255, 255, 0.08) !important;
    margin: 15px 0 !important;
}

.separatline {
    background: rgba(255, 255, 255, 0.08) !important;
    height: 400px;
}

/* Captcha styling */
#captcha_image {
    display: inline-block;
    border-radius: 8px;
    overflow: hidden;
    vertical-align: middle;
}

.glyphicon-refresh {
    color: #60a5fa !important;
    margin-left: 10px;
    font-size: 16px;
    transition: transform 0.3s ease;
}

.glyphicon-refresh:hover {
    transform: rotate(180deg);
}

.alert {
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    border: none !important;
}

.alert-danger {
    background: rgba(239, 68, 68, 0.2) !important;
    color: #fca5a5 !important;
}

.alert-success {
    background: rgba(16, 185, 129, 0.2) !important;
    color: #a7f3d0 !important;
}