#popup > .popup_window.popup_login {
    position: absolute;
    display: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(/images/1bet1/popup_login/popup_login_bg.jpg);
	background-size:100% 100%;
    border:1px solid #313742;
    border-radius:20px;
    width:610px;
    height:520px;
    overflow: visible;
}

#popup > .popup_window.popup_login > .btn_close {
    position: absolute;
    right:15px;
    top:15px;
    width:30px;
    height:30px;
    background: radial-gradient(#111111, #222222);
    border:1px solid #313742;
    color:#a8a8a8;
    text-align: center;
    line-height:28px;
    font-size:16px;
    cursor: pointer;
    z-index:100;
    border-radius:15px;
}

#popup > .popup_window.popup_login > .btn_close:hover {
    color:#ef7c00;
    border:1px solid #29324b;
    box-shadow: 
        0 0 10px #fff0c8,
        0 0 20px #ffc383;
    transition: all 300ms;
    animation: beat .25s infinite alternate;
}

#popup > .popup_window.popup_login > img.logo {
    display: block;
    width:100%;
    object-fit: none;
    object-position: center;
    height:130px;
}

#popup > .popup_window.popup_login > form {
    display: block;
    margin:0px;
    padding:0px;
    border:0px;
}

#popup > .popup_window.popup_login > form > .form_grp {
    display: flex;
    height:56px;
    margin-bottom:8px;
    margin-right:50px;
    justify-content: end;
}

#popup > .popup_window.popup_login > form > .form_grp label {
    display: block;
    flex-shrink: 0;
    width: 250px;
    text-align: center;
    line-height:56px;
    color:#ffffff;
    font-size:16px;
    font-weight:600;
}

#popup > .popup_window.popup_login > form > .form_grp input{
    display: block;
    width:100%;
    border-radius: 5px;
    background:#313131;
    border:1px solid #313742;
    padding-left:15px;
    padding-right:15px;
    color:#ffffff;
    font-size:14px;
    font-weight:600;
}

#popup > .popup_window.popup_login > form > .form_grp button,
#popup > .popup_window.popup_login > form > .form_grp div.btn_signup {
    display: block;
    width:100%;
    background: #11141d;
    border:1px solid #313742;
    border-radius: 5px;
    line-height:54px;
    color:#ffffff;
    font-size:14px;
    font-weight:600;
    text-align: center;
    cursor:pointer;
}

#popup > .popup_window.popup_login > form > .form_grp div.btn_signup_usdt {
	background-image : url('/images/1bet1/tether_ico.png');
	background-position : 40px;
	background-size : 32px;
	background-repeat : no-repeat;
}

#popup > .popup_window.popup_login > form > .form_grp div.btn_telegram {
	background-image : url('/images/1bet1/tel.png');
	background-position : -20px;
	background-size : 220px;
	background-repeat : no-repeat;
}
#popup > .popup_window.popup_login > form > .form_grp button:hover ,
#popup > .popup_window.popup_login > form > .form_grp div.btn_signup:hover {
    background: #29324b;
    color:#ffffff;
    text-shadow: 
        0 0 5px #cfff5e,
        0 0 10px #ffb25e,
        0 0 20px #ef7c00;
    transition: all 300ms;
    animation: beat_sm .25s infinite alternate;
}
#popup > .popup_window.popup_login > form > .form_grp div.btn_signup_usdt:hover {
	background-image : url('/images/1bet1/tether_ico.png');
	background-position : 40px;
	background-size : 32px;
	background-repeat : no-repeat;
}

#popup > .popup_window.popup_login > form > .form_grp div.btn_telegram:hover {
	background-image : url('/images/1bet1/tel.png');
	background-position : -20px;
	background-size : 220px;
	background-repeat : no-repeat;
}
