/* 
	Template Name: Siva - Multipurpose Comming Soon Mobile Responsive Template For Multiple Business
	Version: 1.0
	Author: W3itexperts
	Website: http://www.w3itexperts.com/
	Contact: w3itexpert@gmail.com
	Follow: https://twitter.com/w3itexpert
	Like: https://www.facebook.com/w3itexperts
*/
/*===================== 
	Primary bg color 
=====================*/

/* Hex */
.bg-primary,
.overlay-primary-light:after,
.overlay-primary-middle:after,
.overlay-primary-dark:after,
.site-button,
.modal-header{
    background-color: #ffffff;
}
/*Hex color :hover */
.site-button:active,
.site-button:hover,
.site-button:focus,
.active > .site-button,
.bg-primary-dark,
.sidenav .closebtn:hover,
.style-2 .w3-social-icon.border li a:hover{
    background-color: #ffffff;
}

/*===================== 
	Premery text color 
=====================*/
a,
.text-primary,
.site-button.outline,
.login-form.style-3 .w3-form,
.modal-content .form-control, 
.modal-content .input-group-addon {
    color: #ffffff;
}

/*===================== 
	Border Color color 
=====================*/
.site-button.outline{
	border-color:#ffffff;
}
.login-form.style-2 .form-control{
	border-left: 2px solid #ffffff;
}
/*===================== 
	Border Color color 
=====================*/
.login-form.style-3 .form-control{
	 background-color: rgba(247, 184, 0, 0.5);
}
.site-button.outline:hover,
.site-button.outline:focus,
.site-button.outline:active,
.active > .site-button.outline {
    background-color: #ffffff !important;
    color: #5c4a3b !important;
    border-color: #ffffff !important;
}