/* Font definitions */
@font-face {
    font-family: 'actor-R';
    src: url('../../bootstrap/fonts/actor/Actor-Regular.ttf');
}

@font-face {
    font-family: 'pop-R';
    src: url('../../bootstrap/fonts/poppins/Poppins-Regular.ttf');
}

/* Root variables */
:root {
    --primary-color: #24523b; /* Changed to requested green color */
    --secondary-color: #09a94d;
    --third-color: #003c88;
    --fourth-color: #fbce07;
}

/* Base styles */
html, body {
    font-family: 'pop-R', sans-serif !important;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
}
body{
	background: url(../images/bspmerbg.jpg) !important;
	background-position: center;
    	background-size: cover !important;
    	/*background-color: #24523b !important; */
    	justify-items: center;
    	align-content: center;
}

#form1{
	width: 70%;
    	backdrop-filter: blur(8px);
    	background-color: rgba(255, 255, 255, 0.2);
    	border-radius : 10px;
    	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    	border: 1px solid rgba(255, 255, 255, 0.3);
}

.container-fluid {
    overflow: hidden !important;
}

/* Login container styling */
.custom-background {
/*    background-color: #fff; */
}

.sign-container {
    max-width: 470px;
    padding: 2rem;
    margin: 0 auto;
}

/* Center logo and login text */
.mt-4 {
    text-align: center;
}

.cli_img {
    display: block;
    margin: 0 auto 1.5rem;
    max-width: 180px;
    border-radius: 10px;
}

/* Login heading */
.label {
    color: #2A1E17;
    font-size: 45px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
    text-align: center;
    margin-bottom: 2rem !important;
}

/* Form input fields */
.position-relative {
    position: relative;
    margin: 1.5rem 0;
}

.inputbox {
    border: 1px solid #BCBEC0;
    background: #FFF;
    outline: none;
    padding: 0.75rem 1.25rem;
    width: 100%;
}

.inputbox:focus {
    border: 2px solid #0DCA78;
}

