@charset "utf-8";
html,
body{
    height: 100%;
    width: 100%;
}
html{}
body{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 1);
}
.wrapper{
    background-color: black;
    height: 100%;
    position: relative;
    width: 100%;
}
.codeFormWr{
    background: repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 257px;
    left: 50%;
    margin: -128px 0 0 -554px;
    position: absolute;
    top: 50%;
    width: 1108px;
}
.codeFormCont{
    background: url("login/login-panel-back.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -70px;
    height: 152px;
    left: 50%;
    margin: 0 0 0 -339px;
    position: absolute;
    width: 678px;
}
.codeFormCont button{
    background: url("login/log-btn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    height: 50px;
    padding: 0;
    position: absolute;
    right: 50px;
    text-transform: capitalize;
    top: 53px;
    width: 83px;
}
.codeFormCont button:hover{
    background-position: 0 -50px;
}
.codeFldLbl, .codeFld, .codeFormCont button{
    font: 23px/100% MyriadPro-BoldCond,Tahoma,Geneva,sans-serif;
}
.codeFld{
    background: url("login/code-field-back.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: rgba(0, 0, 0, 1);
    height: 34px;
    padding: 5px;
    position: absolute;
    right: 140px;
    top: 54px;
    width: 284px;
}
.codeFldLbl{
    color: rgba(255, 255, 255, 1);
    height: 32px;
    left: 60px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 60px;
    width: 186px;
}

.infoMsgWr{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    animation: fadeOut 1s;
}

.infoMsgWr.shopInfoMsgWr{
    display: block;
    animation: fadeIn 1s;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

.infoMsg{
    background: url('login/progress_animation.gif') no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    /*border: 2px outset white;*/
    height: 39px;
    left: 50%;
    margin: -20px 0 0 -110px;
    position: absolute;
    top: 50%;
    width: 221px;
}
.infoMsgStrWr{
    display: none;
}

.err .infoMsg{
    background: none repeat scroll 0 0 #000;
    border: 5px solid #000;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(255, 0, 0, 1);
    height: 100px;
    left: 50%;
    margin: -55px 0 0 -155px;
    position: absolute;
    top: 50%;
    width: 300px;
}
.err .infoMsgStrWr{
    background: none no-repeat scroll 0 0 rgba(36, 4, 0, 1);
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(255, 0, 0, 1) inset;
    display: table-cell;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    width: 300px;
}
.err .infoMsgStr{
    font: 22px/100% MyriadPro-BoldCond,Tahoma,Geneva,sans-serif;
    color: #fff;
}

.gameFrame{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.sptLnk{
    bottom: -130px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.sptLnk a{
    color: #fff;
    font: 25px/100% MyriadPro-Cond,Tahoma,Geneva,sans-serif;
    text-decoration: none;
}
.sptLnk a:hover{
    text-decoration: underline;
}
.sptLnk a span{

}
noscript{
    height: 100%;
    width: 100%;
}

@charset "utf-8";

@font-face{
    font-family: 'MyriadPro-BoldCond';src: local('MyriadProBoldCondensed'), url('/login/static/resources/fonts/myriad/MyriadPro-BoldCond.woff') format('woff');
}
@font-face{
    font-family: 'MyriadPro-Cond';src: local('MyriadProCondensed'), url('/login/static/resources/fonts/myriad/MyriadPro-Cond.woff') format('woff');
}
@font-face{
    font-family: 'MyriadPro-Regular';src: local('MyriadProRegular'), url('/login/static/resources/fonts/myriad/MyriadPro-Regular.woff') format('woff');
}

/*@import url("https://fnt.webink.com/wfs/webink.css/?project=CDF9C1E6-5739-4B88-8860-D581D2BA303B&fonts=8C5B073A-F3EB-BF79-99E3-C3C42439FD61:f=MyriadPro-BoldCond,39FEB533-C926-4578-87C0-2D25696AA0F9:f=MyriadPro-Cond,73E6C83D-7F13-A8AE-4770-C315AE5061C3:f=MyriadPro-Regular");*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q{
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}