/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/



.produto{
	padding: 30px !important;
}

.login{
	padding: 60px 15px;
}

.titulo{
	font-size: 1.8rem;
}

form.sair{

	margin-bottom: 0px;
	float: right;
}
form.limpar{

	margin-bottom: 0px;
	float: right;
}
form.sair input[type=submit],
form.limpar input[type=submit]{
	margin-right: 5px;
	margin-left: 5px;
}

.swal-modal {
  background-color: #FC0D1B;
  border: 1px solid #FC0D1B;
}
.swal-modal {
    width: 600px;
    max-width: 100%;
 }
.swal-title{
	color: #fff;
	font-size: 2.6rem;
}
.swal-text{
	color: #fff;
	font-size: 1.6rem;
}

.swal-button--confirmButtonText{
	color: #FC0D1B;
  	background-color: #fff;
}

.swal-button--confirmButtonText:hover{
	background-color: #FC0D1B !important;
  	color: #fff;
}