html, body {
	height: 100%;
}
body {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #FFF;
	background: #000;
	/*
	background: url("/img/login-back.jpg") #000 no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/login-back.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/login-back.jpg', sizingMethod='scale')";
	*/
}
.clear {clear:both; margin:0 !important; padding:0 !important; border:0 none !important; line-height:0 !important; height:0 !important; font-size:0 !important}

.container-full {
	width: 380px;
	margin: 0 auto;
}
strong {
	font-family: 'Roboto', Arial, sans-serif !important;
	font-weight: 700 !important;
}
a, a img, input, textarea, button {
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

input, input:hover, input:focus, button, button:hover, button:focus, .input-group-addon, .form-control, .dropdown-menu, .btn, .btn:hover, .btn:focus, .btn:active, .btn:active:hover, .btn:active:focus, .alert {
	border: none !important;
	-webkit-border-radius: 0 !important;
			border-radius: 0 !important;
	-webkit-box-shadow: none !important;
			box-shadow: none !important;
	/*outline: 0 !important;*/
	/*outline: none !important;*/
}
input[type="text"], input[type="email"], input[type="password"], input[type="submit"] {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #999;
	height: 40px;
}
.btn {
	height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
}
.btn-success {
	font-family: 'Roboto', Arial, sans-serif !important;
	font-weight: 700 !important;
	font-weight: 18px;
	background: #009424 !important;
	color: #fff !important;
}
.btn-success:hover {
	background: #E11422 !important;
}
.btn-neutral {
	height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
	padding: 10px 15px;
	font-family: 'Roboto', Arial, sans-serif !important;
	font-weight: 700 !important;
	font-weight: 18px;
	background: #999999 !important;
	color: #fff !important;
}
.btn-neutral:hover {
	background: #666666 !important;
}
.form-group {
    margin-bottom: 10px;
}
.alert-danger {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 400;
	font-size: 13px;
	margin: 20px 0 0 0;
	line-height: 20px;
	color: #FFF;
	background: #E01321;
	padding: 10px 15px;
}
.alert-danger strong {
	font-size: 14px;
}



.vertical-center {
	height: 100%;
	width: 100%;
	text-align: center;
	font: 0/0 a;
}

.vertical-center:before {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.vertical-center > .container-full {
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	/*font: 16px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}

.login {
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	padding: 30px;
}
.logo {
	display: block;
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
}
.logo img {
	height: 37px;
	float: left;
}
.logo-title {
	float: right;
	/*margin-left: 20px;*/
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
}


.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 35px;
	text-align: center;
	font-size: 11px;
	color: #FFF;
}
.footer .container-full {
	/*background-color: #000;
	background-color: rgba(0,0,0,0.4);*/
	height: 35px;
	line-height: 15px;
	text-shadow: 0 0 5px rgba(0,0,0,1), 0 0 5px rgba(0,0,0,0.5);
}

/*******************************************/
/* kenburns animation smaller */
/*******************************************/
.vegas-animation-kenburns2 {
    -webkit-animation: kenburns2 ease-out;
            animation: kenburns2 ease-out;
}

@-webkit-keyframes kenburns2 {
    0% {
        -webkit-transform: scale(1.15);
                transform: scale(1.15);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes kenburns2 {
    0% {
        -webkit-transform: scale(1.15);
                transform: scale(1.15);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@media (max-width: 768px) {
	.vertical-center:before {
		/*display: none;*/
	}
}
