
body {
    font: 14px sans-serif;
    background-color: black;
}

.wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.form-wrapper {
    background-color: white;
    width: 360px;
    padding: 20px;
    border: 5px solid #E0E0E0;
    border-radius: 30px;
}

