/*
 Theme Name:   Full Width Plugin
 Theme URI:    https://plugin.miclub.com.au
 License:      Copyright 2017 - MiClub
 Version: 1.1
*/

/*
 * ======================  LIVE CHANGES GO HERE  ======================
 * Please make sure that you place a timestamp with your name whenever
 * this file is edited. If your change is a result of a ticket please
 * include the ticket number in the comment.
 */  


.bg-warning {
    background-color: #f2dede; 
	padding: 5px;
}
.bg-alert {
	padding: 5px;
}

body.product-page .main-content div.login div.left form input[type=submit]{
	margin-top: 20px;
	background-color: #db950a;
	border-color: #db950a;
	color: #fff;
}
body.product-page .main-content div.login div.left form input[type=submit]:hover{
	background-color: #af6f00;
	border-color: #af6f00;
	color: #fff;
}