@charset "UTF-8";
/* CSS Document */
html {
  height: 100%;
}
body {
  min-height: 100%;
  /*
	background: repeating-linear-gradient(
  0deg,
  #3CC022,
  #0f0 100%
  */
  background:#333333;
  background-size:cover;
  background-attachment:fixed;
  background-position:center;
}
.bg_container{
background: repeating-linear-gradient(
  45deg,
  #e9e9e9,
  #e9e9e9 10px,
  #F0F0F0 10px,
  #F0F0F0 20px
);
margin-top:20px;
margin-bottom:20px;
padding-top:10px;
padding-bottom:10px;
border:#FFF 10px solid;
}
.topo{
color:#fff;
background: repeating-linear-gradient(
  0deg,
  #333,
  #000 100%
);
height:80px; 
}
.div_round{
border-radius:5%;
background:#FFFFFF;
margin-top:10px;
margin-bottom:10px;
padding:5px;
border:#ccc 1px solid;
}

.div_square{
background:#FFFFFF;
margin-top:10px;
margin-bottom:10px;
padding:5px;
border:#ccc 1px solid;
}

.fa-gradient{
  background: -webkit-linear-gradient(#000, #333, #444);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 800px) {
.container-login{
width:50% !important;
}
}
.mb-3{
margin-bottom:3px;
}

a.a1:link{
text-decoration:none;
color:#000;
}

a.a1:visited{
text-decoration:none;
color:#000;
}

a.a1:hover{
text-decoration:none;
color:#5098E3;
}

a.a2:link{
text-decoration:none;
color:#FFF;
}

a.a2:visited{
text-decoration:none;
color:#FFF;
}

a.a2:hover{
text-decoration:none;
color:#FF0;
}
.mr-5{
margin-right:5px;
}
h4,h5,h6{
font-weight:400;
}