body {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ece5e5;
    width: 1440px;
    height: 960px;
    top: -15422px;
    left: -4532px;
    padding: 123px 0px 122px 0px;
    gap: 0px;
    opacity: 0px;
    
    

}
.left img{
    width: 1px;
    height: 1px;

    position: absolute;
    
    top: 20px;
    bottom: 20px;
    display: inline-block;
}
.signup-container {

    width: 100%;
    max-width: 400px;
    padding: 30px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.btn-block{
    background-color: #8026e7;
    color:rgb(248, 248, 248);
    border: none;
    padding: 10px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
    transition: background-color 0.3s;
    width: 100%;
    margin-top: 10px;
}

.google-btn {
    background-color: #cbcccd;
    color:black;
    border: none;
    padding: 10px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
    transition: background-color 0.3s;
    width: 100%;
    margin-top: 10px;
}
.google-btn:hover {
    background-color: #0e2db8;
}
.google-btn img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.company{
    text-align: center;
    font-weight: 100px;
}
.title-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    gap: -25px;
}
.title-image {
    width: 80px;
    height: 80px;
    margin-right: 15px;
}