	body
	{
		margin: 0
	}
	
	.bgimg
	{
		min-height: 100%;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
	}
	
.content
{
	width: 400px;
    margin: 10px auto;
    display: table;
    padding: 10px 15px 20px;
    position: relative;
    background: #fff;
}

	.content img
	{
		width:100px;
		display: table;
		margin: auto;
	}

label
{
	width: 85px;
	display: inline-table;
}

	form
	{
		padding: 10px;
	}
	
input
{
	width: 260px;
	margin-bottom: 10px;
}

button[type="submit"]
{
	    width: 200px;
    border-radius: 10px;
    padding: 5px;
    margin: 10px auto 0;
    display: table;
    background-color: #98bf21;
    border: 0;
	outline: none;
}
	@media(max-width:450px)
	{
		.content
{
	width: 85%;
		}
		
		label
		{
			display: block;
			margin: 5px 0;
		}
		
		input
		{
			width: 90%;
		}
	}

#cookiesmodal .cookie-dialog .cookie-footer
{
	margin-top: 10px;
}

#cookiesmodal .cookie-dialog .cookie-footer button
{
	    width: 48%;
    padding: 9px;
    border-radius: 5px;
}
#cookiesmodal .cookie-dialog .cookie-footer .btn-success
{
	    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
#cookiesmodal .cookie-dialog
{
	position: fixed;
    bottom: 10px;
    margin: 0;
    left: 10px;
}

#cookiesmodal .cookie-dialog p
{
	margin: 0;
}

#cookiesmodal .cookie-dialog a
{
	font-size: 10px;
}

.btncookie:hover
{
	transform: translateY(0);
}

.btncookie
{
	padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
	position: fixed;
    bottom: 0;
    left: 10px;
	transition: transform 1s ease;
	transform: translateY(20px);
}

.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    display: none;
}
.modalshow
{
	display: block;
}
.modalDialog > div {
    max-width: 400px;
    width: 80%;
    position: relative;
    margin: 10% auto;
    padding: 20px;
    border-radius: 3px;
    background: #fff;
}
.close {
    background: #f26d7d;
    color: #fff;
    position: absolute;
    right: -12px;
    top: -10px;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background: #fa3f6f;
}

.tab {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
 background-color: #98bf21;
    color: #fff;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

@media(max-width:650px)
{	
	.btncookie
	{
		transform: translateY(0px);
		    position: relative;
		margin: 10px 0;
	}
}