.form-control {
    height: auto;
    padding: 0.75rem 1.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-icon{
    font-size: 20px;
    height: auto;
    width: 40px;
    align-content: center;
    background: white;
    border-radius: .375rem;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-label {
    top: -30px;
    left: 0;
    position: absolute;
    padding: 0 0.5rem;
    /*background: #fff; */
    z-index: 1;
    font-family: pop-R;
}

/* Password field with eye icon */
.passWord1 {
    display: flex;
    border: 1px solid lightgrey;
    border-radius: .375rem;
    position: relative;
    margin-bottom: 1.5rem;
    /*overflow: hidden;*/
}

.bordernone {
    border: none !important;
}

.floatRig {
    float: right;
}

.btn.floatRig {
    background: transparent;
    border: none;
    padding: 0.5rem 1rem;
}

.eyeFlow {
    width: 20px;
    height: 20px;
}

/* Captcha styling */
.captcha-block {
    text-align: left;
    padding: 5px;
    margin-bottom: 1.5rem;
}

.captcha-container {
    text-align: left;
    border: 1px solid #ccc;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    height: auto;
}

#captcha {
    border: none;
    border-radius: 10px 0 0 10px;
    width: 50%;
    height: 47px;
    display: inline;
    outline: none;
    box-shadow: unset;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.captcha-image {
    width: 48%;
    height: auto;
    border-radius: 0 10px 10px 0;
    object-fit: cover;
    border-radius: 0px 10px 10px 0px;
    border-left: 3px solid rgb(182, 182, 182);
}

.refresh-captcha {
    margin-left: 0.5rem;
    cursor: pointer;
}

.aestrik {
    color: red;
}

/* Links styling */
.c1 {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
}

.forgetPs {
    border-bottom: 1px solid #0d6efd;
    color: #0d6efd;
    text-decoration: none;
}

/* Sign in button */
.sign-up {
    border-radius: 40px;
    background: #18aa3d  !important;
    width: 100%;
    color: #fff !important;
    padding: 0.75rem 2rem ;
    font-weight: bold;
    margin: 1.5rem 0;
}

.sign-up:hover {
    background: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.backRecSetLogin {
    background-size: cover;
    background-position: center;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-color: #24523b !important;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.backRecSetLogin img{
	width: -webkit-fill-available;
}

/* Right panel content styling */
.fontH1 {
    color: #09a94d;
    font-family: pop-R;
    font-size: 40px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 40px;
}

.fontH2 {
    color: #EEE;
    font-family: pop-R;
    font-size: 35px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 40px;
}

.logimgg2 {
    width: 70%;
    max-width: 400px;
    margin: 0 auto;
}

/* Modal styling */
.modal-dialog {
    margin-top: 20%;
    margin-left: 29%;
}

.modal-header, .modal-footer {
    border: none;
}

.css001 {
    width: 50px !important;
    height: 50px !important;
    min-width: 0;
}

.css002 {
    color: red;
    justify-content: center;
}

.btn01 {
    background-color: var(--primary-color);
    color: white;
}

/* Helper classes */
.border1Grey {
    border: 1px solid lightgrey !important;
}

.disNone {
    display: none;
}

.main-block{
	flex-direction: row;
}

#topdiv{
	background: linear-gradient(0deg, #0c3234, #10eb02 365%);
    	width: 100%;
    	height: 6%;
}
/* From Uiverse.io by imtausef */ 
.parent {
  width: 100%;
  height: 100%;
  padding: 20px;
  perspective: 1000px;
}

.card {
  padding-top: 50px;
  /* border-radius: 10px; */
/*  border: 3px solid #141414; */
  transform-style: preserve-3d;
 /* background: linear-gradient(135deg, #0000 18.75%, #f3f3f3 0 31.25%, #0000 0),
	repeating-linear-gradient(45deg, #f3f3f3 -6.25% 6.25%, #141414 0 18.75%); */
  background-size: 60px 60px;
  background-position:
	0 0,
	0 0;
  background-color: #25533c;
  width: 100%;
  /*box-shadow: rgba(142, 142, 142, 0.3) 0px 30px 30px -10px; */
  transition: all 0.5s ease-in-out;
  display: flex;
  justify-content: flex-end;
  height:100%;
  border : 0 !important;
}

.card:hover {
  background-position:
	-100px 100px,
	-100px 100px;
  transform: rotate3d(0.5, 1, 0, 30deg);
}

.content-box {
  text-align: center;
  background: #25533c;
  /* border-radius: 10px 100px 10px 10px; */
  transition: all 0.5s ease-in-out;
  padding: 60px 25px 25px 25px;
  transform-style: preserve-3d;
  justify-items:center;
  height: 100%;
}

.content-box .card-store {
  display: inline-block;
  color: #141414;
  font-size: 25px;
  font-weight: 900;
  transition: all 0.5s ease-in-out;
  transform: translate3d(0px, 0px, 50px);
}

.content-box .card-store:hover {
  transform: translate3d(0px, 0px, 60px);
}

.content-box .logo-box{
	height: 80px;
    	width: 100%;
	align-content: center;
}

.card-store img{
	width: 100%;
}

.content-box .card-content {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #141414;
  transition: all 0.5s ease-in-out;
  transform: translate3d(0px, 0px, 30px);
}

.content-box .card-content:hover {
  transform: translate3d(0px, 0px, 60px);
}

.content-box .card-title {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  transition: all 0.5s ease-in-out;
  transform: translate3d(0px, 0px, 50px);
}

.content-box .card-title:hover {
  transform: translate3d(0px, 0px, 60px);
}

/* Responsive styles */
@media (max-width: 768px) {
    body, html {
        overflow-x: hidden !important;
        height: 100vh !important;
        margin: 0;
        padding: 0;
    }

    .container-fluid {
        overflow: hidden !important;
    }

    .sign-container {
        padding: 1rem !important;
        max-width: 100%;
        margin: 0 auto !important;
	max-width: 422px;
    }

    .cli_img {
        max-width: 120px !important;
        margin-bottom: 1rem;
    }

    .label {
        font-size: 28px !important;
        margin-bottom: 1rem !important;
    }

    .position-relative {
        margin: 1rem 0;
    }

    .modal-dialog {
        margin: 10% auto !important;
        width: 90%;
    }

    .captcha-container {
        flex-direction: row !important;
        align-items: center;
        height: auto !important;
    }

    #captcha {
        width: 50% !important;
        border-radius: 10px 0 0 10px !important;
        height: auto !important;
        font-size: 14px !important;
    }

    .captcha-image {
        width: 50% !important;
        border-radius: 0 10px 10px 0 !important;
        height: auto !important;
    }

    .refresh-captcha {
        display: none !important;
    }

    .captcha-block {
        padding: 2px !important;
    }

    .captcha-block label {
        font-size: 14px !important;
        margin-bottom: 0.2rem !important;
    }

    .form-control, .inputbox {
        font-size: 14px !important;
        padding: 0.5rem 1rem !important;
    }

    .input-label {
        font-size: 12px !important;
        top: -24px;
    }

    .btn {
        font-size: 16px !important;
        padding: 0.5rem 1.5rem !important;
    }

    .sign-up {
        margin: 1rem 0;
    }

    .forgetPs {
        font-size: 14px !important;
    }

    .c1 {
        margin: 0.5rem 0 1rem 0 !important;
    }

    .passWord1 {
        margin-bottom: 1rem !important;
    }

    .passWord1 .btn {
        padding: 0 0.75rem !important;
    }

    /* Ensure columns stack properly on mobile */
    .row .col-md-7,
    .row .col-md-5 {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Hide the right background panel on mobile */
    .backRecSetLogin {
        display: none !important;
    }
    #form1{
	        width: 100%;
    }

}

