@charset 'UTF-8';
/*
 * jQuery File Upload Plugin CSS Example 1.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2012, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
html{}

a:hover{text-decoration:underline !important;}
h1{font-family:Verdana, Geneva, sans-serif; color:grey; font-weight:normal !important; text-align:center; font-size:16px;}
 h2{font-family:Verdana, Geneva, sans-serif; color:grey; font-weight:normal !important; text-align:left; font-size:12px;}
 h3{color:#ffc3c0; text-align:center; font-size:12px;font-family:Verdana, Geneva, sans-serif; font-weight:normal; line-height:15px;}
body{
  padding: 0; margin:0;  background:url(../img/bg-html.jpg) repeat;
}

.form-ftp{display:block;width:320px; height:185px; margin:0 auto; background:white; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; box-shadow:0 2px 10px #850600; padding:15px; margin-top:40px;}


.cont-ftp{display:block;width:800px; height:500px; margin:0 auto;background:url(../img/bg-body.jpg) no-repeat top center; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; padding-top:160px; font-size:8px; color:grey; font-family:Verdana, Geneva, sans-serif; font-weight:normal !important;}

.btn-entrar{display:block;padding:7px 15px; color:white; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; box-shadow:inset 0 0 5px #850600; border:none; cursor:pointer; background:#c01108; font-size:14px; font-weight:bold; float:right; margin-top:7px;}

.btn-entrar:hover{ background:#db1e14;}
.campo-ftp{display:block; padding:7px; background:white !important; border:1px solid #fff;box-shadow: 0 0 5px #d5d5d5; color:grey; font-size:14px; margin:5px 0; width:230px;}

.container{
	background:white;
	box-shadow:0 2px 10px #850600;
	padding:15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top:30px;
	margin-bottom:15px;
}

.foot{display:block; max-width:700px; margin:0 auto;}
.foot a {color:white;}
.foot a:hover{color:white;text-decoration:underline;}
.head-logo{display:block; width:200px; height:100px; margin:0 auto; background:url(../img/bg-head-logo.png) no-repeat; margin-top:40px;}