body:before {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  background: url("../imagens/wallpaper_4.jpg")no-repeat center center fixed;
  width: 100%;
  height: 100%;
}
body {
  background: #ccc;
  font-family: "Roboto", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url("../imagens/wallpaper_3.jpg")no-repeat center center fixed;
}

.full_page:before{
    content: "";
    position: fixed;
    top: 0;
	left: 0;
    /*background: url("../imagens/world.png")no-repeat center center fixed;*/
    width: 100%;
    height: 100%;
    -webkit-background-size: 700px 700px;
    -moz-background-size: 700px 700px;
    -o-background-size: 700px 700px;
    background-size: 700px 700px;
}
.form {
    z-index: 1;
    background: rgba(44, 62, 80, 0.5);
    max-width: 300px;
    margin: 0 auto;
    padding: 30px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: center;
    position: absolute;
    top: 55%;
    left: 50%;
    margin-top: -284px;
    margin-left: -180px;
    box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
}
.form .thumbnail {
   box-sizing: border-box;
    height: 200px;
    margin: 0 auto 0px;
}
.form .thumbnail img {
  display: block;
  width: 100%;
}
.form input {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  margin: 0 0 15px;
  padding: 15px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
  border: 1px solid #dbdbdb;
}
 .form input:focus{
	border-color:#004981;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 73, 129, 0.6);	
}
.form #Button1:hover{background:rgba(92, 151, 191, 1);}
.form #Button1 {
  outline: 0;
  background: #1e699b;
  width: 100%;
  border: 0;
  padding: 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  border-radius:4px;
  border: 0px !important;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #EF3B3A;
  text-decoration: none;
}
.form .register-form {
  display: none;
}

.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 45% auto;
    text-align: center;;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}
.footer_text{
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #bdbdbd;
  left: 0;
  right: 0;
  font-size: 12px;
  font-weight: 600;
}
.n_documento{
	width: 40px !important;
	height: 40px !important;
	margin: 0 0 5px !important;
}
.space_login{padding:12px;color: #333333 !important;}
.tg{
	margin: 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    padding-top: 5px;
    margin-bottom: 12px;
}
.tdocument{color: #333;padding: 12px;font-weight: 600;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.background_transparent{background-color:rgba(255, 255, 255, 0.7);border-radius:4px;}
#LblMsg{color: Red;font-size: 13px;font-weight: 600;}

#text_login 
{
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 20px;    
}


