.log-in{
    margin-top: 50px;
    /* width: 90%; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.display{
    width: 60%;
}
.display img{
    width: 100%;
}
.forme{
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
input{
    width: 70%;
    height: 38px;
    border: none;
    border-bottom: #b5b1b1 1px solid;
    padding-left: 8px;
    outline: none;
}
.forme h2{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 30px;
}
.forme p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.Log-In{
    width: 40%;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FAFAFA;
    background: #DB4444;
    border-radius: 4px;
    border: none;
    padding: 16px 0;
    cursor: pointer;
}
.Log-In-and-Forget-Password{
    display: flex;
    align-items: center;
    gap: 60px;
}
.Forget-Password{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #DB4444;
}