body {
    background: url(./images/bg.jpg) no-repeat top center;
    background-color: #1f1c31;
    overflow-x: hidden;
}

html {
    height: 100%;
}

#wrapper {
    text-align: center;
    overflow: hidden;
    background: url(./images/bgnen.png?v1) no-repeat center 205px;
    min-height: 100%;
}

#register {
    margin-bottom: 50px;
}

.wrap-bank {
    width: 100%;
    margin: -30px auto -10px auto;
    background: url(./images/bg2.png) center center no-repeat;
    padding: 0 10px;
    /* padding: 50px 20px 40px 20px; */
}

.slidebank {
    max-width: 400px;
    margin: 0 auto;
}

#txtNap {
    position: absolute;
    left: 0px;
    top: 0px;
}

.owl-carousel .owl-item {
    text-align: center;
}

.owl-carousel .owl-item img {
    max-width: 100%;
    width: auto;
    display: initial;
}

.owl-carousel {
    position: relative;
}

.sologan {
    margin: 40px auto 20px auto;
    position: relative;
    max-width: 567px;
    display: inline-block;
}

img {
    max-width: 100%;
}

canvas {
    display: block;
    position: fixed;
    top: 0px;
    opacity: 0.8;
    left: 0px;
}

.icon-km {
    max-width: 290px;
    margin-top: 7px;
}

.clear {
    clear: both;
}

button:hover {
    filter: brightness(130%);
}

.modal.in .modal-dialog {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
    max-width: 576px;
    max-height: 100%;
    margin-left: 0px;
}

.dangky {
    background: none;
    border: none;
    padding: 0px;
    margin-left: 20%;
    width: 28%;
    min-width: 300px;
}

.rowcap {
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
}

#f_getCapt {
    float: right;
    margin-left: 3px;
}

#f_getCapt img {
    margin-left: 7px;
}

#frm_register_update {
    display: none;
}

.dangkystep1 input {
    background: #fff;
    border-radius: 10px;
    font-size: 15px;
    padding: 6% 10px 6% 10px;
    width: 100%;
  margin: 10px 0 18px 0;
    border: solid 2px #1f1c31;
    position: relative;
    z-index: 1;
}

#textScreenshot {
    float: left;
    padding: 7px 0;
    margin-left: 32px;
}

#textScreenshot #image {
    float: right;
    border-radius: 10px;
}

.dangkystep1 input.capcha {
    width: 45%;
    float: left;
    margin: 0px;
    margin: 3px 0 25px 0;
}

.dangkystep1 label {
   float: left;
    margin-top: -22px;
    font-size: 13px;
    /* margin-left: 23px; */
    width: 100%;
    text-align: left;
    color: yellow;
    font-size: 13px;
    margin-bottom: 0px;
}

.err {
    color: yellow;
    margin-bottom: 15px;
    display: inline-block;
}

.dktitle {
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    font-family: roboto;
}

.modal-dialog {
    margin: 0px auto;
    padding: 0 10px;
}

#captchar-error {
    position: absolute;
    bottom: 0px;
    left: 0;
}

.row-btn {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    z-index: 0;
}

.dkn {
    background: none;
    border: none;
    width: 100%;
}

.dkn img {
    float: left;
}

.dknbtn {
    display: inline-block;
    padding: 0px;
    top: 30%;
    background: none;
    border: none;
    margin: 0 auto;
    position: relative;
}

.iconTang {
    position: absolute;
    right: -70px;
    bottom: -31px;
    animation: scaleanim 0.75s infinite;
}

.fan-page {
    width: 39%;
    display: inline-block;
    position: absolute;
    top: 32%;
    right: 0px;
}

.main-form {
    background: url(./images/box-register.png) no-repeat top center;
    position: relative;
    padding: 15px 70px 0 70px;
    margin: 0 auto;
    width: 100%;
    max-width: 576px;
    background-size: 100% 100%;
}

.head-img-register {
    margin-top: -85px;
    text-align: center;
}

.head-img-register img {
    display: initial
}

#confetti {
    background: url(./images/toeloe.png) no-repeat top center;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: -1;
}

/*popup*/
.bgOverlay {
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 580px;
    margin: 0 auto;
    z-index: 1000;
    display: none;
}

 
.popup {
    width:100%;
    position: absolute;
    z-index: 100;
    top: 96px;
    display: none;
}

