body {
    color: #777;
    line-height: 1.8;

}

@media (min-width: 992px){
	#loginPopModal .modal-dialog {
	    width: 600px;
	    margin: 20% auto 30px auto;
	}
}
#loginPopModal .modal-dialog {
    margin-top: 20%;
}

#loginPopModal .modal-content .modal-header {
    border-top: 5px solid #802223;
    padding-bottom: 0;
    border-bottom: 0;
}

.mt10 {
    margin-top: 10px !important;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    background: #f1f3f5;
}
#loginPopModal .modal-content .modal-header h4 {
    border-bottom: 3px solid #333;
    padding-bottom: 15px;
    background-position: 0 35%;
}

h4, .h4 {
    color: #444;
    font-size: 130% !important;
}

#loginPopModal .modal-content .modal-header h4 strong {
    font-size: 150%;
    font-weight: 700;
}

.msg-log {
    padding-left: 30px;
}

.pop_cont {
    width: 70%;
    width: 95%;
    margin: 0 auto;
}
.section {
    padding: 20px 0;
}

.mt9 {
     margin-top: 9px;
}

.mb10 {
    margin-bottom: 10px !important;
}

.input-group-addon {
    min-width: 73px;
    font-size: 95%;
    letter-spacing: -.05em;
}

.input-group .form-control, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 0;
    /* font-size: 95%; */
}

.pop_btn {
    width: 100%;
    color: #fff;
    font-size: 130%;
    /* background-color: #e7a13d; */
    background-color: #802223;
    box-shadow: none;
    line-height: 362%;
    letter-spacing: -.05em;
}

button {
    cursor: pointer;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
}

.pop_list {
    clear: both;
    border-top: 1px solid #ccc;
    margin: 15px;
    padding-top: 15px;
}

.br {
    border-right: 1px solid #ccc;
}

.find_id {
    background: url(/common/css/img/find_id.gif) no-repeat 0 2px;
    padding-left: 20px;
    color: #e92949;
}

h4, .h4 {
    color: #323232;
    font-size: 150%;
    font-weight: 700;
    letter-spacing: -.1em;
    background: url(/site/www/common/img/h4.png) no-repeat 0 50%;
    padding-left: 12px;
    margin-bottom: 15px;
}

@media (max-width: 640px){
	#loginPopModal .pop_list .col-md-3 {
	    width: 50%;
	    margin-bottom: 5px;
	}
}
@media (max-width: 480px){
	#loginPopModal .col-md-3 {
	    padding: 0;
	}
}
@media (max-width: 991px){
	#loginPopModal .br {
	    border-right: 1px solid #ccc;
	}
}
@media (max-width: 991px){
	#loginPopModal .col-md-3 {
	    float: left;
	
	}
}

@media (max-width: 480px){
	#loginPopModal .col-md-9 {
	    padding-left: 0;
	    padding-right: 5px;
	}
}
@media (max-width: 991px){
	#loginPopModal .col-md-9 {
	    float: left;
	    width: 75%;
	}
}
@media (max-width: 480px){
	#loginPopModal .col-md-3 .btn {
	    font-size: 13px;
	    line-height: 62px;
	}
}