#spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 100px;
    background-color: rgba(255, 255, 255, 0.75);
    display: none !important;
}
.form-group {
    margin-bottom: 20px;
}