html,
body {
    height: 100%;
}
.error_message {
	background-color: #EBEFB5;
	border-color:#000000;
	
}
.container 
{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
   	background-size: cover;
	background-repeat:no-repeat;    
}
.container-box
{
	display:inline-block; 
	padding-top:0px; 
	background: rgba(0, 0, 0, .5);
	border: 1px solid #333;	
}


.botao1 {
	padding-top:0px;
	color:#dead34;
	
}

.modal-title{
	  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}
html {
  font-size: 10px;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
}


