/*.content-holder,.flag-holder,.logo-holder,.form-holder {
	border:1px green solid;
}*/

body{
    height:101%;
    width:100%;
    margin:0;
    /* padding:0; */
    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);
    overflow: hidden;
    background-color: #000;
}

#splash {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 40%;
    opacity: 0;
}

#orientationswipe {
    margin: 0 auto;
    /* position: fixed; */
    position:absolute;
    top: 0;
    left: 0;
    height:1080px;
    width: 100%;
    background: url(../img/swipe.gif);
    background-repeat: no-repeat;
    background-position: 50% 30%;
    background-color: #000;
    z-index: 9998;
    display : none;
    opacity: 0.8;
}

#mask {
    position:absolute;
    left: 0;
    top:  0;
    height:1080px;
    width:100%;
    background: url(../img/swipe.gif);
    background-repeat: no-repeat;
    background-position: 50% 30%;
    background-color: #000;
    z-index:9997;
    display :none;
    opacity:0.8;
}
