
@media  only screen and (min-device-width: 768px) 
{
    .form-container {
    padding: 2%;
    /* background: #ffffff; */
    /* border: 9px solid #f2f2f2; */
    max-width: 820px;
    margin: auto;
}

}

h1, p 
{
  text-align: center;
}

input, textarea , button
{
  width: 100%;
}    
textarea
{
  height: 100px;
}
                  div#particles-js {
    position: fixed;
    margin-top: -44%;
    width: 100%;
    height: 100%;
    z-index: -1;
}
            .container {
    position: relative;
    width: 100%;
    max-width: 90%; 
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
        </style>
    <style type="text/css">
    	::-webkit-scrollbar {
display: none;
}
    	div.backBtn {
  width: 100px;
      right: 100px;
  top: 30px;
  background-color: #f4f4f4;
  transition: all 0.4s ease;
  position: fixed;
  cursor: pointer;
}

span.line {
  bottom: auto;
  right: auto;
  top: auto;
  left: auto;
  background-color: #333;
  border-radius: 10px;
  width: 100%;
  left: 0px;
  height: 2px;
  display: block;
  position: absolute;
  transition: width 0.2s ease 0.1s, left 0.2s ease, transform 0.2s ease 0.3s, background-color 0.2s ease;
}

span.tLine {
  top: 0px;
}

span.mLine {
  top: 13px;
  opacity: 0;
}

span.bLine {
  top: 26px;
}

.label {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 100%;
  text-align: center;
  transition: all 0.4s ease;
  font-size: 1em;
}

div.backBtn:hover span.label {
  left: 25px
}

div.backBtn:hover span.line {
  left: -10px;
  height: 5px;
  background-color: #a94442;
}

div.backBtn:hover span.tLine {
  width: 25px;
  transform: rotate(-45deg);
  left: -15px;
  top: 6px;
}

div.backBtn:hover span.mLine {
  opacity: 1;
  width: 30px;
}

div.backBtn:hover span.bLine {
  width: 25px;
  transform: rotate(45deg);
  left: -15px;
  top: 20px;
}
a {
    color: #a94442;
    text-decoration: none;
}
a:hover {
    color: #a94442;
    text-decoration: none;
}

/*Navigation*/

/* Important styles */
#toggle {
     display: block;
    width: 28px;
    height: 30px;
    margin: 0;
    position: fixed;
    z-index: 211;
    right: 2%;
    top: 4%;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #888;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}

/* menu appearance*/
#menu {
       position: fixed;
    color: #000;
    width: 200px;
    padding: 10px;
    margin: 0;
    font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
    text-align: right;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s;
    z-index: 211;
    right: 2%;
}
#menu:after {
  position: fixed;
  top: -15px;
  left: 95px;
  content: "";
  display: block; 
}
ul, li, li a {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
li a {
  padding: 5px;
  color: #888;
  text-decoration: none;
  transition: all .2s;
}
li a:hover,
li a:focus {

  color: #000;
  text-decoration: none;
}


/* demo styles */
body { margin-top: 3em; background: #eee; color: #555;    font-family: 'Ubuntu', sans-serif !important; }
p, p a { font-size: 12px;text-align: center; color: #888; }


/*Navigation*/

label{
  color: #fff;
}
.form-container {
    border: 3px solid #fff;
    padding: 23px;
    border-radius: 35px;
        background-image: url(../img/worn-dots.png);
}

.maincb{
   background-color: #2E3638;
}
.mainhead{
	font-family: 'Ubuntu', sans-serif !important;font-size: 25px;color: #fff;
}