/* ---------- GENERAL ---------- */
* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

h3 {
  margin: 0;
}

a {
  color: #999;
  text-decoration: none;
}

a:hover {
  color: #1dabb8;
}

fieldset {
  border: none;
  margin: 0;
}

input {
  border: none;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  -webkit-appearance: none;
}

input:focus {
  outline: none;
}

input[type="submit"] {
  cursor: pointer;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}



/* ---------- LOGIN-FORM ---------- */
#login-form {
  width: 300px;
}

#login-form h3 {
  background-color: #282830;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 14px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
}

#login-form fieldset {
  background: #fff;
  border-radius: 0 0 5px 5px;
  padding: 20px;
  position: relative;
}

#login-form fieldset:before {
  background-color: #fff;
  content: "";
  height: 8px;
  left: 50%;
  margin: -4px 0 0 -4px;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}

#login-form input {
  font-size: 14px;
}

#login-form input[type="text"],
#login-form input[type="password"] {
  border: 1px solid #dcdcdc;
  padding: 12px 10px;
  width: 100%;
      text-align: left;
}

#login-form input[type="text"] {
  border-radius: 3px 3px 0 0;
    text-align: left;
}

#login-form input[type="password"] {
  border-top: none;
  border-radius: 0px 0px 3px 3px;
}

#login-form input[type="submit"] {
  background: #1dabb8;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  padding: 12px 20px;
    width: 100%;
}

#login-form input[type="submit"]:hover {
  background: #198d98;
}

#login-form footer {
  font-size: 12px;
  margin-top: 16px;
  text-align: left;
}


.info {
  background: #e5e5e5;
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 0 10px 0 0;
  text-align: center;
  width: 20px;
  text-align: center;
}

.info2 {
  background:red;
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 0 10px 0 0;
  text-align: center;
  width: 20px;
}

.navigation {
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
    width: 100%;
}

#loginnav { 
background-color:#262626; 
width:100%; 
height:50px; 
box-shadow: 0px 1px 50px #5E5E5E; 
position:fixed; 
bottom:0px;
 } 

.LoginContainer {
    bottom:0;
}
ul#loginnavigation {
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
    width: 100%;

	position: fixed;
    bottom: 0;
    list-style: none;
    margin: 0;
    padding: 15;
    border: 1px solid #ccc;
    border-width: 1px 0;    
    background-color: #282830;
}

ul#loginnavigation li {
    display: inline;
    margin-right: .75em;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul#loginnavigation li.last {
    margin-right: 0;
}


.LogUserBar{
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.MenuBar{
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;

}

.textarea{
font-size: 15px;
font-weight: bold;
font-family: Arial; 
color: #000000; 
text-decoration: none
}

.textsubject{
font-size: 20px;
font-weight: bold;
font-family: Arial; 
color: #000000; 
text-decoration: none
}

/* ---------- ABOUT-FORM ---------- */
#about-form {
  width: 90%;
}

#about-form h3 {
  background-color: #282830;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 14px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
}

#about-form fieldset {
  background: #fff;
  border-radius: 0 0 5px 5px;
  padding: 20px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid black;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#about-form fieldset:before {
  background-color: #fff;
  content: "";
  height: 8px;
  left: 50%;
  margin: -4px 0 0 -4px;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}

#about-form footer {
  font-size: 12px;
  margin-top: 16px;
  text-align: left;
}

#about-form label {
    text-align: left;
	margin: 11px 20px 0 0; 
	font-size: 14px; color: #b3aba1;
	text-transform: uppercase; 
	text-shadow: 0px 1px 0px #fff;
}