﻿

#Button1 {
    margin-bottom: 0px;
}

#btnLogin {
    width: 163px;
    margin-left: 40px;
    height: 33px;
}

#selectUser {
    height: 19px;
    width: 124px;
}

#btnRegister {
    height: 34px;
    width: 84px;
    margin-top: 0px;
}


#adminLogin {
    height: 100px;
    align-content: center;
    outline-style: solid;
    margin-left: 450px;
}

#container {
    background-color: white;
    margin: 10px;
}

#MainBody {
    /*background-repeat: no-repeat;
    background-size:cover;
    background-image:url("photo-of-two-people-shakehands-2058130.jpg") ;*/
}

#MainHeader {
    height: 90px;
    padding-left: 50px;
    background-color: aliceblue;
}

li {
    display: inline;
    width: auto;
    float: left;
}

.navbar-default {
    background-color: lavender;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    width: 100%;
}


li a {
    display: inline-block;
    color: black;
    font-size: medium;
    text-align: center;
    padding: 1px 10px;
    text-decoration: none;
    font-weight: 500;
}

    li a:hover, a:active{
        background-color: darkslateblue;
        color: white;
    }

#AddNew {
    float: right;
}

#ListHeader {
    padding-bottom: 40px;
    padding-top: 10px;
}

h6 {
    float: left;
    padding-right: 500px;
}


.wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
}

.form-signin {
    max-width: 380px;
    padding: 15px 35px 45px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
}


.form-signin-heading,
.checkbox {
    margin-bottom: 30px;
}

#txtEmail {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#txtPasswd {
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
/**//**//**//**//**/




.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin .txtemail
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom:1px;
}
.form-signin  .txtpass
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
     margin-bottom:1px;
}
.account-wall
{
  
    padding: 20px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.new-account
{
    display: block;
    margin-top: 10px;
}

.message{
    padding:100px;
}
