#parent {
}
#child {
    margin: auto auto;
}
body{

    display: flex;
    background: url(/app/images/venturetitle_login_back.png);
    justify-content: space-around;
    font-family:Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color:#555;
}
body>form
{
    width: fit-content;
    height: 50vh;
    background:white;
    display:block;
    position: absolute;
    top: 50%; right: 50%;
    transform: translate(50%,-50%);
    padding:20px;
    border-radius:4px;

}

body>form input
{
    width:360px;
    height: 50px;
    border:0.5px solid black;
    padding:20px;
    color:#555;
    border-radius:10px;
    margin:10px;

}
h1{
    font-size:3vw;
    text-align:center;
}
h2{
    font-size:1vw;
}
form button
{
    background-image: none;
    background-color: #296ec6;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    color:white;
    width: 60%;
    text-align:center;
    padding:10px;
    margin:10px;
}