.form_wrapper{
    position: relative;
    width: 100%;
    max-width: 30rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    border-radius: 4px;
    color: black;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
}

.form_header{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1rem;
    font-size: 25px;
    border-bottom: solid 2px #e2e8f0;
}