*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins',sans-serif;
	font-family: Montserrat, SemiBold;
    font-family: Arial, sans-serif;
    font-family: Segoe UI, sans-serif;
	font-family: Helvetica Neue, sans-serif;
	letter-spacing: 0.6px;
}


body{
    justify-content:center;
    align-items:center;
    background:#1e3a8a;

    background-image: url(../../loginassets/img/jnb10.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    min-height:100vh;
    margin:0;
    display:flex;
    flex-direction:column;
}

header{
    flex-shrink:0;
}

.footer{
    flex-shrink:0;
}

.main-content{
    flex:1;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:20px;
}

body::before{
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(91deg, #054781a1, #fff, #054781a1);
    left: 0;
    position: absolute;
    z-index: -1;
}

.fxt-content{
    flex:1;
    display:flex;
    justify-content:center;
    align-items:center;
}

.container{
    width:100%;
    max-width:925px;
    margin:auto;

    display:grid;
    grid-template-columns:1fr 1fr;

    background:rgba(255,255,255,0.08);
    backdrop-filter:blur(18px);
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(0,0,0,.25);
}


.left-panel{
    padding:40px;
    color:white;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.logo{
    margin-left: -6px;
}

.tagline{
    font-size: 26px;
    font-weight: 600;
}

.features{
    margin-top:20px;
}

.features li{
    list-style:none;
    margin-bottom:12px;
    font-size:15px;
}

.right-panel{
    background:white;
    padding:50px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.right_padding{
    padding:50px 35px !important;
}

.form-title{
    font-size:30px;
    font-weight:600;
    color:#111827;
    margin-bottom:5px;
    text-align: center;
}

.form-subtitle{
    color: #474c55;
    font-size: 15px;
}

.error{
    color: #cd0000d9;
    padding: 2px 10px;
    background: #cd00000f;
    font-size: 14px;
    border-left: 2px solid #cd0000d9;
    margin-bottom: 5px;
}

.success{
    color: #007523;
    padding: 2px 10px;
    background: #007f4f0f;
    font-size: 14px;
    border-left: 2px solid #007f4f;
    margin-bottom: 5px;
}

.input-group{
    margin-bottom:20px;
}

.input-group label{
    display:block;
    margin-bottom:8px;
    color:#374151;
    font-size:14px;
    font-weight:500;
}

.input-group input{
    width:100%;
    padding:14px 16px;
    border:1px solid #d1d5db;
    border-radius:12px;
    outline:none;
    transition:0.3s;
    font-size:15px;
}

.input-group input:focus{
    border-color:#2563eb;
    box-shadow:0 0 0 4px rgba(37,99,235,0.15);
}

.options{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
    font-size:14px;
}

.options a{
    text-decoration:none;
    color:#2563eb;
    font-weight:500;
}

.login-btn{
    width:100%;
    border:none;
    padding:15px;
    border-radius:12px;
    background:#2563eb;
    color:white;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:0.3s;
}

.login-btn:hover{
    background:#1d4ed8;
    transform:translateY(-2px);
}

.divider{
    text-align:center;
    margin:25px 0;
    color:#9ca3af;
    position:relative;
}

.divider::before,
.divider::after{
    content:"";
    position:absolute;
    top:50%;
    width:40%;
    height:1px;
    background:#e5e7eb;
}

.divider::before{
    left:0;
}

.divider::after{
    right:0;
}

.google-btn{
    width:100%;
    padding:14px;
    border:1px solid #d1d5db;
    background:white;
    border-radius:12px;
    cursor:pointer;
    font-weight:500;
    transition:0.3s;
}

.google-btn:hover{
    background:#f9fafb;
}

.signup a{
    color:#2563eb;
    text-decoration:none;
    font-weight:600;
}

@media(max-width:768px){
    .container{
        grid-template-columns:1fr;
    }

    .left-panel{
        padding:40px;
        text-align:center;
    }

    .right-panel{
        padding:35px;
    }

    .navbar {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .navbar-brand img {
        height: 50px;
    }

    .navbar-right li {
        font-size: 24px;
    }
	
	.dis_flex .refresh {
    padding-top: 9px !important;
    padding-left: 6px !important;
    }

    .fxt-bg-img::after {
    content: "";
    position: fixed;
    width: 200px !important;
    height: 200px !important;
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
    top: -90px !important;
    right: -100px;
}

.bttm_rounded {
    content: "";
    position: absolute;
    height: 150px !important;
    width: 150px !important;
    border-radius: 50%;
    background: rgba(255, 255, 255, .04);
    bottom: -100px !important;
    left: -50px;
} 

}

.feature {
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .04);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 1px 2px;
}

.feature:hover{
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: #1d4ed8;
    border-radius: 16px;
    backdrop-filter: blur(10px);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 1px 2px;
}

.feature a{
  color: #fff;
  text-decoration: none;
}

.fxt-bg-img{
    z-index: 1;
    position: relative;
}

.fxt-bg-img:before {
    content: "";
    height: 100%;
    width: 100%;
    background: #0e357e;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}

.bttm_rounded {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .04);
    bottom: -100px;
    left: -50px;
} 
.fxt-bg-img::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
    top: -150px;
    right: -100px;
}

.form-container {
    width: 100%;
    overflow: hidden;
}

.slide-controls {
    position: relative;
    display: flex;
    height: 50px;
    width: 100%;
    overflow: hidden;
    margin: 30px 0 10px 0;
    justify-content: space-between;
    border: 1px solid lightgrey;
    border-radius: 15px;
}

.wrapper{
  overflow: hidden;
  max-width: 525px;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 25px 60px rgba(15, 23, 42, .12);
}

.slide-controls{
  position: relative;
  display: flex;
  height: 50px;
  width: 100%;
  overflow: hidden;
  margin: 30px 0 10px 0;
  justify-content: space-between;
  border: 1px solid lightgrey;
  border-radius: 15px;
}
.slide-controls .slide{
  height: 100%;
  width: 33.33%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.6s ease;
}
.slide-controls label.signup{
  color: #000;
}
.slide-controls .slider-tab{
  position: absolute;
  height: 100%;
  width: 33.33%;
  left: 0;
  z-index: 0;
  border-radius: 15px;
  background: #004080;
  transition: all 0.6s ease;
}
input[type="radio"]{
  display: none;
}
#login:checked ~ .slider-tab{
    left: 0%;
}
#signup:checked ~ .slider-tab{
    left: 33.33%;
}
#forgot:checked ~ .slider-tab{
    left: 66.66%;
}
#login:checked ~ label.login,
#signup:checked ~ label.signup,
#forgot:checked ~ label.forgot{
    color: #fff;
}

