.formcontanior{
    width: 20em;
    height: 25em;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(2em);
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.8);
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
    border-radius: 2em;
    border: 2px solid rgba(225, 225, 225, 0.5);
    /* position:absolute; */
    /* position: relative; */
    /* position: inherit; */
    /* position: static; */
    /* position: unset; */
    /* display: unset; */
    box-sizing: border-box;
    /* margin: auto; */
    margin-left: 0px;
    margin-top: 4em;
}
input{
    background: rgba(102, 59, 18, 0.74);
    /* background: rgba(117, 86, 57, 0.74); */
    backdrop-filter: blur(2em);
    width: 18em;
    height: 2em;
    display: block;
    border-radius: 0.7em;
    margin: 0.4em;
    margin-left: 0px;
    
}
h3{
    text-align: center;
}

.formElement{
    margin: 0.4em;
}
#register{
    text-decoration-line: underline;
}
button{
    /* background: rgba(0, 0, 0, 0.3); */
    /* backdrop-filter: blur(2em); */
    color: white;
    width: 100%;
    height: 2em;
    border: none;
}
.close{
    height: auto;
    width: auto;
    border-radius: 3em;
    float: right;
    box-sizing: border-box;
    margin-bottom: auto;
    box-flex-group: none;
    color: black;
    
}

#signin{
    background: rgba(102, 59, 18, 0.74);
    margin-top: 1em;
    height: 2.5em;
}
