#reset_t_login_func:active {
    color: #3b82ad;
    text-shadow: 2px 2px 0px #e2f1ff;
}/*
#reset_t_login_func{
	font-family:Opificio;
}
#counter_port{
	font-family:DeadPixels;
}*/
.listen-button{
	font-family:DeadPixels;
}
@font-face {
	font-family: DeadPixels;
	src: url("font.DeadPixels.ttf");
}
#form_tlogin{
	text-align:center;
	color: #e2f1ff;
    text-shadow: 2px 2px 0px rgba(52, 178, 255, 0.56);
}
#form_tlogin h3{
	font-size:45px;
}
#form_tlogin{
	margin:10px;
    max-width: 600px;
    margin: 0px auto;
}
.new-login-container .listen-button{
    display: inline-block;
    width: 30%;
    /* height: 40px; */
    margin: 2.5px auto;
    font-size: 35px;
    padding: 40px 0px;
    background: rgba(52, 178, 255, 0.47) !important;
    border: 3px double #6fcbf7;
    color: #e2f1ff;
    text-shadow: 2px 2px 0px rgba(52, 178, 255, 0.56);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    transition: 0.1s;
    -webkit-transition: 0.1s;
}
.new-login-container .listen-button:active{
    background: #001e3e;
    border: 3px solid #072d54;
    transition: 0.1s;
    -webkit-transition: 0.1s;
}
.new-login-container{
	display:block;
}
.listen-button {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.generascript_top #counter_hits{
    width: 90%;
}
.submit-button:active{
	background: #001e3e;
    border: 3px solid #072d54;
    transition: 0.1s;
    -webkit-transition: 0.1s;
}
.submit-button,
#counter_hits{
	text-align:center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 97%;
    height: 50px;
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 30px;
    background: rgba(52, 178, 255, 0.47) !important;
    border: 3px double #6fcbf7;
    color: #e2f1ff;
    text-shadow: 2px 2px 0px rgba(52, 178, 255, 0.56);
    border-radius: 8px;
}
}
.listen-button>.hint{
	font-size:12px;
	display:block;
	width:100%;
	height:20px;
}