


.login_box {
    position: absolute;
    left: 0;
    top: 0;
    padding: 30px 50px 40px;
    width: 280px;
    z-index: 1200;
    background: #fff;
    box-shadow: 2px 2px 15px #ddd;
    box-sizing: content-box;
}


.login_box .pop_close {
    position: absolute;
    right: -20px;
    top: -15px;
    display: inline-block;
    width: 40px;
    height: 30px;
    background: url(../img/common/close.png) no-repeat;
    font-size: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.login_box .h1_tit, .login_box h1 {
    color: #444;
    font-size: 22px;
    margin-bottom: 30px;
}

.login_box .h1_tit a, .login_box h1 a {
    color: #2ecb70;
    font-size: 18px;
        float:right;
    
}

.login_box .js_message {
    color: red !important;
}

.login_box .form_group .control_label {
    display: none;
}

.login_box .form_group .form_control {
    width: 250px;
    height: 45px;
    border-radius: 5px;
    padding: 0 15px;
    border: 1px #ccc solid;
    box-sizing: content-box;
}

.login_box .form_group .help_block {
    color: red;
    display: none;
}

.login_box .form_group {
    position: relative;
    color: #999;
    margin-bottom: 15px;
}

.login_box .login_btn {
    border: 0;
    width: 100%;
    height: 45px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    background-color: #2ecb70;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.login_box .checkbox input {
    margin-top: 3px;
}

.login_box .for_passwordbtn {
    color: #e75969;
    float:right;
}

.login_box .h1_tit, .login_box h1 {
    color: #444;
    font-size: 22px;
    margin-bottom: 30px;
    font-weight:bolder;
}

.loginbox {
    position: fixed;
    display: block;
    width: 280px;
    height: 260px;
    top: 50%;
    margin-top: -195px;
    left: 50%;
    margin-left: -140px;
    background-color: rgba(255,255,255,0.9);
    z-index: 1042;
    border-radius: 5px;
    border: 2px solid #eee;
}

.loginbox h4 {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 25px;
}
.center-text {
    text-align: center;
}

.button {
    font-weight: 500;
    display: inline-block;
    padding: 10px 20px;
    transition: all 200ms ease;
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    cursor: pointer;
}

.loginbox-username {
    margin-bottom: 20px;
    height: 40px;
    width: 85%;
    padding:0px;
    border: solid 2px rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.5);
    padding-left: 20px;
    transition: all 400ms ease;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
}



.loginbox .button {
    width: 40%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #FFFFFF;
    cursor: pointer;
}



.loginbox .close-loginbox {
    width: 100%;
    margin-top: 15px;
    height: 50px;
    border-top: solid 1px rgba(0,0,0,0.1);
    color: #1f1f1f;
    font-size: 12px;
    line-height: 45px;
    text-align: center;
    display: block;
}


.loginbox-username:focus {
    border: solid 2px #27ae60;
    transition: all 400ms ease;
}

.button-green {
    background-color: #27ae60;
    color: #FFFFFF;
}

.button-orange {
    background-color: #f3803b;
    color: #FFFFFF;
}

.button-blue{			background-color:#2980b9; color:#FFFFFF;}
.button-blue:hover{		background-color:#3498db;}


.modal-backdrop, .modal-backdrop.fade.in {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.modal-backdrop {
	opacity: 0.5;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	overflow-y:scroll;
	
}
