/* ========== LOGIN ========== */
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300|Open+Sans:400,300,600,700,800&subset=latin,latin-ext);
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}
*:focus { outline: none; }
body {
	font-family: 'Roboto Condensed', sans-serif;
	background-image: url("bg_login.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

/* === FORM PASS === */
.wrap-pass {
	max-width: 450px;
	margin: 10% auto;
	background: rgba(255, 255, 255, .6);
	padding: 2em 4em;
	box-shadow: 10px 7px 17px rgb(0 0 0 / 0.1);
}
.inp-blk {
	width: 100%;
	background-color: rgba(255, 255, 255, .0);
	border: 2px solid #3f3f3f;
	padding: 0.4em 0.4em;
}
.lbl-blk {
	display: inline-block;
	color: #2f2f2f;
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: left;
}

/* === BUTTON === */
.btn-pass {
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	width: 160px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	font-weight: 500;
	background: none;
	color: #326d8a;
	border: 3px solid #326d8a; 
	margin: 30px auto 10px;
	padding: 0.4em;
}
input.btn-pass:hover {
	cursor: pointer;
	color: rgba(231, 227, 227, 0.9);
	background: #31749d;
	border: 3px solid #31749d;
	transition: .2s; 
}
.error {
	color: #be0033;
	font-size: 0.9em;
	letter-spacing: 0.4px;
	margin-left: 2px;
}

/* === FONTS === */
h1 {
	color: #202020;
	font-size: 2rem;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}

/* === STYLE === */
a {
	text-decoration: none;
}
img {
	max-width:100%;
	height:auto;
	width:auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.clear {
	clear: both;
}
/**/
/* === TOP BAR === */
.top-bar {
	width: 100%;
	position: fixed;
	top: 0;
	background: #2927277d;
	padding: 0.5em 0em;
	box-shadow: 10px 7px 17px rgb(0 0 0 / 0.1);
}
.top-bar span {
	float: right;
	margin: 0px 20px; 
}
.top-bar a {
	font-size: 16px;
	color: #b2becd;
	letter-spacing: 0.4px;
	margin: 0px 8px;
}
.top-bar a:hover {
	color: #f7fcff;
	transition: 0.3s;
}

/* === FOOTER === */
.copy {
	width: 100%;
	position: fixed;
	bottom: 0;
	background: rgba(15, 18, 20, 0.8);
	padding: 1em 0em;
	text-align: center;
}
.wrap-copy {
	max-width: 1200px;
	margin: 0px auto;
	text-align: center;
	line-height: 1.5;
}
.fnt-copy {
	text-transform: uppercase;
	float: left;
	padding-left: 2em;
}
.fnt-studio {
	float: right;
	padding-right: 2em;
	letter-spacing: 1px;
}
.copy span {
	color: #cfcfcf; 
	font-size: 1rem;
	font-weight: 100;
}
.copy a {
	color: #cfcfcf; 
}
.copy a:hover {
	color: #9f9f9f;
}

/* ===== ANIMATE ===== */
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}
@-webkit-keyframes bounceIn {
20%, 40%, 60%, 80%, from, to {
	-webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
	animation-timing-function: cubic-bezier(0.215,.61,.355,1)
}
0% {
	opacity: 0;
	-webkit-transform: scale3d(.3,.3,.3);
	transform: scale3d(.3,.3,.3);
}
20% {
	-webkit-transform: scale3d(1.1,1.1,1.1);
	transform: scale3d(1.1,1.1,1.1);
}
40% {
	-webkit-transform: scale3d(.9,.9,.9);
	transform: scale3d(.9,.9,.9);
}
60% {
	opacity: 1;
	-webkit-transform: scale3d(1.03,1.03,1.03);
	transform: scale3d(1.03,1.03,1.03);
}
80% {
	-webkit-transform: scale3d(.97,.97,.97);
	transform: scale3d(.97,.97,.97);
}
to {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}
}
@keyframes bounceIn {
20%, 40%, 60%, 80%, from, to {
	-webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
	animation-timing-function: cubic-bezier(0.215,.61,.355,1);
}
0% {
	opacity: 0;
	-webkit-transform: scale3d(.3,.3,.3);
	transform: scale3d(.3,.3,.3);
}
20% {
	-webkit-transform: scale3d(1.1,1.1,1.1);
	transform: scale3d(1.1,1.1,1.1);
}
40% {
	-webkit-transform: scale3d(.9,.9,.9);
	transform: scale3d(.9,.9,.9);
}
60% {
	opacity: 1;
	-webkit-transform: scale3d(1.03,1.03,1.03);
	transform: scale3d(1.03,1.03,1.03);
}
80% {
	-webkit-transform: scale3d(.97,.97,.97);
	transform: scale3d(.97,.97,.97);
}
to {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1)
}
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

/* ===== GRID ===== */
.webnice {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0px;
}
.webnice:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.webnice .f-right { float: right!important; }
.webnice .f-left { float: left!important; }
.webnice .row:before,.row:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.webnice .row:after {clear: both; }
.webnice .wrap-col { margin:10px; }
.webnice .col-1-2, .webnice .col-1-3 { float: left; }
.webnice .col-full { width:100%; }
.webnice .col-1-2 { width:50%; }

/* ===== RESPONSIVE 767 ===== */
@media only screen and (max-width: 767px) {
	.webnice, .webnice .col-1-2, .webnice .col-1-3  { width:100%; }	

/* === FORM === */
.wrap-pass {
	margin: 20% auto;
	padding: 2em 2em;
}

/* === FOOTER === */
.fnt-copy {
	text-align: center;
	float: none;
	padding-left: 0em;
}
.fnt-studio {
	display: block;
	text-align: center;
	float: none;
	padding-right: 0em;
	padding-top: 0.2em;
}
}

/* ===== RESPONSIVE 480 ===== */
@media only screen and (max-width: 480px) {
	.webnice, .webnice .col-1-2, .webnice .col-1-3  { width:100%; }

/* === FONTS === */
h1 {
	font-size: 2.2rem;
	margin-top: 5%;
}
/* === TOP BAR === */
.top-bar span {
	float: none;
	display: block;
	text-align: center;
	margin: 0px auto;
}
.top-bar a {
	margin: 0px 20px;
}
/* === FOOTER === */
.copy span {
	font-size: 16px;
}
.wrap-pass {
	margin: 20% 5%;
	padding: 2em 2em;
}
}

/* ===== RESPONSIVE 320 ===== */
@media only screen and (max-width: 320px) {
 .webnice, .webnice .col-1-2, .webnice .col-1-3 { width:100%; }

}