
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;}


.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;}
