@keyframes hideOverlay{0%{opacity:1}66%{opacity:1}to{opacity:0;visibility:hidden}}.overlay-loading{opacity:1;overflow:hidden;position:fixed;background-color:#fff;bottom:0;left:0;right:0;top:0;-webkit-animation:hideOverlay 3s;animation:hideOverlay 3s;animation-fill-mode:forwards;display:flex;justify-content:center;align-items:center;color:#123555;font-weight:600;font-size:3rem}input{border:1px solid #848484;box-shadow:none;width:100%;padding:10px;height:50px;border-radius:.25rem}button{height:50px}
