html
{
    margin: 0;
    padding: 0;
    text-align:center;
    font-size: 10pt;
    color:#fff;
    font-family:sans-serif;
}

body
{
    margin: 0;
    min-height: 100vh;
    background: #000;
    padding-bottom: 25px;
    background: #d05bec;
    background-image: url('../sources/bg.png'), -moz-linear-gradient(-45deg,  #d05bec 0%, #ffc7e0 40%, #d063e6 100%);
    background-image: url('../sources/bg.png'), -webkit-linear-gradient(-45deg,  #d05bec 0%,#ffc7e0 40%,#d063e6 100%);
    background-image: url('../sources/bg.png'), linear-gradient(135deg,  #d05bec 0%,#ffc7e0 40%,#d063e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d05bec', endColorstr='#d063e6',GradientType=1 );
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.errorText{
    color:#000;
    margin:0 auto;
}
#buttonOneContent span, #buttonTwo span{
    float: left;
    margin-left: 55px;
}
#buttonTwo span{
    margin-left: 90px;
    margin-top: 10px;
}
.fa-arrow-circle-right, .fa-check-circle-o
{
    float: right;
    margin-top: 10px;
    font-size: 48px;
}
.fa-check-circle-o {
    margin-top: 0;
}
.content {
    max-width: 400px;
    overflow: hidden;
    margin:0 auto;
}
.content p{
    display: grid
}
.content .fa {
    margin-right: 15px;
    float: left;
}
.fa-times {
    color:red;
    font-size: 50px;
}
.check24
{
    padding: 10px 0;
}

header
{
    text-align: center;
}


#panel
{
    background: #273533
}

.c2aBg{
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#wifiImg{
    width: 280px;
}
#topImg
{
    max-width: 100%;
    height: auto;
    width: 100%;
    display: block;
}
/* General Rules*/
.container
{
    box-sizing: border-box;
    margin: auto;
    max-width:640px;
    padding: 0 5px;
}

.provided
{
    font-size: 10pt;
    padding-bottom: 8px;
    color:#fff;
}
.underline{
    text-decoration: underline;
    text-transform: uppercase;
}

.charge
{
    padding: 0.3em;
    font-weight:bold;
}

.charge2
{
    font-size: 19px;
    margin: 0 auto;
    display: inline-block;
}
.c2atext{
    visibility: hidden;
}
hr
{
    margin: 2px 0;
}


.button2, .button, .thanksSubmit
{
    display: none;
    color:#fff;
    width:90%;
    font-weight: bold;
    margin: auto;
    background: -moz-linear-gradient(
        top,
        #ffbc00 0%,
        #d69000);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#ffbc00),
        to(#d69000));
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #0059ff;
    -moz-box-shadow:
        0px 1px 0px rgba(000,000,000,0.2),
        inset 0px 1px 0px rgba(238,238,238,0.7);
    -webkit-box-shadow:
        0px 1px 0px rgba(000,000,000,0.2),
        inset 0px 1px 0px rgba(238,238,238,0.7);
    box-shadow:
        0px 1px 0px rgba(000,000,000,0.2),
        inset 0px 1px 0px rgba(238,238,238,0.7);
    text-shadow:
        0px -1px 0px rgba(000,000,000,0.3),
        0px 0px 0px rgba(255,255,255,0);
    height: 80px;
    max-width: 270px;
}

.button, .thanksSubmit
{
    color:#fff;
    background: -moz-linear-gradient(
        top,
        #589dfd 0%,
        #488bf7 50%,
        #3a7af2);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#589dfd),
        color-stop(0.50, #488bf7),
        to(#3a7af2));
    display: block;
}
.thanksSubmit{
    margin:5px auto;
}
.loadingbut, #spintje
{
    display: none;
}
#retryButton{
    color:#fff;
    background:#4ccf8b;
    padding: 10px;
    text-decoration: none;
    border-radius: 10px;
    font-size: 18px;
    display: block;
    width: 100px;
    margin:auto;
    text-align: center;
    text-shadow: 0px 0px 3px #000;
    font-weight: bold;
}
.content p{
    text-align: left;
}
i.fa{
    margin-left: 5px;
}

.fa-lg
{
    vertical-align: 0% !important;
}

.gray
{
    color:gray;
    text-shadow: none;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}

.c2a
{
    font-size: 16px;
}

/*Extensions*/
.button-block
{
    width: 100%;
    display: block;
}

.text-center
{
    text-align: center;
}
/*Helpers*/
.center-column
{
    float: none;
    margin: 0 auto !important;
}

.hide
{
    display: none;
    visibility: hidden;
}

.deniedText
{
    font-size: 2em;
    font-weight: bold;
    color: #FFFFFF;
}

.info
{
    font-size:12px;
    color:#fff;
}

.legal, .legal2
{
    background: #ffffff;
    border-bottom: #7d7d7d solid 1px;
    text-align: left;
    color: #000000;
    width: 100%;
    padding: 2px;
    box-sizing: border-box;
}

.legal a
{
    color:#000 !important;
}

.legal3
{
    text-align: center;
    color:#fff;
    width: 100%;
    padding: 2px;
    box-sizing: border-box;
}

.legal3 a
{
    color:#000 !important;
}

.legal::after
{
    content:"";
    display:block;
    clear:both;
}

.legal2
{
    text-align: center;
}

.exitBTN
{
    background-color: red;
    border-radius: 8pt;
    -webkit-appearance: none;
    border: 0;
    color: #fff;
    padding:3pt;
    float: right;
    margin: .3em 0;
    font-size: 15px
}

.topL1
{
    float: left;
    width: 80%;
}

.topL2
{
    float: right;
    width: 20%;
}

.error
{
    display: none;
    background:#fff;
    width:90%;
    max-width:350px;
    font-weight:bold;
    color:#F30004;
    border:2px solid #000;
    border-radius:10px;
    padding-top:5px;
    padding-bottom:5px;
    margin:auto;
    margin-bottom:3px;
    display:none;
}

/*Footer*/
.disclaimer > a
{
    color: #fff;
}

.disclaimer > a:nth-child(1)
{
    margin-left:10%;
    float: left;
}

.disclaimer > a:nth-child(2)
{
    margin-right:10%;
    float: right;
}

.center-column p
{
    margin:0;
    padding-bottom:5px;
}

footer
{
    position: fixed;
    width: 100%;
    bottom:0;
    background-color: rgba(100,100,100,.6);
}

footer > .container
{
    max-width: 100%;
}

.footer-links
{
    list-style: none;
    text-align: center;
    display: block;
}

.footer-links li
{
    display: inline-block;
}
#topImgLand{
    display: none;
}
@media screen and (max-width: 850px) and (orientation: landscape)
{
    #topImgLand{
        width: 50%;
        margin:0 auto;
        display: block;
    }
}
