@media only screen and (max-width: 680px){
		.login-container {
		    margin-left: 12px !important; 
		}
		.logocelular{
			margin: 0 auto !important;
		}
		.logocelular2{
			/*float: inherit !important;*/
		}
		.escondernocelular{
			display: none !important;
		}
	}
		
	.csstabelas table{
		border: solid 1px #698bb3;
		width: 100%;
		border-style: dashed;
	}
	.csstabelas th{
		border: solid 1px #698bb3;
		border-style: dashed;
		background: #edf3f4;
		text-align: center;
		color: #698bb3;
	}
	.csstabelas td{
		border: solid 1px #698bb3;
		border-style: dashed;
		padding-left: 4px;
		padding-right: 4px;
	}
	#cadastrar{
		position: absolute;
		right: 33px;
		color:#337ab7;
		background: transparent;
		border:none;
	}
	#cadastrar:hover{
	 	color: #23527c;	
	 	text-decoration: underline;
	}

	#cadastrar .btn:focus{
	    outline: thin dotted;
	    outline: 0px auto -webkit-focus-ring-color;
	    outline-offset: 0px;
	}

	#cadastrar:focus{
	    outline: thin dotted;
	    outline: 0px auto -webkit-focus-ring-color;
	    outline-offset: 0px;

	}