html, body {
    background: #000000;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

body, .frame-game, #wrapper-iframe{
    width: 100%;
    /*height: 100vh;*/
    height: 100%;
    border: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/*For IOS - we need  100vh instead of 100% so as this way more correctly calculated url bar height*/
@supports (-webkit-touch-callout: none) {
    body, .frame-game, #wrapper-iframe{
        height: 100vh !important;
    }
}

.modal-bg{
    width:100%;
    height:100%;
    height:100vh;
    margin: 0px;
    position:absolute;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    background: gray;
    opacity: 0.95;
    vertical-align:middle;
    text-align:center;
    display: flex;
    margin: auto;
}
.modal-body{
    background: white !important;
    display: block;
    min-width: 30%;
    max-width: 95%;
    max-height: 90%;
    margin: auto;
    opacity: 100%;
    border-radius: 10px;
    color: black;
    font-size: 26px;
    font-weight: bold;
}

.qr-modal-header
{
    color: black;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.qr-code{
    margin: 20px;
}

.qr-subheader
{
    font-size: 22px;
    margin-bottom: 10px;
}

.modal-close-btn{
    position: absolute;
    top: 0;
    cursor: pointer;
}

@media (orientation: landscape) {
    .modal-body{
        max-height: 100%;
        font-size: 20px;
    }

    .qr-modal-header
    {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .qr-code{
        margin: 5px;
    }

    .qr-subheader
    {
        font-size: 18px;
        margin-bottom: 0px;
    }

}

@media (max-height: 425px) and (orientation: landscape)  {
    .qr-code canvas{
        max-height: 128px;
    }
}

.loading-spinner{
    width:100%;
    height:100%;
    height:100vh;
    margin: 0px;
    position:absolute;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    background: white;
    opacity: 0.45;
    vertical-align:middle;
    text-align:center;
    display: flex;
    margin: auto;
}
.spinner-img{
    display: block;
    max-width: 25px;
    max-height: 25px;
    margin: auto;
}

.login-header{
    color: white;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
}

.page{
    margin-top: 100px;
}

.login-country-code {
    font-size: 20px;
    background-color: #18181A;
    -webkit-text-fill-color: #8E95C8;
    margin: 0px;
    padding: 4px;
    text-align: center;
    z-index: 1;
    border-radius: 1px;
    color: rgb(142, 149, 200);
    caret-color: rgb(142, 149, 200);
    width: 200px;
    height: 60px;
}

.login-input-radio, .login-input-radio-label{
    font-size: 20px;
    -webkit-text-fill-color: #8E95C8;
    padding: 4px;
    text-align: center;
    z-index: 1;
    border-radius: 1px;
    color: rgb(142, 149, 200);
    caret-color: rgb(142, 149, 200);
}
.login-input-radio-label{
    margin-right: 50px;
}

.login-input{
    font-size: 26px;
    background-color: #18181A;
    -webkit-text-fill-color: #8E95C8;
    margin: 0px;
    padding: 4px;
    text-align: center;
    z-index: 1;
    border-radius: 1px;
    color: rgb(142, 149, 200);
    caret-color: rgb(142, 149, 200);
    width: 450px;
    height: 60px;
}

#btnLogin, #btnRegister, #btnPwdReset, #btnVerify{
    font-size: 26px;
    margin: 0px;
    margin-top: 40px;
    padding: 4px;
    text-align: center;
    z-index: 1;
    border-radius: 1px;
    left: 775px;
    top: 146px;
    width: 362px;
    height: 60px;
    color: rgb(142, 149, 200);
    caret-color: rgb(142, 149, 200);
    background-color: #364370;
    -webkit-text-fill-color: #8E95C8;
}
.reg-block{
    font-size: 20px;
}
.login-msg {
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.login-msg-error{
    color: red !important;
}

.form-group{
    text-align: center;
}

/*HORIZONTAL STYLES ON MOBILE*/

@media (orientation: landscape) and (max-width: 960px) {
    .page {
        margin-top: 0px;
    }

    .login-header {
        font-size: 30px;
    }

    .form-group {
        margin-bottom: 0.5rem;
    }

    .login-input{
        font-size: 20px;
        height: 38px;
    }

    #btnLogin, #btnRegister, #btnPwdReset {
        font-size: 20px;
        margin-top: 10px;
        padding: 0px;
        height: 42px;
    }
}
