button, .button, input[type="reset"], input[type="submit"], input[type="button"] {
    border: 1px solid #FFF;
}




.site-content {
    background-color: rgba(0, 0, 0, 0.55);
-webkit-box-shadow: 5px 5px 12px 7px rgba(0,0,0,0.35);
-moz-box-shadow: 5px 5px 12px 7px rgba(0,0,0,0.35);
box-shadow: 5px 5px 12px 7px rgba(0,0,0,0.35);
}

input {
    width: 100%  !important;
}

select, textarea, input:not([type]), input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    color: rgba(44, 44, 44, 0  !important);
    background-color: rgba(255, 255, 255, 0.25)  !important;
}



a {
    color: rgba(44, 44, 44, 0);
    cursor: text;
}


h2 {
  font-family: "Bitter" !important;
  font-style: normal !important;
  font-weight: 400 !important;
   color: #E8E8E8;
}

.entry-content, h1 {
     color: #E8E8E8;
}

.site-info {
    background: none;
    color: rgba(44, 44, 44, 0.0);
    text-align: center;
}

.site-banner {
    background: none !important;
}


.wrap h2 {
  margin: 0px !important;
}

.wrap .countdown h2 {
  font-family: "Bitter" !important;
  font-style: normal !important;
  font-weight: 700 !important;
}

