.container{
    background-color: #34262A;
    width: 95%;
    
}

.navbar{
    display: flex;
}



.nav2{
    display: flex;
    padding-left: 610px;
    padding-top: 20px;
}

.Log-container{
    
    width: 70%;
    height: 70vh;
	padding: 30px;
	padding-top: 20px;
    background-color: #5F474E;
    position: relative;
    left: 120px;
    border-radius: 10px;
    


}

.login {
	
}

.dark-ctn{

    background-color: #393939;
    width: 30%;
    height: 78vh;
    position: absolute;
    border-radius: 15px;

left: 680px;
bottom: 0px;
}
.log-image{
    position: absolute;
    left: 554px;
    top: 6px;
    width: 370px;
}

form *{
    font-family: 'Poppins',sans-serif;
    color: #ffffff;
    letter-spacing: 0.5px;
    outline: none;
    border: none;
}
form h3{
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
}

label{
    display: block;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
}
input{
    display: block;
    height: 50px;
    width: 32%;
    background-color: rgba(255,255,255,0.07);
    border-radius: 3px;
    padding: 0 10px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 300;
}
::placeholder{
    color: #e5e5e5;
}
button{
    margin-top: 50px;
    width: 35%;
    background-color: #ffffff;
    color: #080710;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}


.graph-img{

    width: 230px;
    height: 60vh;
    
    position: absolute;
    bottom: 30px;
    
}

.last-img{
    position: absolute;
    left: 900px;
    bottom: 5px;
    width: 250px;
    
}

.one{
color: #ffffff;
}

.two{
color: green;
}