body {
	background-color: black;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
}

.bg {
	position:fixed;
	top:0;
	bottom:0;  filter: blur(8px);

	left:0;
	right:0;
	z-index: 0;
	background: url(../images/bgnn-ai.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0.5;
}

.login-box {
 	background-color: rgba(0,0,0,0.5); 
	width: calc( 100% - 60px );
	max-width:500px;
	left: 0;
	right:0;
	top:30vh;
	margin: 100px auto 0 auto;
	position:fixed;
	z-index: 10;
	padding: 30px;
/* 	height: 100px; */
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

input[type='text'],
input[type='email'],
.login-box input[type='password'] {
	border:1px solid #ddd;
	border-bottom: 2px solid #00f5b3;
	display:block;
	padding: 10px 16px;
	width: 100%;
	border-radius:10px;
	margin-bottom: 20px;
    box-sizing: border-box;
	font-size: 16px;
	font-weight:normal;
}

.login-box button,
.modal-footer button
{
	border:1px solid #00f5b3;
	background: #00f5b3;
	display:block;
	padding: 10px;
	width: 100%;
    box-sizing: border-box;
	border-radius:10px;
	font-size: 16px;
	font-weight:bold;
	color:black;
}

.text-center {
	text-align:center;
}

.text-center a {
	color: #00f5b3;
	padding: 20px 0 0 0;
	display: block;
	text-decoration: none;
}

#loading {
	display:none;
	position:fixed;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background-color: rgba(0,0,0,0.5);
	backdrop-filter: blur(10px);
	z-index: 100;
}

.error-message {
	position: fixed;
    z-index: 10;
    top: 100px;
    width: 260px;
    left: 50%;
    margin-left: -150px;
    background-color: rgba(200,0,0,0.5);
    padding: 20px;
    border-radius: 10px;
	border:1px solid rgb(200,0,0);
    text-align: center;
    color: white;
    font-weight: bold;
/* 	display:none; */
}
/*
 * dla telefonow
 */

@media only screen and (max-width: 600px) {
.login-box {
	bottom:0;
	top:auto;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
}


.langcc {
	position:fixed;
	right: 5px;
	top: 5px;
}

.langcc img {
	height: 20px;
}

.modal {
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index: 9999;
	display: none;
}

.modal-dialog {
	position:fixed;
	top: 100px;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	background-color: #eee;
}

.modal-bg {
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color:rgba(0,0,0,0.75);
}

.modal-content {
	padding: 0 15px;
}

.modal-header {
	position: relative;
}

.modal-header button {
	border:0;
	position:absolute;
	right: 5px;
	top: 0px;
}

.modal-footer {
	padding-bottom: 10px;
}

