@charset "utf-8";
/* CSS Document */

body{
	background:#f1f9f9;
}

.form-signin {
    max-width: 500px;
    padding: 19px 29px 29px;
    margin: 0 auto;
    margin-top:30px;

    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;
}

.form-signin .form-signin-heading{
    color:#00A2D1;
}
.form-signin input[type="text"],
.form-signin input[type="password"],
.form-signin input[type="email"] {
    font-size: 16px;
    height: 40px;
    width: 400px;
    margin-left: 37px;
    padding: 7px 9px;
}

.signin-form, .body-container
{
	border:solid white 0px;
	margin-top:10px;
	margin-botom:10px;
}
.navbar-brand{
	font-family:"Lucida Handwriting";
}
#btn-submit{
	height:40px;
}


tr.border_bottom td {
  border-bottom:0pt solid white;
}


.right {
  text-align: right;
  margin-right: 1em;
}

.left {
  text-align: left;
  margin-left: 1em;
}

.dropbtn {
    background-color: transparent;
    color: black;
    padding-top: 13px;
    padding-bottom: 15px;
    font-size: 18px;
    border: none;
    cursor: pointer;
}

.dropbtn a {
    color: #555;
    text-decoration: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
    z-index: 1;
}

.dropdown-content a {
    color: #555;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #e7e7e7
}

.dropdown:hover .dropdown-content {
    display: block;
    background-color: #f1f1f1;
}

.dropdown:hover .dropbtn {
    background-color: #e7e7e7;
}

