#password {
    position: absolute;
    top: 0;
    left: 0;
    right:  0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    text-align:center;
}

#password div {
    width: 30rem;
    color: #fff;
    font-size: 1.5rem;
    font-family: 'core_rhino_45_regularregular';
}


#password form input {
    width: 100%;
    font-size: 3rem;
    text-align: center;
    /* font-family: 'phosphate_prosolid'; */
    border-radius: 1rem;
    height: 4rem;
    border: none;
    outline: none;
    margin-top: 1rem;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}


#password button {
         outline: 0;
     border: none;
     background-color: rgba(164,244,90,1);
     padding: 0.75em;
     margin: 1rem auto 0 auto;
     border-radius: 1rem;
     white-space: nowrap;
     display: flex;
     align-items: center;
    color: #000;
    box-shadow: 0 10px 20px rgb(0 0 0 / 40%);
}

#password button:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / 60%);
}
