@CHARSET "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

html { height: 100%;
	margin: 0;
	padding: 0;
	background-image: url('../img/spring.jpg');
}

body {
	margin:0px 0px 0px 0px;
	font-family:'Roboto', sans-serif;
	font-size:11px;
	height:100%;
}
#rootContainer {
	width:100%;
	height:100%;
}

#rootContainer .form-container {
	position: absolute;
	width: 260px;
	top: 40%;
	left: 50%;
	margin-left: -140px;
	margin-top: -100px;
	text-align: center;
	background-color: white;
	padding: 20px 10px;
	-webkit-box-shadow: 0 0 50px rgb(0 0 0 / 20%);
	box-shadow: 0 0 50px rgb(0 0 0 / 20%);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#rootContainer .form-footer {
	padding: 0 15px;
}
#rootContainer .text-muted {
	color: #9a9a9a;
}
#rootContainer .pull-left {
	float: left;
}
#rootContainer .pull-right {
	float: right;
}


table {
	border:0;
}
table td {
	padding:2px;
	font-size:11px;
}
table td:first-child {
	width: 90px;
}

button, .button {
	background-color: #ddffee;
	margin: 0 3px 0 3px;
	font-size: 12px;
	height: 24px;
	border-radius: 3px 3px 3px 3px;
	border-color: silver #000000 #000000 silver;
	border-image: none;
	border-style: solid;
	border-width: 1px;
}

button:active, .button:active {
	border-color: #000000 silver silver #000000;
}

input {
	border: solid 1px #CCCCCC;
	height:16px;
	font-size:11px;
}
input:focus {
	outline-style:none !important;
	outline:none !important;
	box-shadow:none !important;
	border:1px solid grey !important;
}

.check {
	border: 0;
}

.error {
	color:red;
}


.text-danger {
	color: #e50000;
}
.text-success {
	color: #1ab100;
	font-size: 12px;
}
.text-center {
	text-align: center;
}

/*
PRELOADERS
*/

.form-footer {
	margin-top: 20px;
}
.error {
	color: red;
	margin-bottom: 15px;
}
.auth-social {
	margin-top: 30px;
}
.auth-social > div {
	margin-bottom: 10px;
}
.auth-social a {
	margin-right: 6px;
}
#backVideo {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -1000;
	opacity: 0.3;
}
