body {
    align-items: center;
    height: 100vh;
    background: radial-gradient(circle at top left,  #27272a);
    color:black ;
    margin: 0px;
}

.input-box {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.sign-up-text {
    text-align: left;
    font-weight: bold;
    color: white;
    margin-top: 50px;
    font-size: 16px;
}