#pages_login {}

#pages_login .hide {
    display: none;
}

#pages_login h2 {
    font-size: calc(1.5rem + 0.75vw);
    letter-spacing: -.1rem;
    opacity: .95;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    margin: 1rem 0;
}

#pages_login .msg {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    padding: 1.5rem 2rem;
    line-height: normal;
}

#pages_login .msg a:hover {
    text-decoration: none;
}

#pages_login .tab { }

#pages_login .tab ul {
    position: relative;
    top: 1px;
}

#pages_login .tab li {
    float: left;
    border-top: #dfdfdf solid 1px;
    border-right: #dfdfdf solid 1px;
    padding: 0.5rem 1rem;
    font-size: .95rem;
    color: #999999;
    background: #efefef;
    cursor: pointer;
}

#pages_login .tab .selected {
    border-bottom: #ffffff solid 1px;    
    color: #000000;
    background: #ffffff;
}

#pages_login .tab .br-left {
    border-left: #dfdfdf solid 1px;
}

#pages_login .agreebox {
    border: #dfdfdf solid 1px;
    padding: 20px 50px;
    background-color: #FFF;
}

#pages_login .agreebox .tblbox {
    padding: 15px;
    background: #fff;
}

#pages_login .agreebox table {
    width: 100%;
}

#pages_login .agreebox .key {
    width: 75px;
    padding: 10px 10px 10px 0;
    color: #666666;
    letter-spacing: -1px;
    text-align: right;
}

#pages_login .agreebox .xfont {
    border: 1px solid #dfdfdf;
}

#pages_login .agreebox .input {
    border: 1px solid #ccc;
    width: 100%;
    height: 43px;
    padding-left: 10px;
}

#pages_login .agreebox .submitbox {
    padding: 20px 0 0 108px;
}

#pages_login .agreebox .submitbox .btngray {
    height: 25px;
}

#pages_login .agreebox .submitbox .btnblue {
    width: 100px;
    height: 25px;
}

.login__list li {
    margin-top: 10px;
    color: #535353;
}

.login__list li.autosave {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: .85rem;
}

.login__list li.autosave label {
    display: flex; 
    align-items: center;
}


.ir-text,
legend,
.blind {
    overflow: hidden;
    position: absolute;
    border: 0;
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px)
}

.page__login--wrap {
    max-width: 450px;
    margin: 0 auto;
    padding: 20px 0;
}

.ml-15 {
    margin-left: 15px;
}

.chk {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 6px;
}

.rdo {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.login__list input.btn__gray {
    background: #b5b5b5;
    border: 1px solid #b5b5b5;
    height: 40px;
    width: 100%;
}

.login__list input.btn__join {
    background: #3685bb;
    border: 1px solid #3685bb;
    height: 40px;
    width: 100%;
    color: #FFF;
}

.login__list input.btn__gray.btn__two {
    width: calc(100% / 2 - 2px)
}


/* ***** Extra small devices (portrait phones, less than 576px) ***** */
@media (max-width: 575.98px) {

    #pages_login .agreebox { padding: 1.5rem; }
    #pages_login .tab li   { 
        width: 100%; 
        border-left: #dfdfdf solid 1px; }
    #pages_login .tab .selected  { border-bottom: none; }
    #pages_login .tab .br-bottom { border-bottom: #dfdfdf solid 1px; }

}


/* ***** Small devices (landscape phones, less than 768px) ***** */
@media (max-width: 767.98px) {

    #pages_login .msg {
        flex-direction: column;
    }

}