/* ==========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("../img/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;
}
.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: 180px;
 font-size: 17px;
 text-align: center;
 letter-spacing: 1px;
 text-transform: uppercase;
 font-weight: 500;
 border-radius: 6px;
 background: none;
 color: #115374;
 border: 3px solid #115374; 
 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;
 letter-spacing: 2px;
 transition: .2s; 
}
.error {
	color: rgb(196, 51, 90);
	font-size: 0.9em;
	margin-left: 5px;
}
/* ===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;
}
/* ===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 {}
.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; display: inline-block; }
.webnice .col-full { width:100%; }
.webnice .col-1-2 { width:50%; }

/* =====RESPONSIVE===== */

/* ===767px=== */
@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;
}

}

/* ===480px=== */
@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%;
}
.copy span {
 font-size: 16px;
}
.wrap-pass {
 margin: 20% 5%;
 padding: 2em 2em;
}

}

/* ===320px=== */
@media only screen and (max-width: 320px) {
 .webnice, .webnice .col-1-2, .webnice .col-1-3 { width:100%; }

}