.over_page {
    display: none;
    z-index: 100001;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.over_page .bg_blank {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(28, 28, 28, 0.75);
}

.over_page .pop_ct {
    z-index: 5;
    padding: 0px;
    position: relative;
    margin: 0 auto;
    width: 343px;
    margin-top: 3%;
    background-color: #fff;
    box-shadow: 0px 0px 10px #000000;
}

.over_page .pop_ct .close_over {
    z-index: 6;
    cursor: pointer;
    width: 25px;
    height: 25px;
    text-align: center;
    background-color: #cecece;
    border: 2px;
    right: 0;
    top: 0;
    position: absolute;
    margin-right: -10px;
    margin-top: -10px;
    border-radius: 50%;
    line-height: 25px;
    border: 3px solid #fff;
    box-shadow: 0px 0px 10px #000000;
}

.login-active {
    /*padding: 7px 20px;
background: #fff;*/
    cursor: pointer;
}

.login-normal {
    padding: 7px 20px;
    cursor: pointer;
}

.rc-anchor-checkbox-label {
    width: 110px !important;
}

.btn-fb-new {
    border: 1px solid;
    border-radius: 0.25rem;
    transition: all 0.15s ease-in-out;
    padding: 0px 10px;
}

.fb-btn-new {
    padding: 0px 10px;
}


/*
        #scale_form{
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
        
        }*/