
#searchForm , #box{
    text-align: center;
}

#regForm {
    
    height: 90%;
    width: 93%;
    
    font-size: 2vmin;
    
    background: none;
    border: none;
    margin: auto;
    
}
#logForm {
    
    height: 90%;
    width: 93%;
    
    font-size: 2vmin;
    
    background: none;
    border: none;
    margin: auto;
    
}
#box {
    
    /* align search form */
    justify-content: center;
    align-items: center;
    
    /* whatever else */
    background-color: #d1d2d4;
    
    width: 100%;
    padding: 5px;
    margin: 0 auto;
    box-shadow: 2px 4px 5px gray;
    border-radius: 25px;
    
}
#container {
    margin-top: 10vmin;
}

.input {
    
    width: 90%;
    border-radius: 25px;
    text-align: center;
}

#submit {
    background-color: #ffe724;
    width: 50%;
}
