* {
font-family: 'PT Serif', serif;
}

body {
	position: relative;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-color: #000;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: radial-gradient(circle, rgba(20, 20, 20, 1) 0%, rgba(0, 0, 0, 1) 80%);
}


body {
	overflow-y: scroll;
	scrollbar-color: #e27f00 #000;
	scrollbar-width: thin;
}

body::-webkit-scrollbar {
	width: 7px;
	height: 0;
}

body::-moz-scrollbar {
	width: 7px;
	height: 0;
}

body::-webkit-scrollbar-track {
	background-color: #000;
}

body::-moz-scrollbar-track {
	background-color: #000;
}

body::-webkit-scrollbar-thumb {
	background-color: #e27f00;
}

body::-moz-scrollbar-thumb {
	background-color: #e27f00;
}

body::-webkit-scrollbar-button {
	display: none;
}

body::-moz-scrollbar-button {
	display: none;
}

.wrapReg {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 600px;
	max-width: 95%;
}

.logoSignWrap {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.logo {
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}

.logo__hot,
.logo__bian{
    font-family: "Audiowide", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 25px;
    color: #ff8f00;
	transition: .5s;
}

.logo__bian {
	color: white;
}


#signBtn {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	padding: 5px 12px;
	font-size: 15px;
    border-radius: 5px;
	background-image: linear-gradient(#00e428, #0b8000);
	border: none;
	cursor: pointer;
}

#signBtn:hover {
	background-image: linear-gradient(#15e039, #1aa80d);
}

#formReg {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #eee;
    width: 100%;
}

.nickReg,
.emailReg {
	width: 100%;
} 

.nickReg > input,
.emailReg > input {
	width: 100%;
	box-sizing: border-box;
	border: none;
	outline: none;
	padding: 6px;
    border-radius: 5px;
	font-size: 20px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #ccc;
}

.nickReg > input:focus,
.emailReg > input:focus,
.passwordReg > input:focus {
	box-shadow: 0px 0px 2px 1px #e27f00;
}

.passwordReg{
    width: 100%;
}

.passwordReg .passAndShow
{
    width: 100%;
    display: flex;
    margin-bottom: 8px;
}

.passwordReg .passAndShow > input{
    width: 100%;
	box-sizing: border-box;
	border: none;
	outline: none;
	padding: 6px;
    border-radius: 5px;
	font-size: 20px;
	border-bottom: 1px dotted #ccc;
}

.passwordReg .passAndShow > input:focus {
	box-shadow: 0px 0px 2px 1px #e27f00;
}

.passwordReg .passAndShow > label{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    cursor: pointer;
    transition: .2s;
}

.passwordReg .passAndShow > label:hover{
    color: #e27f00;
}

.passwordReg .passAndShow > label i{
    padding: 0px 4px;
}
.passwordReg .passAndShow > label input{
    display: none;
}

.birthReg,
.genderReg {
	font-size: 22px;
	width: 100%;
}

.birthRegName,
.genderRegName {
	display: inline-block;
	width: 120px;
}

.birthReg > select,
.genderReg > select {
	width: 120px;
	font-size: 20px;
	margin: 10px 0px;
	padding: 0px 3px;
    border-radius: 5px;
	color: #666;
	cursor: pointer;
	border: none;
}

.birthReg > select:focus,
.genderReg > select:focus {
	box-shadow: 0px 0px 2px 1px #e27f00;
	border: none;
    outline: none;
}

.regulaminShadowWrap {
	display: none;
}

.regulaminReg {
    width: 100%;
	margin-top: 20px;
	font-size: 14px;
	text-align: left;
}

.checkboxStatute,
.checkboxPolicy {
	margin-bottom: 9px;
}

.regLink {
	color: #fff;
	text-decoration: underline #e27f00;
	padding: 0 2px;
}

.wrapSubmitReg {
	width: 100%;
}

input[type="submit"] {
	padding: 10px;
	width: 100%;
	margin-top: 15px;
	font-size: 17px;
	background-image: linear-gradient(#17bdff, #1778d2);
	color: white;
    border-radius: 5px;
	outline: none;
	border: none;
	cursor: pointer;
	box-sizing: border-box;
}

input[type="submit"]:hover {
	background-image: linear-gradient(#3dc8ff, #3093ed);
}

.komunikatNick,
.komunikatNickYes,
.komunikatEmail,
.komunikatEmailYes,
.komunikatPassword,
.komzunikatData,
.komunikatGender,
.komunikatStatute,
.komunikatPolicy {
	display: none;
	padding: 5px 0;
	padding-left: 5px;
	margin-top: -8px;
    border-radius: 5px;
	color: #fff;
	background-color: #a80000;
}

.komzunikatData,
.komunikatGender {
	width: 100%;
	font-size: 16px;
}

.komunikatEnd {
	display: none;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #000;
	box-shadow: 0 0 10px 2px #000;
	background-color: #000;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	margin: 0 auto;
	background-color: #a80000;
}

/*..........................*/
/*__________FOOTER__________*/
/*..........................*/
footer {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 5px 0px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100vw;
	color: #666;
	border-top: 1px solid #444;
}

@media (max-height: 580px) {
	footer {
		display: none;
	}
}


/*..............................*/
/*__________RESPONSIVE__________*/
/*..............................*/
@media (max-width: 500px) {

	.nickReg > input,
	.emailReg > input,
	.passwordReg > input {
		padding: 5px;
		font-size: 18px;
		margin-bottom: 6px;
	}

	.birthReg > select,
	.genderReg > select {
		font-size: 18px;
		margin: 5px 8px;
	}

}

@media (max-width: 445px) {

	.birthReg,
	.genderReg {
		margin-top: 5px;
		font-size: 16px;
		text-align: center;
	}

}

@media (max-width: 360px) {

	.logo {
		padding: 4px 0px;
		font-size: 20px;
		letter-spacing: 1px;
	}

	.logo > span {
		font-size: 13px;
	}

	#signBtn {
		padding: 4px 10px;
		font-size: 13px;
	}

	.komunikatEnd {
		font-size: 17px;
	}
}

@media (max-width: 330px) {

	.logo {
		font-size: 17px;
	}

	#signBtn {
		padding: 3px 7px;
		font-size: 12px;
	}

	.nickReg > input,
	.emailReg > input,
	.passwordReg > input {
		padding: 4px;
		font-size: 16px;
		margin-bottom: 3px;
	}

	.birthReg > select,
	.genderReg > select {
		font-size: 16px;
		margin: 3px 5px;
		margin-top: 7px;
	}

	.regulaminReg {
		font-size: 10px;
	}
}

@media (max-width: 270px) {

	.birthReg > select,
	.genderReg > select {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.birthReg > select:nth-child(1) {
		flex-basis: 40%;
	}

	.birthReg > select:nth-child(2) {
		flex-basis: 40%;
	}

	.birthReg > select:last-child {
		flex-basis: 100%;
	}
}

@media (max-width: 230px) {

	.birthReg > select,
	.genderReg > select {
		font-size: 15px;
		margin: 3px 1px;
	}

	.komunikatEnd {
		font-size: 15px;
	}
}
