body {
  position: relative;
  height: 100%;
  width: 100%;
  background: #0b1a2a;
  text-align: center;
  color: #ffffff;
  font: 14px "Roboto", Arial, Helvetica, sans-serif;
  line-height: 1.25;
  font-weight: 400;
}

a {
  text-decoration: underline;
  color: #ffffff;
}

#page,
body,
img {
    width: 100%
}

#actions,
#actions2 {
    padding: 0;
    z-index: 9;
    position: relative
}

#wording .cptpl_account,
#wording .cptpl_price,
#wording .text,
button.exit {
    background: #0b1a2a
}

#actions,
#actions2,
#footer,
#header-image,
#page,
body,
button {
    position: relative
}

.text,
footer,
header,
img {
    display: block
}

.mainTitle,
body {
    text-align: center
}

.close_btn,
a,
ins,
u {
    text-decoration: none
}

body,
button,
div,
footer,
form,
h1,
header,
html,
p,
span,
tbody,
td,
tfoot,
th,
thead,
tr {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#page,
.text,
button {
    margin: 0 auto
}

h1 {
    font-size: 100%
}

input,
select,
textarea {
    font: inherit
}

html {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none
}

body {
    height: 100%;
    font: 400 14px/1.25 Roboto, Arial, Helvetica, sans-serif
}

a {
    text-decoration: underline
}

img {
    line-height: 1
}

.text {
    width: 90%;
    font-size: 1.25em
}

.text.charge {
    height: 1em
}

#header-image {
    max-width: 100%;
    overflow: hidden
}

#footer .text {
    margin-bottom: 0.5em;
    font-size: 1em
}

#actions,
#exit,
#header-image,
#wording {
    margin-bottom: 0
}

#mentions {
    padding-bottom: 2em;
    position: relative;
    opacity:1;
}

#mentions .text {
    margin-bottom: 0.3em;
    font-size: 1em;
    font-weight: 300;
}

#wording .text {
    font-size: 16px;
    font-weight: 500;
    opacity:1;
}

#page {
    min-height: 600px;
    max-width: 450px
}

#logo {
    width: 110px;
    margin: 10px auto
}

#actions {
    margin-top: -10px
}

#actions2 {
    margin-bottom: 20px
}

#exit{
    margin-top: 25px;
}

button {
    outline: 0;
    border: 3px solid #2f88b9;
    width: 90%;
    color: #fff;
    border-radius: 1.5em;
    padding: 0.85em 0;
    font: 500 2em Roboto, Arial, Helvetica, sans-serif;
    background: #0fbaf9;
}

button img {
    width: 50px;
    display: inline;
    vertical-align: middle
}

.close_btn {
    z-index: 2;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    color: #fff;
    font-size: 16px;
    position: absolute;
    border-radius: 7px;
    align-items: center;
    font-weight: 300;
    justify-content: center;
    background: rgba(0,0,0,0.3);
}

button.exit {
    box-shadow: none;
    color: #9b9b9b;
    background: rgba(0,0,0,0);
    border: 3px solid #2f88b9;
}

.loader-modal-msg h3,
.loader-modal-msg p,
.mainTitle {
    color: #fff
}

.cptpl_account,
.cptpl_price {
    font-size: 14px !important;
    font-weight: 300;
}

#footer {
    padding-top: 1.5em;
    padding-bottom: 2em;
    z-index: 1
}

#footer a {
    margin: 0 1em
}

.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

span {
    background-color: inherit
}

.mainTitle {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 10px
}

.cptpl_service {
    margin-top: 5px
}

.error-modal,
.loader-modal {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    background-color: rgba(0, 0, 0, .75)
}

.error-modal.show-true,
.loader-modal.show-true,
.loading {
    display: flex
}

.error-modal-msg {
    margin: 10px;
    color: #0f0f0f;
    padding: 20px 15px;
    border-radius: 11px;
    line-height: 1.5em;
    background-color: #fff;
    position: relative;
    top: 15em;
}

.error-modal-msg h3 {
    font-size: 1.7em;
    line-height: 1em;
    margin: 0 0 15px 0;;
}

.error-modal-msg img {
    width: 30px;
    margin: auto;
    display: none;
}

.error-modal-msg p {
    opacity: .6;
    text-align: left
}

.error-modal-msg a {
    color: #0f0f0f;
}

.error-modal-msg .btn-link,
.error-modal-msg .cta-link {
    outline: 0;
    border: 3px solid #999;
    width: 98%;
    color: #ccc;
    border-radius: 1.5em;
    padding: 0.65em 0;
    font: 500 2em Roboto, Arial, Helvetica, sans-serif;
    background: #fff;
    margin: 10px 0 10px 0;
    display: block;
    text-decoration: none;
}

.error-modal-msg .cta-link {
    outline: 0;
    border: 3px solid #2f88b9;
    width: 98%;
    color: #fff;
    border-radius: 1.5em;
    padding: 0.65em 0;
    font: 500 2em Roboto, Arial, Helvetica, sans-serif;
    background: #0fbaf9;
    margin: 20px 0 10px 0;
    display: block;
    text-decoration: none;
}

.loading {
    margin: 10px 0 20px;
    justify-content: center
}

.loading::after {
    content: "";
    width: 35px;
    height: 35px;
    border: 10px solid #fff;
    border-top-color: #20b3e5;
    border-radius: 50%;
    animation: 1s linear infinite loading
}

@keyframes loading {
    to {
        transform: rotate(360deg)
    }
}

@media screen and (min-width:426px) {
    body {
        font-size: 14px
    }
}

@media screen and (max-width:300px) {
    body {
        font-size: 12px
    }
}

#header_div>img,
.modalMsg,
body {
    height: 100%
}

.error-modal,
.loader-modal,
.modalMsg {
    top: 0;
    left: 0;
    display: none;
    position: fixed
}

.modalMsg {
    z-index: 100;
    padding-top: 30px;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .8)
}

.modalMsg-content {
    background-color: #000;
    margin: auto;
    padding: 20px;
    border: 1px solid #888 !important;
    width: 80%;
    border: none;
    border-radius: 1em
}

.wifi-error{
    position: unset !important;
    color: red;
    font-weight: 700;
    font-size: 20px;
}

.input {
    width: 90%;
    height: 50px;
    border-radius: 5px;
    font-size: 1.34em;
    color: grey;
    text-indent: 10px;
    border: 1px solid #000000;
    text-align: left;
    margin-bottom: 10px;
}

#input .help {
    display: block;
    text-align: left;
    margin-left: 5%;
    font-size: 1em;
    text-align: center;
}

#subscribe_button{
    margin-top: 10px;
}

#submitpin, #wording_otp{
    display: none;
}

#wording_otp{
    margin-bottom: 15px;
}

#terms {
    margin-top: 10px;
    margin-bottom: 20px;
}

#phonenumber-input, #pin-input{
    text-align: center;
}

.sendpin-error, .submitpin-error {
    color: red;
    font-weight: 700;
    font-size: 14px;
    display: none;
}

#wording .header {
    font-size: 1.35em;
    display: none;
}

#footer ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
}