.registerStyle {
    position: absolute;
    width: 300px;
    height: 350px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index:6;
    text-align: center;

    background-color: lightgray;
    color: black;
    border: 5px solid black;
}
