.sing-up{
    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;
}
.Create-Account{
    width: 70%;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FAFAFA;
    background: #DB4444;
    border-radius: 4px;
    border: none;
    padding: 16px 0;
}
.Sign-up-with-Google{
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
    border: none;
    padding: 16px 0;
}
.Already-have-account{
    display: flex;
    gap: 20px;
}
.Already-have-account a{
    color: #000;
    text-decoration: underline;
}