#Loading {
    background: url(/static/sailboat/images/startbg-6229d1f8c4b5f1b98d0bf40cc32f8340.jpg);
    background-size: cover;
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 50%;
    top: 50%;
    color: white;
    transform: translate(-50%, -50%);
    text-align: center;
    padding-top: 200px;
}

#botpanel {
    display: flex;
    justify-content: space-between;
    height: 44px;
    margin-left: 30px;
    margin-right: 30px;
}

#TestArea {
    display: none;
    background-color: #00316C;
    height: 30px;
    margin-top: 20px;
}

#starfield {
    position: relative;
    top: 0;
    text-align: center;
}
#CloseDialog {
    position: fixed;
    display: none;
    width: 80%;
    max-width: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #eee;
    opacity: 0.95;
    border-radius: 10px;
    z-index: 999;
}

.form-group {
    max-width: 380px;
    margin: 0 auto 15px;
}