@charset "UTF-8";
*{
	font-family: 'Acme', sans-serif;
}

body{
	background-color: black;
}

.navbar{
	background-color:antiquewhite;
}

.btn-md a{
	margin-right: -28px;
	margin-left: -15px;
}

.navbar-brand h1{
	color: black;
	margin: 5px;
}

#navbarNav a{
	color: black;
	padding: 7px 40px 0px 20px;
}

#navbarNav a:hover{
	color: #767575;
	text-decoration: none;
}

.Title{
	color: white;
	text-align: center;
	margin: 30px;
	font-size: 60px;
}

.login .input{
	margin-top: 20px;
	width: 48%;
	margin-right: 20px;
}

.input, .message .area {
    width: 98.2%;
    padding: 20px;
	box-sizing: border-box;
    margin-bottom: 50px;
    font-size: 14px;
    outline: none;
    transition: all 0.5s ease;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.btn{
	text-align: center;
	padding: 10px;
}

.btn:hover{
	opacity: 0.8;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

.btn-md a{
	margin-right: -25px;
}

.container-fluid2{
	margin-top: 268px;
}

.col-sm-8 p{
	text-align: center;
	margin: 26.5px 0px;
	margin-left: -40px;
	font-size: 15px;
}

.float-center a{
	margin: 15px;
}

.copyrightz{
	color: white;
}

.fa {
  padding: 15px;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  border-radius: 100%;
	color: white;
}

.fa:hover {
	color: #767575;
	text-decoration: none;
}