#login:checked ~ label.signup,
#login:checked ~ label.forgot,
#signup:checked ~ label.login,
#signup:checked ~ label.forgot,
#forgot:checked ~ label.login,
#forgot:checked ~ label.signup{
    color: #6b6b6b;
}
.wrapper .form-container{
  width: 100%;
  overflow: hidden;
}
.form-container{
    overflow: hidden;
    width: 100%;
}

.form-container .form-inner{
    margin-left: 0;
    transition: all 0.6s ease;
     display: flex;
    width: calc(100% * 3);
    margin-left: 0;
    transition: all 0.6s ease;
}

.form-container .form-inner form{
     flex: 0 0 33.333%;
    max-width: 33.333%;
}
.form-inner form .field{
  height: 50px;
  width: 100%;
  margin-top: 20px;
}
.form-inner form .field input{
    width: 100%;
    padding: 15px 18px;
    border: 1px solid rgb(7 78 183 / 24%);
    border-radius: 14px;
    font-size: 15px;
    transition: .3s;
}

.inputbox input:focus{
    outline:none;
    border-color:#2563eb;
    box-shadow:0 0 0 4px rgba(37,99,235,.12);
}
.form-inner form .field input:focus{
  border-color: #1a75ff;
}
.form-inner form .field input::placeholder{
  color: #999;
  transition: all 0.3s ease;
}
form .field input:focus::placeholder{
  color: #1a75ff;
}
.form-inner form .pass-link{
  margin-top: 5px;
}
.form-inner form .signup-link{
  text-align: center;
  margin-top: 30px;
}
.form-inner form .pass-link a,
.form-inner form .signup-link a{
  color: #1a75ff;
  text-decoration: none;
}
.form-inner form .pass-link a:hover,
.form-inner form .signup-link a:hover{
  text-decoration: underline;
}
form .btn{
	height: 45px;
    width: 100%;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.btn{
  height: 100%;
  background: #0073e6;
  border-radius: 15px;
  transition: all 0.4s ease;;
  margin-top: 20px;
  border: 2px solid #0073e6;
}
.btn:hover {
  background: #004080 !important;
  color: #fff !important;
  border: 2px solid #004080;
}

.fxt-template-layout {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.fxt-bg-color {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
}

.fxt-content {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #07488fd6;
    padding: 10px 20px;
    text-align: center;
}

.footerr {
    margin: 0;
    color: #fff;
}

.footerr a{
    color: #fff;
}


.inputbox {
  position: relative;
  border-bottom: 2px solid #fff;
  margin: 40px 0;
  width: 310px;                
}

.inputbox label {
  color: #0e357ee6;
  font-weight: 600;
  font-size: 1em;
  display: block;
  margin-bottom: 8px;
}

.inputbox input {
  background: transparent;
  border: none;
  outline: none;
  font-size: 1em;
  padding: 0 35px 0 5px;
  color: #1f1e1e;
  width: 100%;
  height: 50px;               
}

.inputbox svg {
  font-size: 1.2em;
  position: absolute;
  right: 12px;
  color: #0e357e;                
  top: 42px;
}

.inputbox.field svg {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.inputbox.field input {
    flex: 1;
    border: none;
    outline: none;
}


.input-box label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
}

header {
    width: 100%;
    padding: 0px 20px;
    background: #0e357ede;
}

header .container-fluid{
    width:100%;
    margin:auto;
}

.navbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.navbar-brand{
    display:flex;
    align-items:center;
}

.navbar-brand img{
    height:80px;
    width:auto;
}

.navbar-right{
    list-style:none;
    margin:0;
    padding:0;
}

.navbar-right li{
    color:#fff;
    font-size:28px;
    font-weight:600;
    letter-spacing: 2px;
}

.dis_flex{
    display: flex;
    justify-content: space-between;
}

.dis_flex img{
    border: 1px solid rgb(7 78 183 / 24%) !important;
    border-radius: 15px !important;
    width: 145% !important;
	height: 45px !important;
}

.dis_flex .refresh{
    width: 12%;
    margin-top: 5px;
    margin-right: 5px;
    text-align: center;
    padding-top: 5px;
    padding-left: 8px;
    cursor: pointer;
}