﻿ canvas {
	position: absolute;
	top: 0;
	left: 0;
}
p {
	margin: 0 0;
	position: absolute;
	font: 16px Verdana;
	color: #eee;
	height: 25px;
	top: calc( 100vh - 30px );
	text-shadow: 0 0 2px white;
}
p a {
	text-decoration: none;
	color: #aaa;
}
span {
	font-size: 11px;
}
p > a:first-of-type {
	font-size: 20px;
}
body {
	overflow: hidden;
    
}
.captcha{ -webkit-user-select: none; /* Safari */  -ms-user-select: none; /* IE 10 and IE 11 */user-select: none; 
          background-image:url(../../media/captha.jfif);background-repeat:no-repeat;background-size:cover;font-size:27px;letter-spacing:10px;min-width:79%;color:#857b7b; border-radius:4px;text-align:center; }
 .refresh_btn{ padding:12px; position:relative; top:-6px;right:4px;} 

 @media (max-width: 767.98px){
     .captcha{
         min-width:65%;
     }
 }


