﻿
        .bottom-short-line{

            border-bottom: 5px solid #b5d147;
            padding-bottom: 19px;
        }

        .btn-login-sample {
            color: #FFFFFF;
            background-color: #b5d147;
            border-color: transparent;
        }

        .btn-login-sample:hover,
        .btn-login-sample:focus,
        .btn-login-sample:active,
        .btn-login-sample.active,
        .open .dropdown-toggle.btn-login-sample {
            color: #FFFFFF;
            background-color: #b5d147;
            border-color: transparent;
        }

        .btn-login-sample:active,
        .btn-login-sample.active,
        .open .dropdown-toggle.btn-login-sample {
            background-image: none;
        }

        .btn-login-sample.disabled,
        .btn-login-sample[disabled],
        fieldset[disabled] .btn-login-sample,
        .btn-login-sample.disabled:hover,
        .btn-login-sample[disabled]:hover,
        fieldset[disabled] .btn-login-sample:hover,
        .btn-login-sample.disabled:focus,
        .btn-login-sample[disabled]:focus,
        fieldset[disabled] .btn-login-sample:focus,
        .btn-login-sample.disabled:active,
        .btn-login-sample[disabled]:active,
        fieldset[disabled] .btn-login-sample:active,
        .btn-login-sample.disabled.active,
        .btn-login-sample[disabled].active,
        fieldset[disabled] .btn-login-sample.active {
            background-color: #b5d147;
            border-color: transparent;
        }

        .btn-login-sample .badge {
            color: #879A3D;
            background-color: #b5d147;
        }

.no-border-input{
    border: 0px;
    box-shadow: none;
}

/*
input[type=checkbox] {
    margin-right: 5px;
    cursor: pointer;
    font-size: 14px;
    width: 15px;
    height: 12px;
    position: relative;
}

input[type=checkbox]:after {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    content: " ";
    background-color: #fff;
    color: #b5d147;
    display: inline-block;
    visibility: visible;
    padding: 0px 3px;
    border-radius: 3px;
    border: solid 1px #b5b5b5;
}

input[type=checkbox]:checked:after {
    content: "√";
    font-size: 20px;
    font-weight: bolder;
}
*/

input[type=text],input[type=password]{
    font-size: 18px;
    height:45px;
    background-color:#eee;
}

input::-ms-input-placeholder{text-align: center;}
input::-webkit-input-placeholder{text-align: center;}

.form-group {
    margin-bottom:25px;
}

        .login-show-button {
            color: #b5d147;
            /* font-family: SimHei,'黑体'; */
            /* font-weight: 700; */
            line-height: 20px;
            font-size:24px;
            width:123px;
            height:48px;
            margin-top:11px;
        }

        .login-show-button.disabled,
        .login-show-button[disabled],
        fieldset[disabled] .login-show-button,
        .login-show-button.disabled:hover,
        .login-show-button[disabled]:hover,
        fieldset[disabled] .login-show-button:hover,
        .login-show-button.disabled:focus,
        .login-show-button[disabled]:focus,
        fieldset[disabled] .login-show-button:focus,
        .login-show-button.disabled:active,
        .login-show-button[disabled]:active,
        fieldset[disabled] .login-show-button:active,
        .login-show-button.disabled.active,
        .login-show-button[disabled].active,
        fieldset[disabled] .login-show-button.active {
            color: #b5d147 !important;
            background-color: #fff !important;
            border-color: #a0a0a0!important;
        }

        
        .login-show-button:hover,
        .login-show-button:focus,
        .login-show-button:active,
        .login-show-button.active,
        .open .dropdown-toggle.login-show-button {
            color: #b5d147 !important;
            background-color: #fff !important;
            border-color: #a0a0a0 !important;
        }

        .showMsg{
            /* min-height: 45px; */
            margin-bottom:15px;
        }

        
        .advice {
            height: 12px;
            width: 12px;
            display: inline-block;
            background-image: url(../../img/record_pwd.png);
            background-repeat: no-repeat;
            background-position: center;
            vertical-align: middle;
            margin-top: -4px;
            width: 130px;
            color: #aaa;
            background-position: left;
            text-align: right;
        }
        

        input[type="checkbox"]:checked + .advice{
            background-image: url('../../img/record_pwd_checked.png');
        }

        .btn:focus,.btn:active:focus,
        .btn.active:focus,.btn.focus,
        .btn:active.focus,.btn.active.focus {  
            outline: none;
            /* border-color: transparent; */
            box-shadow:none;
         

        }

        .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
            color:#ff4e4e;
        }