* {
margin:0;
padding:0;
list-style:none;
vertical-align:baseline;
}

body {
  height: 100%;
	text-align: center;
	background: url(../imgs/fundo2-ntxt.jpg) no-repeat center center fixed; 
   background-size: cover; 
  -webkit-background-size: cover; 
  -moz-background-size: cover; 
  -ms-background-size: cover; 
  -o-background-size: cover; 
  overflow-x: hidden;
}
#logo {
	height: 100%;
	text-align: center;	
	overflow-x: hidden;
	padding-top: 5%;
}

#logo img {
	width: 21em;
}

#txt-cima img {
	width: 	21em;
}

#formulario {
	height: 50%;
	width: 	100%;
}


form input, textarea {
  resize: none;
  padding: 6px;
  outline: none;
  margin-left: -2%;
	font-family: 'jr_font';
	font-size: 1.2em;
	color: #74b1bc;
	border: 10px solid transparent;
    -webkit-border-image: url(../imgs/border2.png) 20 stretch; /* Safari 3.1-5 */
    -o-border-image: url(../imgs/border2.png) 20 stretch; /* Opera 11-12.1 */
	background: transparent;
	width: 94%;
}


::-webkit-input-placeholder {
   color: #74b1bc;

}

:-moz-placeholder { /* Firefox 18- */
   color: #74b1bc;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #74b1bc;  
}

:-ms-input-placeholder {  
   color: #74b1bc;  
}

input, textarea {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

#centeringDiv {
	 height: 100%;
	display: flex;
	padding: 15px;
}

#mainForm{
	width: 13.5em;
	border: 1px solid transparent;
    padding: 50px;
    -webkit-border-image: url(../imgs/border1.png) 30 stretch; /* Safari 3.1-5 */
    -o-border-image: url(../imgs/border1.png) 30 stretch; /* Opera 11-12.1 */
    
  margin: auto;
}



#text-button{
  width: 100%;
    display:inline-block;
    position:relative;
}

.button{
	color: #5b5b5f;
	background-image: url(../imgs/bg_btn.png);
	background-repeat: no-repeat;
	background-position: center;
 position:absolute;
 bottom:5px;
 width: 115px;
 border:none;
}

h5 {
	color: #9da0a3;
	font-family: 'jr_font'; 
	font-size: 1em;
}

@media screen and (max-width: 1420px) {
	#mainForm{
		width: 12em;
	}	
  .button {
    right: 2px;
  }
}

@media screen and (max-width: 1280px) {
	#mainForm{
		width: 10em;
	}  
}

@media screen and (max-width: 768px) {
  #logo img {
  	width: 20em;
	padding-top: 7%;		
  	}
  	#txt-cima img {
  		width: 20em;
  	}
    h5 {
      font-size: 0.9em;
    }
}


/* Portrait and Landscape */
@media screen  
  and (max-width: 667px) { 

      #logo img {
      width: 65%;
      padding-top: 7%;    
    }
    #txt-cima img {
      width: 65%;
    }
    #mainForm {
      width: 55%;
      }
    .button {
      right: 13%;
    }
    h5 {
      font-size: 0.7em;
    }
    form input, textarea {
      width: 90%;
    }  
}

@font-face {
    font-family: 'jr_font';
    src: url('../fonts/jrha___-webfont.woff2') format('woff2'),
         url('../fonts/jrha___-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

