.Unauth{width: 100%;height: 100%;background: url(../img/pic/bg.jpg);color: #eee;-webkit-background-size: cover;-o-background-size: cover;background-size: cover;background-repeat: no-repeat;background-position: center;}
	.Unauth__box{position: absolute;width: 100%;max-width: 600px;padding: 15px;border-radius: 3px;box-shadow: 0 0 500px 0 #001122;background-color: rgba(10,10,10,0.8); text-align: center;}
		.Unauth__box__title{width: 100%;height: 210px;background: url(../img/logo/phpdrivers-01.png);-webkit-background-size: contain;-o-background-size: contain;background-size: contain;background-repeat: no-repeat;background-position: center;}
		.Unauth__box__btn{width: 220px;height: 90px;margin: 0 auto;opacity: 0.6;}
			.Unauth__box__btn:hover{opacity: .95;}
			.Unauth__box__startBtn{background: url(../img/btns/startbtn-01.png);}
			.Unauth__box__okBtn{background: url(../img/btns/okbtn-01.png);}
		.Unauth__box__form{width: 100%;padding: 10px 0px;}
			.Unauth__box__form::after{content: "";display: block;clear: both;}
			.Unauth__box__form ul{float: left;width: 50%;padding: 10px;}
			.Unauth__box__form .notes{width: 100%;padding: 5px;font-size: 0.9em;color: #00aaff;}

@media screen and (max-width: 500px){
			.Unauth__box__form ul{float: left;width: 100%;padding: 10px;}
}