.popup {
    z-index: 1001;
}
.popup .modal-dialog {
    width: 950px;
    position: relative;
    height: 550px;
    background: linear-gradient(to bottom, #0f0d19 10%, #291f38 50%, #121122 90%);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: solid 2px #dfad6a;
}
.popup .modal-dialog {
    margin: 0 auto;
}

.popup .modal-dialog.normal-pop {
    width: 500px;
    height: auto;
}

.popup .modal-dialog.normal-pop {
    top: 120px;
    
}

.popup .modal-dialog.Xlarge-pop {
    width: 1000px;
    height: 680px;
    border: none;
    background: none;
}
.modal-dialog.mediup-pop {
    width: 505px;
    height: 356px;
}
.modal-dialog.mediup-fogot {
    width: 542px;
    height: 410px;
}

.modal-dialog.medium-pop {
    width: 550px;
    height: 215px;
    top: 130px;
}

.modal-dialog.gifcode-pop {
    width: 540px;
    height: 205px;
    background: linear-gradient(to bottom,#52423a,#422d22);
}

.popup .modal-dialog.app-pop {
    width: 588px;
    height: 286px;
}


.popup{display:none}
.active .popup, .active .bgOverlay{ display: block;}
.popup .pad_dialog {
    padding: 0 0 10px;
}
.tabhead {
    color: #692f00;
    font-size: 21px;
    text-align: center;
    left: 50% 50%;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -144px;
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    background: url(../img/UI/misc.png) no-repeat -176px -157px;
    width: 274px;
    height: 31px;
    line-height: 31px;
}

.normal-pop .tabhead,.gifcode-pop .tabhead  {
    color: #f3e8df;
    font-size: 21px;
    text-align: center;
    left: 50% 50%;
    position: absolute;
    top: 3px;
    left: 50%;
    margin-left: -144px;
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    background: none;
    width: 274px;
    height: 31px;
    line-height: 31px;
}


.btn-close {
    background: url(../img/UI/form.png) no-repeat -368px 0px;
    height: 35px;
    width: 35px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 5;
}
.popup .modal-body {
    padding: 0;
    color: #fff;
    position: relative;
    padding: 30px;
    text-align: center;
}

.popup .modal-body p {
    line-height: 18px;
    padding: 13px 0 0px;
    font-family: 'Roboto';
}
 
 
.popup .modal-body a.btn-def {
    margin: 10px 5px 0;
}
.modal-body a.btn-def {
    margin: 10px 5px 0;
}

.form-popup {
    position: absolute;
  
    left: 50%;
    z-index: 91;
    
    
}
.form-popup.form-nouser {
    width: 550px;
    margin-left: -275px;
}
.form-popup .form-main {
    padding-top: 10px;
}
 .form-popup.form-nouser .form {
    width: 360px;
    margin: 0 auto;
}

.form-popup.form-register .form {
    width: 100%;
}
.form-popup .form-main .form .row {
    padding-bottom: 20px;
    position: relative;
}
.form-popup.form-register .form .row {
    width: 100%;
    display: table;
    padding-bottom: 8px;
}
 

.form-popup .form-main .form .row {
    padding-bottom: 10px;
}
.send-code {
    width: 145px;
    height: 34px;
    margin-top: 5px;
    float: left;
}

.captcha_refresh {
    background: url(../../img/UI/form.png) no-repeat -322px 0px;
    width: 46px;
    height: 46px;
    position: absolute;

}

.form-popup.form-register .form .row.referral .input {
    width: 118px;
}
.form-popup.form-register .form .row > .input {
    width: 280px;
    float: left;
    margin-left: 24%;
}
.form-popup.form-register .form .row.referral .label {
    width: 163px;
}
.form-popup .form-main .form .row > .input input, .form-popup .form-main .form .row > .input select {
    height: 45px;
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
    color: #343434;
    border: none;
    padding: 0 10px 0 20px;
}
.form-popup .form-main .form .row > .input input, .form-popup .form-main .form .row > .input select {
    height: 45px;
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
    color: #343434;
    border: none;
    padding: 0 10px 0 20px;
}
.form-popup .form-main .form .row > .input input.input-1, .form-popup .form-main .form .row > .input select.input-1 {
    width: 62px;
    float: left;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 5px;
}
 
.form-popup .form-main .form .row > .label .require {
    color: #ffc104;
}
 
 
 .form-popup .form-main .form .row > .label {
    color: #d7cace;
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 5px;
}
 .form-popup.form-register .form .row > .label {
    float: left;
    width: 163px;
    font-size: 17px;
    font-weight: 400;
    padding-top: 14px;
}
 .form-popup .form-main .form .label {
    text-align: left;
}
.form-popup.form-register .form-main .form .label {
    text-align: right;
}
.form-popup .form-main .form .more {
    float: right;
    padding-top: 12px;
}
.form-popup > .title {
    background: url(../images/misc.html) no-repeat no-repeat;
    width: 274px;
    height: 31px;
    background-position: -176px -157px;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -137px;
    text-align: center;
    text-transform: uppercase;
    color: #692f00;
    font-size: 20px;
    font-weight: 700;
    padding-top: 2px;
}
.send-code .step {
    width: 100%;
    height: 34px;
    position: relative;
    padding-left: 5px;
}

a {
    text-decoration: none;
    color: #ffca12;
}
.send-code .step.step-1 .send-code-btn {
    height: 34px;
    width: 100%;
    text-align: center;
    display: block;
    text-decoration: none;
    border-radius: 7px;
    line-height: 36px;
    text-transform: uppercase;
    background-color: #ffc54e;
    background-image: -webkit-linear-gradient(top,#ffc54e,#f36f25);
    background-image: linear-gradient(to bottom,#ffc54e,#f36f25);
    text-shadow: 0 1px 1px rgba(204,90,10,0.53);
    color: #fff;
    font-size: .9em;
    font-weight: 500;
    box-shadow: 0 2px 4px rgba(224,123,61,0.5);
}
.form-popup .confirm {
    color: #d7cace;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    display: table;
    padding-top: 5px;
    padding-bottom: 10px;
}
.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.form-popup .checkbox {
    display: inline-block;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}
.form-popup .checkbox .style-checkbox {
    height: 22px;
    width: 22px;
    border-radius: 5px;
    background: #ffffff;
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 5px;
    margin-right: 10px;
}
.form-popup .checkbox input:checked ~ label .style-checkbox {
    background: #fff;
}
.form-popup .checkbox input:checked ~ label .style-checkbox:after {
    content: '';
    position: absolute;
    background: url(../../img/UI/icons-new.png) no-repeat -330px -29px;
    height: 10px;
    width: 13px;
    top: 5px;
    left: 5px;

}


.form-popup .checkbox input {
    display: none;
}
.form-popup .form-main .action {
    padding-top: 8px;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.form-popup .form-main .action .btn-submit {
    background: -webkit-linear-gradient(top,#f7d74d 0%,#d89d08 9%,#daa702 35%,#fcdc7e 60%,#f6da78 85%,#e7bc44 100%);
    background: -o-linear-gradient(top,#f7d74d 0%,#d89d08 9%,#daa702 35%,#fcdc7e 60%,#f6da78 85%,#e7bc44 100%);
    background: linear-gradient(to bottom,#f7d74d 0%,#d89d08 9%,#daa702 35%,#fcdc7e 60%,#f6da78 85%,#e7bc44 100%);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 130px;
    height: 45px;
    line-height: 30px;
    cursor: pointer;
    color: #4f2412;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    padding-top: 8px;
    display: block;
    float: left;
    text-transform: uppercase;
    margin: 0 10px;
}
.form-popup .form-main .action .btn-center {
    float: none;
    margin: 0 auto;
}

.form-popup .form-main .action .btn-submit:hover {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    -webkit-filter: brightness(120%);
}
.form-popup .form-main .action .btn-ReiOpts{
    height: 35px;
    line-height: 36px;
    background: -webkit-linear-gradient(top,#fff 0%,#32fd01 26%,#31f601 100%);
    background: -o-linear-gradient(top,#fff 0%,#32fd01 26%,#31f601 100%);
    background: -ms-linear-gradient(top,#fff 0%,#32fd01 26%,#31f601 100%);
    background: linear-gradient(to bottom,#fff 0%,#32fd01 26%,#31f601 100%);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    display: inline-block;
    padding: 0 10px;
    color: #0a4a15;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    margin-left: 5px;
    cursor: pointer;
}

.form-popup .form-main .action .btn-ReiOpts:hover {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    -webkit-filter: brightness(120%);
}


.form-popup .alert {
    border-radius: 5px;
    width: 83%;
    padding: 0px 20px;
    font-weight: 400;
    font-size: 17px;
    text-align: center;
    margin: auto;
}
.form-popup .alert.warning {
    color: #d02a2a;
    font-weight: bold;
    height: 15px;
    margin: 0 0 10px;
}
.form-popup .divider {
    background: rgba(255,255,255,0.1);
    height: 1px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 449px;
}
 
.form-popup .tips {
    padding: 7px 0;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}
.form-popup .tips.up {
    color: #dd861f;
    font-style: italic;
    font-size: 14px;
    padding-bottom: 5px;
}
.btn-close {
    background: url(images/form.png) no-repeat -368px 0px;
    height: 35px;
    width: 35px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 5;
}

@media (max-width: 525px) {
    .main-form {
        padding: 15px 20px 0 20px;
    }
    .dktitle {
        color: #fff;
        font-size: 20px;
    }
    .dangkystep1 input.capcha {
        width: 30%;
    }
    .dknbtn {
        zoom: 0.7;
    }
    .sologan {}
}

@media screen and (max-width: 850px) {
    #textScreenshot {
        float: left;
        padding: 4px 0;
        margin-left: 32px;
        zoom: 0.8;
    }
    .icon-km {
        width: 28%;
        margin-top: 20px;
        margin-top: 6px;
    }
}

@keyframes scaleanim {
    0% {
        transform: scale(0.95);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(0.95);
    }
}


/* Firefox < 16 */

@-moz-keyframes scaleanim {
    0% {
        transform: scale(0.95);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(0.95);
    }
}


/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes scaleanim {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(0.8);
    }
}


/* Internet Explorer */

@-ms-keyframes scaleanim {
    0% {
        filter: brightness(70%);
    }
    50% {
        filter: brightness(135%);
    }
    100% {
        filter: brightness(70%);
    }
}


/* Opera < 12.1 */

@-o-keyframes scaleanim {
    0% {
        filter: brightness(70%);
    }
    50% {
        filter: brightness(135%);
    }
    100% {
        filter: brightness(70%);
    }
}

