﻿
.login_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 85vh;
    position: relative;
    /*background: url(/images/login_bg.jpg) no-repeat center 100%;*/
    background-size: cover;
    z-index: 0;
}

.login_wrap .content {
    width: 455px;
}

.login_wrap .content .panel-head {
    height: 175px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-shadow: 0 0 10px rgba(13,33,60,0.7);
    background: url(../../images/login_head.jpg) no-repeat;
    padding: 0 35px;
}

.login_wrap .content .panel-head span {
    font-size: 18px;
    color: #c0d6ff;
}

.login_wrap .content .panel-head p {
    font-size: 26px;
}
.login_wrap .content .panel-head h3 {
    font-size: 40px;
    margin: 0 0 5px 0;
}

.login_wrap .content .panel-body {
    background: #fff;
    box-shadow: 0 0 8px rgba(13,5,9,0.27);
    padding: 30px 35px 20px 35px;
    position: relative;
}
.form-group {
    margin-bottom: 15px;
}
.login_wrap .content .panel-body label {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.login_wrap .content .panel-body input {
    height: 50px;
    background: #fafafa;
    border-radius: 0;
    border: 1px solid #dfdfdf;
    box-shadow: none;
}
.login_wrap .content .panel-body .submit_frame {
    position: relative;
    left: -17%;
}
.login_wrap .content .panel-body .btn_login {
    background: linear-gradient(to top, #081f46, #1b3864);
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    width: 520px;
    height: 70px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.login_wrap .content .panel-body .dec_block.left_block {
    left: 2px;
    transform: skew(15deg) rotate(15deg);
}

.login_wrap .content .panel-body .dec_block {
    width: 110px;
    height: 70px;
    position: absolute;
    background: linear-gradient(to top, #081f46, #1b3864);
    bottom: -85px;
    z-index: -1;
}

.login_wrap .content .panel-body .dec_block.right_block {
    right: -133px;
    transform: skew(-15deg) rotate(-15deg);
}
.login_wrap .content .panel-body .forget_register_frame {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    padding-top: 80px;
}

.W100p{width:100%;}

.login_wrap .content .panel-body .cap_in {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_wrap .content .panel-body .cap_input {
    width: 54%;
}    

.refresh {
    width: 50px;
    height: 50px;
    background: #9c9c9c;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
}
.cap_num {
    width: 30%;
    background: #e0e0e0;
    color: #5f5f5f;
    font-size: 24px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}