﻿.bst-login {
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-color:#fff;
    opacity:0.8;*/
    /*background: url("../img/w70.png") ;
    background-size:100%;*/
    background-color:#fff;
}

.bst-login .contents {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.bst-login .image {
    width: 460px;
    height: 290px;
    background-image: url('../img/login.png');
    background-position: 50%;
    background-repeat: no-repeat;
}

.bst-login .image2 {
    width: 460px;
    height: 290px;
    background-image: url('../img/login2.png');
    background-position: 50%;
    background-repeat: no-repeat;
}



.bst-login .mess {
    text-align: center;
    color: #ff3333;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    height:20px;
}

.bst-login .line{
    margin-bottom:2px;
}

.bst-login .ccd-title {
    display: inline-block;
    width: 155px;
    text-align:right;
    font-size:15px;
    color:#b2b2b2;
}

.bst-login .ccd {
    width: 136px;
    margin-left: 5px;
    height: 24px;
    border: 1px solid #d9d9d9;
    padding-left: 2px;
}


.bst-login .id-title {
    display: inline-block;
    width: 155px;
    text-align:right;
    font-size:15px;
    color:#b2b2b2;

}

.bst-login .id {
    width: 136px;
    margin-left: 5px;
    height: 24px;
    border: 1px solid #d9d9d9;
    padding-left: 2px;
}


.bst-login .pass-title {
    display: inline-block;
    width: 155px;
    text-align:right;
    font-size:15px;
    color:#b2b2b2;
}

.bst-login .pass {
    width: 136px;
    margin-left:5px;
    height: 24px;
    border: 1px solid #d9d9d9;
    padding-left: 2px;
}

.bst-login .button{
    border: 0;
    height: 27px;

    position: relative;
    width: 140px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background-color: #42a642;
    margin-left: 5px;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* margin-top: 4px; */
    cursor: pointer;
}
.bst-login .button:hover{
    background-color: #49b849;
}
.bst-login .button:active{
    background-color: #388c38;
}

.bst-login .button2{
    border: 0;
    height: 27px;

    position: relative;
    width: 140px;
    text-align: center;
    font-size:15px;
    color: #fff;
    background-color: #43aacc;
    margin-left: 5px;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* margin-top: 4px; */
    cursor: pointer;
}
.bst-login .button2:hover{
    background-color: #48b4d9;
}
.bst-login .button2:active{
    background-color: #43aacc;
}