*{
    /* margin: 0; */
    /* padding: 0; */
    font-family: "Poppins";
    /* box-sizing: border-box; */
    /* transition: all 0.3s ease; */
}
.header{
    min-height: 100px;
    width: 100%;
        /* background-position: center; */
    position: right;
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: right;
}
.header .ecoimg img{
    height: 50px;
    width: auto;
    padding-top: 28px;
}
.header .econova a{
    width: 50vw;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: left;
    justify-content: left;
    padding: 20px 10px;
    font-family:  "segoe UI", serif;
    font-weight: 800;
    text-decoration: none;
    font-size: 50px;
    color: #48d44d;
}
nav{
    display: flex;
    padding: 2% 2%;
    justify-content: space-between;
    align-items: right;
    /* position: left; */
}
.nav-links{
    position: relative;
    display: flex;
    /* align-content: right; */
}

nav img{
    width: 150px;
}

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 0px 12px;
    position: relative;
}
.nav-links ul li a{
    color: black;
    text-decoration: none;
    font-size: 15px;
}
.nav-links ul li::after {
    content: '';
    width: 0%;
    height: 2px;
    background: #48d44d;
    display: block;
    margin :auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width: 100%;
}
.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: black;
    /* border:1px solid black ; */
    border-radius: 55px;
    padding: 12px 25px;
    font-size: 13px ;
    background: transparent;
    position: relative;
    cursor: pointer;
    /* color: #48d44d; */
    background-color:#48d44d;
}
.hero-btn:hover{
    border: 1px solid #48d44d;
    background: #48d44d;
    transition: 1s;
}

.social-links {
    margin-top: 20px;
    text-align: center;
}

.social-links p {
    color: #666;
    margin-bottom: 15px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #f5f5f5;
    color: #333;
    font-size: 20px;
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.social-icon ion-icon {
    font-size: 20px;
}
.container{
    display: flex;
    justify-content: space-between;
    background-color: white;
}
.logo{
    position: absolute;
    margin: 10px 20px;
    font-size: 25px;
}
.logo a{
    text-decoration: none;
    color: black;
    font-weight: 500;

}
.form-container{
    width: 60vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.innerbox{
    background-color:#97ee9a;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 15px;
    height: 690px;
}
.form-container .innerbox h1{
    font-weight: 800;
}
.form-container .innerbox h3{
    font-weight: 600;
}
.form{
    margin-top: 30px;
    display: flex;
    flex-direction: column;

}
.form ul{
    position: relative;
    top: -18px;
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    width: 500px;
    margin-bottom: 20px;
}
.form ul li{
    color: rgb(114, 113, 113);
    font-size: 10px;
    margin: 0 15px 5px 18px;
}
ul li::marker {
    font-size: 1.5em; 
}
.pass{
    margin-bottom: -2px;
}
  
label{
    color: rgb(100, 100, 100);
    font-size: 12px;
    margin-bottom: 6px;
}
.form input{
    /* border: 1px solid rgba(118, 118, 118, 0.525); */
    border: solid 1px black;
    border-radius: 6px;
    padding: 6px;
    margin-bottom: 20px;
    width: 460px;
}

.cbd{
    font-size: 15px;
    display: flex;
}
.checkbox{
    height: 36px;    
    width: 13px; 
    font-size: 5px;
    margin-right: 5px;
}
input[type="checkbox"]:checked{
    accent-color: black;
}
.cbd p{
    position: relative;
    top: -3px;
    width: 600px;
    font-size: 13px;
}
.terms{
    margin-top: 20px;
    font-size: 13px;
}
.login-btn{
    margin-top:30px;
    margin-bottom: 30px;
    width: 200px;
    padding: 8px 20px;
    border-radius: 20px;
    color: white;
    border: 2px solid #48d44d;
    background: #48d44d;
}
.login-btn:hover{
    background-color: hsl(122, 93%, 29%);
    border: 2px solid hsl(122, 93%, 29%);
}



.lgn-image{
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)), url(login.webp);
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 600px;
    border-radius: 25px;
}
.acc{
    min-height: 100vh;
    font-size: 30px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}
.acc p{
    font-weight: 600;
    
}
.acc .login-link{
    font-weight: 400;
    font-size: 16px;
    margin: 20px;
    color: white;
    text-decoration: none;
    background: rgba(128, 128, 128, 0.466);
    padding: 8px 40px;
    border-radius: 40px;
}
.login-link:hover{
    background-color: hsl(122, 93%, 29%);
}

