﻿/* CSS Document */

body {
	background-color: #060607;
}
body, html {
	min-height: 100vh;
}
body,td,th {
	color: #000000;
	font-style: italic;
}
body {
	background-image: url(/images/bg_black.jpg);
	background-attachment: fixed;
	/*background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center bottom;*/
}
#wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	min-height: 668px;
}
.xxpart {
	display: flex;
	gap: 30px;
	justify-content: space-around;
	margin: 20px auto;
}
.xxpart div {
}
.xxpart div img {
	display: block;
	width: 100%;
}
.picc {
	display: flex;
	gap: 30px;
	justify-content: space-around;
	margin: 20px auto;
}
.picc div {
	transform: skewX(-14deg);
	width: auto;
	aspect-ratio: 620 / 270;
	flex-basis: 50%;
	overflow: hidden;
}
.picc div img {
  position: absolute;
  transform: skewX(14deg);
  z-index: -1;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  object-fit: cover;
  margin-left: -10%;
}
.logo-center {
	display: block;
	max-width: 1000px;
	width: 50%;
	margin: 0 auto;
}
.uu {
	text-transform: uppercase;
}
.uun {
	transform: skewX(14deg);
}
.ni {
	font-style: normal !important;
}
.login-wrapper {
	margin-top: 5vh;
	position: relative; 
	width: 20%;
	min-width: 400px;
	width: 59%;
	max-width: 1100px;
	/*max-width: 600px;*/
	/*background-color: rgba(155, 155, 155, 0.3);*/
	background-color: #d3a556;
	background-image: url(/images/bg_club.jpg);
	margin-left: auto;
	margin-right: auto;
	/*box-shadow: rgba(0, 0, 0, 0) 5px 10px 20px;*/
	/*box-shadow: 0px -25px 20px -20px rgba(255, 255, 255, 0.45), 25px 0 20px -20px rgba(255, 255, 255, 0.45), 0px 25px 20px -20px rgba(255, 255, 255, 0.45), -25px 0 20px -20px rgba(255, 255, 255, 0.45);*/
	/*box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.6);*/
	padding: 60px;
	padding-top: 25px;
	padding-bottom: 45px;
	/*border-radius: 30px;*/
	z-index:5;
	font-size: 1vw;
	/*left: 0;
	top: 0;*/
	/*min-height: 100vh;*/
	/*max-width: 600px;*/
	/*margin: 0 auto;
	margin-left: 56.25%;
	margin-right: 0;*/
	/*text-align: center;*/
	/*background-color: #ecb42f;*/
	/*background-color: rgba(0, 59, 113, 0.95);*/
	/*background-color: rgba(235,194,20,0.6);*/
	/*border-radius: 20px;*/
	/*padding: 30px;*/
	/*margin-top: 30px;*/
	/*margin-top: -50px;
	padding-left: 50px;
	padding-right: 50px;*/
	/*color: #ffffff;*/
	/**/
	/*background-color: #cccccc;*/
}
.row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}
.column {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
}
.h1x {
	color: #ffffff;
}
.login-input-wrapper {
	text-align: left;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 12px;
}
.login-input-wrapper label , .c1 label {
	font-size: 16px;
	display: block;
	/*background-color: #ffffff;*/
	color: #144092;
	/*text-transform: uppercase;*/
	padding: 4px 0px;
	font-weight: bold;
	text-align: left;
}
label.opt {
	font-size: 11px !important;
}
.img-cna2 {
	display: none;
}
.login-wrapper h2 {
	text-transform: uppercase;
}
.btn {
	/*font-family: "Bebas Neue", Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;*/
	background-color: #fbf1e0;
	color: #000000;
	/*height: 30px;*/
	/*border-radius: 10px;*/
	/*width: 100%;*/
	/*border-radius: 40px;*/
	/*border: 2px solid #ffc400;*/
	border: none;
	padding: 8px;
	padding-right: 50px;
	padding-left: 50px;
	/*min-width: 200px;*/
	margin-left: auto;
	margin-right: auto;
	/*font-size: 20px;*/
	margin-top: 10px;
	/*box-shadow:	5px 5px 20px #000000;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;*/
	/*box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;*/
	/*box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 20px;*/
	cursor: pointer;
	transition: all 0.3s;
	font-weight: bold;
	text-transform: uppercase;
	/*letter-spacing: 1px;*/
	font-style: normal;
	transform: skewX(-14deg);
	font-size: 1vw;
}
.btn spanz {
	transform: skewX(20deg) !important;
}
.btn:hover, .btn:active {
	background-color: #ffffff;
	/*border: none;
	color: #000000;*/
	/*text-decoration: underline;*/
}
.xxp {
	background-color: #fbf1e0;
	color: #000000;
	transform: skewX(-14deg);
	padding: 8px;
	padding-right: 10px;
	padding-left: 10px;
	font-style: normal !important;
	display: inline-block;
	width: auto;
	margin-bottom: 4px;
}
.login-error-message {
	text-align: center;
	color: #b02a84;
	font-size: 18px;
}
.form-control {
	display: block;
	width: 100%;
	height: 36px;
	padding: 4px 10px;
	font-size: 16px;
	line-height: 1.42857;
	color: #333333;
	background-color: #f9f0df;
	background-image: none;
	border: 1px solid #f9f0df;
	transform: skewX(-14deg);
	font-style: normal;
	/*border-radius: 15px;*/
	/*text-align: center;*/
	/*max-width: 400px;*/
	/*margin: 0 auto;*/
}
.form-contro-sel {
	padding: 6px 10px !important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #a5a5a5;
	opacity: 1; /* Firefox */
}
.cl {
	clear:both
}
.pos {
	padding-top: 10vw;
	width: 75%;
	margin: 0 auto;
	/*min-height: 100vh;*/
	padding-bottom: 50px;
}
.img-cna {
	position: absolute;
	width: 10%;
	max-width: 458px;
	right: 5%;
	top: 18%;
	display: block;
}
.btt {
	position: absolute;
	bottom: 0;
	width: 80%;
	display: block;
	margin-left: 10%;
}
.btt2 {
	position: absolute;
	bottom: 0;
	width: 90%;
	display: none;
	margin-left: 5%;
}
@media screen and (min-width:1400px) {
.login-wrapper {
	font-size: 18px;
}
.btn {
	font-size: 18px;
}
.logo-center {
	width: 600px;
}
}
@media screen and (max-width:700px) {
.login-wrapper {
	font-size: 16px;
}
.btn {
	font-size: 16px;
}
.row {
	display: block;
}
.column {
	display: block;
}
.userx-tab {
	display: none;
}
.pos {
	padding-top: 10vh;
	width: 100%;
}
.login-form-wrapper {
	position: relative;
	left: unset;
	top: unset;
	right: unset;
	bottom: unset;
	margin: 0;
	padding: 0;
	width: 100%;
}
.login-wrapper {
	position: relative;
	left: unset;
	top: unset;
	right: unset;
	bottom: unset;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	min-width:inherit;
	padding: 25px;
	padding-top: 20px;
	margin-bottom: 50px;

	/*padding-left: 25px;
	padding-right: 25px;*/
	/*margin-top: -40px;*/
	min-height: 50vh;
}
.btt {
	display: none;
}
.btt2 {
	display: block;
}
.img-cna {
	display: none;
}
.img-cna2 {
	display: block;
	width: 30%;
	margin: 0 auto;
	padding-bottom: 10vh;
}
.logo-center {
	width: 80%;
	margin: 30px auto;
}
.xxpart {
	justify-content: center;
	flex-wrap: wrap;
}
.xxpart div {
	flex-basis: 40%;
}
.picc {
	justify-content: center;
	flex-wrap: wrap;
}
.picc div {
	flex-basis: 80%;
}
}