main {
    padding-top: 98px;
}

.auth-card {
    color: #000000;
    text-align: center;
    padding: 200px 0px;
    font-weight: 400;
}


h1 {
    font-size: 36px;
}

p {
    font-size: 24px;
}



label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}


span {
    font-family: "Jost", sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: black;
    margin-top: 15px;
}


input[type="email"],
input[type="password"],
input[type="text"] {
    font-family: "Jost", sans-serif;
    width: 100%;
    height: 42px;
    border: 1px solid black;
    background: #fff;
    padding: 0 12px;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
    max-width: 300px;
}


button {
    font-family: "Jost", sans-serif;
    width: 300px;
    height: 36px;
    margin-top: 15px;
    border: none;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .02em;
    cursor: pointer;
}