html, body {
	min-height: 100% !important;	
}

.btn-primary
{
    width: 100% !important;
}

.tab-10
{
    padding-left: 10px !important;
}

.border-bottom-2
{
    border-bottom: 3px solid grey !important;
}

/* Para retirar zoom de inputs em celulares e tablets */
@media only screen and (max-device-width:791px){
	input {
		font-size: 16px !important;
	  }
}