
body{background: rgb(50,50,50);
background: linear-gradient(218deg, rgba(50,50,50,1) 0%, rgba(201,201,201,1) 100%);padding: 0; margin: 0;}

.instrucao{font-family:Tahoma, Geneva, sans-serif; font-size:14px; }
.instrucao2{font-family:Tahoma, Geneva, sans-serif; font-size:11px; }


    .busca{width:500px; height:40px;

    outline: 0;

	text-align:left;

	padding-left:10px;

	font-family:Georgia, "Times New Roman", Times, serif;

	}

	    .busca2{width:350px; height:40px;

    outline: 0;

	text-align:left;

	padding-left:10px;

	font-family:Georgia, "Times New Roman", Times, serif;

	}

.inserir{

		  background-color: #4CAF50;

  color: white;

  padding: 16px 20px;

  margin: 8px 0;

  border: none;

  cursor: pointer;

	width: 148px;

  opacity: 0.9;

		}



.container {
width: 100vw;
height: 100vh;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.box {
width: 600px;
height: 400px;
background: #fff;
}
.fotobox{height: 400px; width:280px; background: rgb(43,43,43);
background: radial-gradient(circle, rgba(43,43,43,1) 0%, rgba(89,89,89,1) 100%);
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
	float:left;
}
.img1{}
.loginbox{height: 400px; width:320px; background-color: #FBFBFB; float:right;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.direitos{font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; font-size: 10px; padding-top:50px; }
.form1{font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; padding-left:10px; padding-top:2px; padding-bottom:2px; height: 35px;}
.bt1{border:0; margin:0; width:110px; height:40px; background-color:#494949; color:WHITE;}
.t1{font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; color:#DD3033; font-size: 12px;}
.t2{font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; color:#4FAD4B; font-size: 14px;}
