*{
    box-sizing: content-box;
}
body{
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    /* background-color: rgb(184, 192, 231); */
    background-image: url(../imge/Web1BackImg.gif);
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    z-index: -1;
}
.content{
    margin-top: 0;
    width: 3000px;
    height: 3000px;
    /* background-color: rgb(184, 192, 231); */
}
.header{
    margin-top: 0%;
    width: 100%;
    background-color: rgb(10, 36, 82);
    border-style: solid;
    border-color: black;
}
.header h3{
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 35px;
    color: azure;
    overflow: hidden;
}

.LoadingWindow{
    position: absolute;
    width: 400px;
    height: 450px;
    margin-top: 160px;
    margin-left: -850px;
    left: 50%;
    /* top: 50%; */
    background-image: linear-gradient(to bottom right, rgb(164, 193, 218), rgb(247, 247, 247));
    box-shadow: 10px 10px 10px rgba(2, 49, 62, 0.6);

}
.LoadingWindow h3{
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    letter-spacing: 6px;
    font-size: 35px;
    color: rgb(72, 161, 239);
    margin-top: 10px;
    width: 200px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    padding-left: 40px;
    font-size: 35px;
}
.LoadingForm{
    margin-top: 50px;
    width: 300px;
    height: 400px;
    position: absolute;
    left: 50%;
    top:50%;
    margin-top: -200px;
    margin-left: -150px;
    /* border-style: solid; */
    /* border-color: black; */
}
.InformationUL{
    position:  absolute;
    list-style-type: none;
    width: 200;
    height: 300;
    left: 35%;
    top: 50%;
    margin-top: -150px;
    margin-left: -100px;
    padding-right: 40px;
    /* border-style: solid;
    border-color: black; */
}
.InformationUL li{
    width: 240px;
    height: 40px;
    margin-bottom: 20px;
}
.InformationUL li input{
    width: 200px;
    height: 30px;
    /* border-style: solid;
    border-color: black;     */
}
#LoadingButton1{

    margin-left: 12px;
}