html, body {
    height: 100%;
}
body {
    background-color: #000000;
    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: contain;
    background-size: cover;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
}

#browser_info{
    display:none;
    margin-top: 15%;
    text-align: center;
}
#browser_info h3{
    text-align: center;
    color: red;
}

input, div, a, p, button, label {
    font-family: 微软雅黑;
}
.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
    z-index: 999;
}
.container.resize {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
#canvas {
    width: 100%;
    height: 100%;
    position: relation;
    z-index: 0;
}

h1.title {
    height: 280px;
    background: transparent url("../../../app/public/images/login-logo.png") no-repeat center center;
    background-size: 100% auto;
    margin: 0;
}

h2.form-title {
    font-size: 14px;
    color: #FF0000;
    padding: 0;
    margin: 0 0 1em 0;
}
h2.form-title.fade-enter-active, h2.form-title.fade-leave-active {
    transition: opacity .5s;
}
h2.form-title.fade-enter, h2.form-title.fade-leave-to {
    opacity: 0;
}

.signin .to-main .text-tips,.login-form .options{color: #666;}

.signin {
    margin: 20px auto 0;
    background-color: rgba(255,255,255,.3);
    border: 2px ridge rgba(238, 238, 238, 0.13);
    border-radius: 5px;
    padding: 40px;
    -moz-box-shadow: 3px -10px 54px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 3px -10px 54px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 3px -10px 54px 0px rgba(0, 0, 0, 0.15);
    border-bottom: none;
    position: relative;
    width: auto;
    display: none;
}
.signin.shown{
    display: block;
}
.signin>form,.signin>.to-main{
    display: inline-block;
    width: 100%;
}

.signin .login-confirm{
    padding-top: 150px;
    background: url("/k/kui/public/login/default/shouji_01.png") no-repeat center top;
}
.signin .login-confirm p{
    text-align: center;
    color: orange;
}
.signin .to-main .text-tips{
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    color: #f5f5f5;
    margin-top: 50px;
}

.signin .to-main .to-main-progress{
    margin-bottom: 50px;
}

input.user, input.pass, label.options,input.code {
    box-sizing: border-box;
    display: inline-block;
    color: #FFF;
}

input.user, input.pass,input.code {
    width: 100%;
    border-radius: 5px; font-size : 18px; outline : none; margin-bottom :
        20px; letter-spacing : 2px; border : 1px solid #7B7474;
    padding: 10px 10px 10px 45px;
    font-size: 18px;
    outline: none;
    margin-bottom: 20px;
    letter-spacing: 2px;
    border: 1px solid #7B7474;
}

input.user {
    background: rgba(23, 24, 25, 0.29) url("../images/user.png") no-repeat
    10px 10px;
}

input.pass {
    background: rgba(23, 24, 25, 0.29) url("../images/pass.png") no-repeat
    10px 10px;
}





label.options {
    width: 32%;
    padding: 0;
    font-size: 12px;
    line-height: 12px;
    padding: 5px 0;
}

label.options input {
    float: left;
    width: 12px;
    height: 12px;
    margin: 0 4px 0 0;
    border: none;
    padding: 0;
}

.btn {
    width: 80px;
    padding: 10px 0;
    margin-top: 20px;
    outline: none;
    border: none;
    font-size: 17px;
    color: #FFFFFF;
    background-color: rgba(255, 63, 0, 0.6);
    background:rgb(192,35,22); /* Old browsers */
    background:-moz-linear-gradient(top,rgba(226,87,77,1) 0%,rgba(192,35,22,1) 100%); /* FF3.6-15 */
    background:-webkit-linear-gradient(top,rgba(226,87,77,1) 0%,rgba(192,35,22,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background:linear-gradient(to bottom,rgba(226,87,77,1) 0%,rgba(192,35,22,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

.btn.block {
    width: 100%;
}

.btn.half {
    width: 48%;
}

.btn:hover {
    background: rgba(183, 37, 21, 0.9);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn[disabled], .btn:hover[disabled] {
    background: rgba(23, 24, 25, 0.29);
    cursor: default;
    color: #999999;
}


.loader-wrap{
    width:100%;
    display: block;
    height: 14mm;
    position: relative;
    margin-top: 4mm;
}
.sms_box{

}

.sms_box .ipt_box{
    display: flex;
}
.sms_box .ipt_box input.code{
    flex: 1;
    background: rgba(23, 24, 25, 0.29) url("../images/yzm.png") no-repeat
    10px 10px / 24px 24px;
}
.sms_box .tips{
    color: rgb(117, 117, 117);
    text-align: right;
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    transform: translateY(-15px);
    padding-right: 10px;
}
.sms_box .ipt_box .min_btn{
    margin-left: 15px;
    width: 160px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 5px;
    color: #fff;
}
.sms_box .ipt_box .yes_sms{
    background: rgba(183, 37, 21, 0.9);
    color: #fff;
    cursor: pointer;
}
.sms_box .ipt_box .no_sms{
    background: rgba(23, 24, 25, 0.29);
    /*background: linear-gradient(to bottom,rgba(23, 24, 25, 0.5),rgba(23, 24, 25, 0.6));*/
    cursor: not-allowed;
    border: 1px solid #7B7474;
    color: rgb(117, 117, 117);
    pointer-events: none;
}

.sms_box .ipt_box  .dis_sms{
    background: rgba(183, 37, 21, 0.9);
    color: #fff;
    cursor: not-allowed;
    pointer-events: none;
}




/*--- Responsinator Code ---*/
@media screen and (min-width: 1920px) {
    .container {
        width: 450px;
    }
}

/*--- Responsinator Code ---*/
@media screen and (max-width: 1920px) {
    .container {
        width: 23%;
    }
}

@media screen and (max-width: 1440px) {
    .container {
        width: 26%;
    }
}

@media screen and (max-width: 1280px) {
    .container {
        width: 28%;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        width: 30%;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        width: 32%;
    }
}

@media screen and (max-width: 966px) {
    .container {
        width: 34%;
    }
}

@media screen and (max-width: 900px) {
    .container {
        width: 36%;
    }
}

@media screen and (max-width: 853px) {
    .container {
        width: 38%;
    }
}

@media screen and (max-width: 800px) {
    .container {
        width: 40%;
    }
}

@media screen and (max-width: 768px) {
    .container {
        width: 44%;
    }
}

@media screen and (max-width: 736px) {
    .container {
        width: 48%;
    }
}

@media screen and (max-width: 667px) {
    .container {
        width: 52%;
        margin-top: 15%;
    }
}

@media screen and (max-width: 600px) {
    .container {
        width: 55%;
    }
}

@media screen and (max-width: 568px) {
    h1.title {
        font-size: 35px;
        margin: 35px 0 0;
    }
    .container {
        width: 60%;
    }
}

@media screen and (max-width: 533px) {
    .container {
        width: 65%;
    }
}

@media screen and (max-width: 480px) {
    .container {
        width: 70%;
    }
}

@media screen and (max-width: 441px) {
    h1.title {
        font-size: 35px;
        margin: 20px 0;
    }
    .container {
        width: 75%;
        margin-top: 20%;
    }
    .signin {
        padding: 20px;
    }
    input.user {
        padding: 7px 10px 7px 45px;
        font-size: 17px;
        background: rgba(23, 24, 25, 0.29) url("../images/user.png") no-repeat
        10px 6px;
    }
    input.pass {
        padding: 7px 10px 7px 45px;
        font-size: 17px;
        background: rgba(23, 24, 25, 0.29) url("../images/pass.png") no-repeat
        10px 6px;
    }
    .login-btn {
        padding: 7px 0;
    }
}

@media screen and (max-width: 384px) {
    h1.title {
        font-size: 32px;
    }
}

@media screen and (max-width: 375px) {
    h1.title {
        font-size: 30px;
    }
    .container {
        width: 75%;
    }
    input.user {
        padding: 7px 10px 7px 45px;
        font-size: 16px;
        background: rgba(23, 24, 25, 0.29) url("../images/user.png") no-repeat
        10px 6px;
    }
    input.pass {
        padding: 7px 10px 7px 45px;
        font-size: 16px;
        background: rgba(23, 24, 25, 0.29) url("../images/pass.png") no-repeat
        10px 6px;
    }
    .login-btn {
        padding: 7px 0;
    }
}

@media screen and (max-width: 320px) {
    h1.title {
        font-size: 27px;
        margin: 10px 0;
    }
    .container {
        width: 90%;
    }
    input.user {
        padding: 7px 10px 7px 45px;
        font-size: 16px;
        background: rgba(23, 24, 25, 0.29) url("../images/user.png") no-repeat
        10px 6px;
    }
    input.pass {
        padding: 7px 10px 7px 45px;
        font-size: 16px;
        background: rgba(23, 24, 25, 0.29) url("../images/pass.png") no-repeat
        10px 6px;
    }
    .login-btn {
        padding: 7px 0;
    }
}

/*--- Responsinator Code ---*/

.loader {
    position: relative;
    width: 2.5em;
    height: 2.5em;
    transform: rotate(165deg);
}
.loader:before, .loader:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-radius: 0.25em;
    transform: translate(-50%, -50%);
}
.loader:before {
    animation: before 2s infinite;
}
.loader:after {
    animation: after 2s infinite;
}

@keyframes before {
    0% {
        width: 0.5em;
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
    35% {
        width: 2.5em;
        box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    }
    70% {
        width: 0.5em;
        box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    }
    100% {
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
}
@keyframes after {
    0% {
        height: 0.5em;
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
    35% {
        height: 2.5em;
        box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    }
    70% {
        height: 0.5em;
        box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    }
    100% {
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
}

.loader {
    position: absolute;
    top: calc(50% - 1.25em);
    left: calc(50% - 1.25em);
}
