
#popup_login {
    z-index: 1000;
    background: #fff;
    position: fixed;
    width: 324px;
    left: 50%;
    margin-left: -160px;
    border: 3px solid #a5a5a5;
    top: 5px;
    padding: 5px;
    border-radius: 4px;
    font-size: 15px;
    /*font-family: 'Open Sans';*/
}
#popup_login .btn_login {
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
    background: #dbdbdb;
    padding: 0 0 1px 0;
    border: 2px solid #666;
    margin-bottom: 4px;
    width: calc(33% - 2px);
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    color: #000;
    border-radius: 2px;
}

#popup_login .btn_login.active {
    background: #3e89c0;
    color: #fff;
}

#popup_login .btn_login:hover:not(.active) {
     background: #3e89c0;
     color: #fff;
}

#popup_login .btn_login.membership {
    width: 100%
}

.show_and_suggest {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    margin: 4px auto;
    background: #dbdbdb;
    border: 2px solid #666;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    color: #000;
    border-radius: 2px;
}
.show_and_suggest:hover {
     background: #3e89c0;
    color: #fff;
}

#popup_login input[type='text'],
#popup_login input[type='password'],
#popup_login input[type='email'] {
    border-radius: 3px;
    border: 1px solid #707070;
}

#popup_login input:disabled {
    background-color: #a5a5a5;
}

.username label, .username input, .password label, .password input {
    width: 100%;
    margin: 0;
}
input.show_password,
input#chimp,
input#remember,
input#privacy_terms,
input#agree_eula {
    width: 20px;
    height: 20px;
    vertical-align: sub;
    margin: 5px 5px 0 0;
}

#popup_login #send_2fa {
    color: #FFF;
    padding: 0px 6px;
    background-color: #1c8994;
    margin: 7px 0 4px 0;
    border: 2px solid #2a2a2a;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 2px;
}

.user-submit {
    color: #FFF;
    width: 100%;
    padding: 1px 0 1px 0;
    background-color: #1b926c;
    margin: 5px 0 0 0;
    border: 2px solid #2a2a2a;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 2px;
}
#popup_login .status {
    margin: 0;
}
.user-submit:hover {
    background-color: #156c50;
    border-color: #126349;
}
#RecaptchaField1 {
    margin: 10px 0 5px 0;
    border: 2px solid #666;
    border-radius: 3px;
    height: 80px;
}
.popup_login_close {
    color: #FFF;
    width: 100%;
    padding: 1px 0 1px 0;
    background-color: #a61f1f;
    margin-bottom: 2px;
    border: 2px solid #2a2a2a;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
}
.popup_login_close:hover {
    background-color: #851919;
    border-color: #801717;
}
#popup_login-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(61, 61, 61);
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    z-index: 999;
}

#popup_login .demo_video {
    text-align: center;
    padding: 0;
    margin: 0 0 10px 0;
}
#popup_login .demo_video a {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
}

#popup_login #login_system_recapt {
    margin: 5px 0 0 0;
    width: 100%;
}