.btn{
    font-size: 17px;
}
.page-header {
    padding: 0px 15px;
}

.line_input {
    border: none;
    background: transparent;
    border-bottom: 2px solid #ddd;
    border-radius: 0;
}

.line_input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ddd;
    outline: 0;
    box-shadow:none;
}

.cus_border {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.system_login_btn {
    letter-spacing: 1px;
    margin-top: 10px;
}
.hide_pass_icon {
    background-image: url('img/pass_hide_icon.png');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
    position: absolute;
    cursor: pointer;
    content: '';
    margin: 3px 0 0 -32px;
    padding: 16px;
    display: inline-block;
    right: 0;
}

.show_pass_icon {
    background-image: url('img/pass_show_icon.png');
}

.tooltip {
    width: 120px !important;
    color: #fff;
    background: #000;
    padding: 1px !important;
    text-align: center;
    border-radius: 4px;
}

.tooltip-arrow {
    display: none;
}

.tooltip div {
    padding: 5px !important;
    vertical-align: middle;
    text-align: center;

}
.custom_login_body {
    padding: 20px 35px 10px 35px !important;
    background: #fff;
    border-radius: 4px;
}
.login_content {
    min-width: 400px;
    padding: 15px 25px 25px 25px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: 1px 9px 18px rgba(62, 85, 120, 0.45);
}
.login_content #captcha_img{
    margin-bottom: -13px;
}

.login_content .panel-info{
    border:none;
}

.login_content h3{
    margin:0;
}

.login_content .panel {
    background: transparent;
    margin: 0px 10px 10px 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.login_content .panel-body {
    box-shadow: none;
}

.login_title {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.blink {
    padding-bottom: 30px;
    text-align: center;
    margin-top: -40px;
    font-size: 1.7rem;
    font-weight: bold;
    color: red;
}

.reg_dt_increased {
    padding-bottom: 25px;
    text-align: center;
    margin-top: -25px;
    font-size: 1.5rem;
    font-weight: bold;
    color: blue;
}

@media (max-width: 768px) {
    .login_content {
        min-width: 100%;
    }
    .custom_login_body {
        padding: 10px 15px 1px 15px !important;
    }
    .login_title{
        font-size: 15px;
    }
    .blink {
        padding-bottom: 20px;
    }
    .reg_dt_increased {
        padding-bottom: 0px;
    }
}

.captcha_span {
    margin-left: -23px;
    z-index: 999;
    padding-top: 7px;
    padding-right: 9px;
    cursor: pointer;
}
