@font-face {
    font-family: "Kepler";
    src: url("KeplerStdMediumItalic.otf");
}

@font-face {
    font-family: "Monser";
    src: url("Montserrat-Bold.ttf");
}

body {
    font-family: "Monser";
    color: #000000;
    background-color: #ffffff;

    font-size: 4vi;
    text-shadow: 1vi 1vi 1vi #000000;
}

#laoder {
    font-family: Arial;
    font-style: italic;
}

.small {
    padding-top: 2vi;
    font-size: 3vi;
    text-shadow: 1vi 1vi 1vi #000000;
}

.logo {
    text-align: center;
}

.foot {
    text-align: center;
}

div.container {
/*    
    background-image:    url("bg.png");
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
*/
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    bottom: 0px;
}

div.bg {
    background-image:    url("bg.png");
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    bottom: 0px;
    display: none;

    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

div.body {
    background-image: url("mask.png");
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
    
    width: 100vw; 
    height: 56.25vw; /* height:width ratio = 9/16 = .5625  */
    max-height: 100vh;
    max-width: 177.78vh; /* 16/9 = 1.778 */
    margin: auto;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;

    display: none;
}

div.body_confirm,
div.body_accommodation
{
    background-image: url("mask2.png");
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
    
    width: 100vw; 
    height: 56.25vw; /* height:width ratio = 9/16 = .5625  */
    max-height: 100vh;
    max-width: 177.78vh; /* 16/9 = 1.778 */
    margin: auto;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;

    display: none;
}

img.btn {
    width: 100%;
}

img.btn:hover {
    opacity: 1;
}

a.btn1, 
a.btn2 {
    display:inline-block;
    position: absolute;
    top: 78%;
    width: 25.0%;
}

a.btn1 {
    left: 21.0%;
}

a.btn2 {
    left: 53.5%;
}

img.logo {
    width: 100%;
}

form {
    position: absolute;
    width: 30%;
    top: 40%;
    left: 35%;
}

table {
    width: 100%;
}

td.center {
    text-align: center;
}

input.email {
    width: 90%;
    text-align: center;
    font-size: 3vi;
    height: 3vi;
}

div.submit {
    position: absolute;
    width: 50%;
}
input.submit {
    position: absolute;
    width: 100%;
}

.remove {
    vertical-align: bottom;
}