﻿div#ReactApp {
    display: flex;
    height: 100vh;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    background-color: #f7f7f7;
}
div#openLoginDiv iframe {
    width: 500px;
    height: 600px;
    border: 1px solid #e1e1e1;
    text-align: center;
    padding-top: 95px;
    position: fixed;
    background-color: white;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-200px, -317px);
    z-index: 999;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1), -15px 0px 14px -12px rgba(0,0,0,0.1), 15px 0px 14px -12px rgba(0,0,0,0.1), 0px 15px 14px -12px rgba(0,0,0,0.1);
}