.w3-theme-l5 {color:#000 !important; background-image: linear-gradient(to right, #3c5f47 , #699f7a); 
background-color:#131a15 !important;
border-right: 6px solid #000;}
.w3-theme-l4 {color:#000 !important; background-image: linear-gradient(to right, transparent, #604d3a , #191613, #604d3a, transparent);
border-top: 6px solid #000; border-bottom: 6px solid #000;}
.w3-theme-l3 {color:#000 !important; background-color:#96bca3 !important}
.w3-theme-l2 {color:#000 !important; background-color:#3c5f47 !important}
.w3-theme-l1 {border: 1px solid black; border-collapse: collapse; color:#000 !important; background-color:#3c5f47 !important }
.w3-theme-d1 {color:#fff !important; background-color:#000000 !important}
.w3-theme-d2 {color:#fff !important; background-color:#000000 !important}
.w3-theme-d3 {color:#fff !important; background-color:#000000 !important}
.w3-theme-d4 {color:#fff !important; background-color:#000000 !important}
.w3-theme-d5 {color:#fff !important; background-color:#000000 !important}

.w3-theme-light {color:#000 !important; background-color:#74573b !important}
.w3-theme-dark {color:#fff !important; background-color:#000000 !important}
.w3-theme-action {color:#fff !important; background-color:#000000 !important}

.w3-theme {color:#000 !important; background-color:#131a15 !important}
.w3-text-theme {color:#000000 !important}
.w3-border-theme {border-color:#000000 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#000000 !important}
.w3-hover-text-theme:hover {color:#000000 !important}
.w3-hover-border-theme:hover {border-color:#000000 !important}

.maincontainer {padding: 10px; border-radius: 20px; border: 1px solid black; background-color:#cfe0d5 !important}

.error { background: repeating-linear-gradient(135deg, #900d0d, #900d0d 30px, #b0523b 30px, #b0523b 60px); 
font-weight: bold; padding: 10px; 
border: 1px solid black; border-radius: 30px;
color:white !important;}
.success {background: repeating-linear-gradient(135deg, #62ad69, #62ad69 30px, #74c87c 30px, #74c87c 60px); 
font-weight: bold; padding: 10px; 
border: 1px solid black; border-radius: 30px;
color:white !important;}

textarea, input, select, button
{
background-color:#fff !important;
}

h1, h2, h3 {
border-radius: 20px; 
padding: 5px;
color:#fff !important; }

h1
{
background-color: #3c5f47;
}
h2, h3
{
background-color: #578666;
}



body 
{
color:#000 !important;
background-color: #3c5f47;
}