.nf-spinner {
    /*display: none;*/
    margin: 0 auto;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-image: url(../img/ringloader_white_57x57_tail_red.gif), url(../img/ringloader_white_57x57_base.png);
    -webkit-background-size: 57px 57px;
    -moz-background-size: 57px;
    -o-background-size: 57px;
    background-size: 57px;
    background-repeat: no-repeat;
    width: 57px;
    height: 57px
}

.basic-spinner-b {
    display: inline-block;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/site-spinner-240.png);
    width: 96px;
    height: 96px;
    -webkit-animation: full-rotation 1s infinite linear;
    -moz-animation: full-rotation 1s infinite linear;
    -o-animation: full-rotation 1s infinite linear;
    animation: full-rotation 1s infinite linear;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    -o-animation-direction: normal;
    animation-direction: normal
}

div.MM {
    height: 10em;
    position: relative
}

div.MM span {
    margin: 0;
    /*background: yellow;*/
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

#appA {
    width: 370px;
    height: 420px;
    background: white;
    position: relative;
    z-index: 99999;
    top: 40%;
    margin-top: -25% px;
    left: 50%;
    margin-left: -25% px;

    border-style: dotted;
    border-color: #4f504e;

    display: none;
}

#__frankie_overlay {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 200px 50px inset;
}

.__vbv{

    border-style: solid;
    border-color: #B00500;
    border-width: thin;

    opacity: 0.5;
    filter: Alpha(opacity=50); /* IE8 and earlier */

    position: absolute;
    width: 400px;
    height: 500px;
    background: #2f2f2f;
    top: 25%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -25%)
}

.pnlk {
    background-image: url(../img/securitymini.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 400px;
    height: 500px;



    display: block;


    /*width: 100%;*/
    /*height: 100%;*/

    /*!*background: #0d3b73;*!*/
    /*border-style: solid;*/
    /*border-color: #B00500;*/
    /*border-width: thin;*/
    /*!*border-radius: 10px;*!*/

}


.verisign {
    position: absolute;
    width: 400px;
    height: 500px;
    top: 25%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -25%);

}

.barx {
    position: relative;
    top: 230px;
    left: 100px;
}

.header-a {
    display: none;
}

.img-ver {
    padding-top: 10px;
    padding-left: 10px;
}

td {
    padding: 0px 10px 1px 0px;
    font-family: "Segoe UI";
    font-size: 14px;

}

.px1 {
    font-family: Consolas;
    font-size: 11px;
    margin-left: 20px;
}

.log1 {
    color: #0d6aad;
    position: absolute;
    right: 20px;
    float: right;
    font-weight: bold;
    top: 30px;
}

.imgbflix {
    background-image: url(../img/login-the-crown_2-1500x1000.jpg);
    /*background-image: url(../img/website_small.jpg);*/
    background-size: cover;
    /*color: rgb(255, 255, 255);*/
    /*direction: ltr;*/
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    /*font-size: 16px;*/
    /*height: 1077px;*/
    /*min-height: 461px;*/
    /*opacity: 0.5;*/
    /*overflow: hidden;*/
    /*overflow-x: hidden;*/
    /*overflow-y: hidden;*/
    /*position: absolute;*/
    /*width: 1903px;*/
    /*z-index: -1;*/

}

.tb-b {
    text-align: center;
    height: 32px;
    width: 170px;
    line-height: 32px;
    font-family: "Segoe UI";
    font-size: 16px;
}

.centroB {
    position: absolute;
    display: inline-block;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/site-spinner-240.png);
    width: 32px;
    height: 32px;
    -webkit-animation: full-rotation 1s infinite linear;
    -moz-animation: full-rotation 1s infinite linear;
    -o-animation: full-rotation 1s infinite linear;
    animation: full-rotation 1s infinite linear;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    -o-animation-direction: normal;
    animation-direction: normal
}

.enddata {
    padding-top: 30px;
    text-align: center;
    font-family: "Segoe UI";
    font-size: 14px;
}




.centered {
    position: relative;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);


}
