@charset "utf-8";
/* CSS Document */

body{
	background:#222222;
}
.form-signin {
    max-width: 500px;
    padding: 19px 29px 29px;
    margin: 0 auto;
	margin-top:90px;
	margin-bottom:90px;
    background-color: #fff;
	
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
			
	font-family:Tahoma, Geneva, sans-serif;
	//color:#990000;
	font-weight: lighter;
	//font-size: 20px;
}
.form-signin .form-signin-heading{
    color:#00A2D1;
	text-align: center;
}
.form-signin input[type="text"],
.form-signin input[type="password"],
.form-signin input[type="email"] {
    font-size: 16px;
    height: auto;
    padding: 7px 9px;
}
.signin-form
{
	//border:solid red 1px;
	margin-top:80px;
}
.navbar-brand{
	font-family:"Lucida Handwriting";
}
#btn-submit{
	height:45px;
}

/* OHOL Theme */
#set_width {
  width: 100%;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
}
#set_width a:link {
  text-decoration: underline;
  color: #b2a536;
}
#set_width a:visited {
  text-decoration: underline;
  color: #b2a536;
}
#set_width a:hover {
  text-decoration: underline;
  color: #b2a536;
}
#set_width a:active {
  text-decoration: underline;
  color: #b2a536;
}
ul.navbar-nav1{
	width: 100%;
	display: flex;
	padding: 0px;
}
.navwrap-top {
	padding: 8px 0;
}
.navwrap-bottom {
	padding: 8px 0;
	position: relative;
	top: -92px;
}
.wrap2 {
	background-color: black;
	width: 99.55%;
	margin: 0 auto;
	position: relative;
	top: -92px;
}