
/* login */

.subLogPop{
    background:#e6e6e6;
    position:absolute;
    border:1px solid #ccc;
    z-index:12;
    padding:25px;
    display:none;
    background :#fff;
    border: 0;
    box-shadow: 0 0 30px rgba(0,0,0,0.1)
}

.popdivSub{
    width:484px;
    top:-3px;
    left:-6px;
    display: none;
}
@media only screen and (max-device-width: 576px) {
    .popdivSub{ 
        width: 200%;
        top: -10px;
        left: 0;
    }
}


.subLogPop .login {
    top: 0;
    text-decoration: none;
}
.subLogPop .head, .subLogPop .head em{
    font-size:26px;
    font-weight:bold;
    line-height: 1em;
    color:#000;
    text-transform: none;
}


.subLogPop .close-btn, .weeklypop .close-btn{
    position: absolute;
    right:5px;
    top:7px;
    text-transform:uppercase;
    font-size:8px;
    line-height:12px;
    *width:42px;
    z-index:99;
    font-weight:400;
}
.subLogPop .close-btn a, .weeklypop .close-btn a{
    color:#666;
    text-decoration:none;
}
.subLogPop a{
    color: #0A246A;
}
.divOpenPop a{
    color: #000 !important;
    font-weight: bold;
    text-decoration: underline;
}
.divOpenPop #red{
    color: red;
}
.divOpenPop {
    color: #000;
}
.divOpenPop p, .divOpenPop li {
    font-size: 12px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.divOpenPop ol {
    padding-left: 14px;
}
.divOpenPop label {
    margin: 0;
    font-size: 14px;
}
#subLogPopup {
    display: flex;
}
.subLogPop .close-btn a:hover, .weeklypop .close-btn a:hover{
    text-decoration:none;
    color:#222;
}
.subLogPop p {
    font-size:13px;
    line-height:17px;
    padding:0 0 10px 0;
    color: black;
}
form#subLogPopup { clear:both; overflow:hidden; vertical-align:middle; margin-bottom:10px;}
.subLogPop .comInput {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    float: left;
    height: 27px;
    margin-top:1px;
    margin-right: 6px;
    padding: 3px;
    position: relative;
}
@media only screen and (max-device-width: 576px) {
    .subLogPop .comInput, .subLogPop .btn_log {
        display: block;
        width: 100%;
        margin-bottom: 4px;
        float: left !important;
    }
}
.subLogPop input {
    border: medium none;
    height: 18px;
    margin: 0;
    outline: medium none;
    padding: 0;
    overflow:hidden;
}
.subLogPop input {
    color: #666666;
    float: left;
    font-size: 14px;
    font-weight: 400;
    text-indent: 5px;
}
.subLogPop input.mail {
    width:193px !important;
    text-transform:lowercase;
}
.subLogPop input.pass {
    width:135px !important;
}
.subLogPop input.btn_log{
    width:95px;
    height:28px;
    float:right;
    overflow:hidden;
    color: #fff;
    cursor:pointer;
    background-color: black;
    border-radius: 4px;
    text-transform: uppercase;
    align-self: flex-end;
}
