#input-container {
    position: relative;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    width: 60%;
    margin: auto;
}

.text-field-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.login-input {
    float: right;
    width: 65%;
    border: none;
    border-radius: 5px;
    height: 2.5rem;
    color: black;
    padding-left: 1rem;
}