.navbar {
	margin-bottom: 0px;
	background: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-brand {
	font-size: 2em;
	color: #fff;
}

.navbar-inverse .navbar-brand:hover {
	color: #ccc;
}

.navbar-brand .logo {
	color: #5cb85c;
}

.main-container {
	margin-top: 30px;
    background: rgba(255, 255, 255, 0.61);
    border-radius: 8px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
}

.main-container-ulist {
	margin-top: 30px;
    background: rgba(255, 255, 255, 0.61);
    padding-bottom: 96px;
    border-radius: 8px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
}

.registration-form {
	background: #ffffff;
    max-width: 720px;
    margin: 0 auto;
    padding-bottom: 25px;
    margin-top: 30px;
    border-radius: 8px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.33);
}

.registration-form-1{
	background: #ffffff;
    max-width: 720px;
    margin: 0 auto;
    padding-bottom: 25px;
    margin-top: 30px;
    border-radius: 8px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.33);
}

.small-container-500 {
	max-width: 500px;
  	padding: 15px;
  	margin: 0 auto;
}

.small-container-330 {
    max-width: 420px;
    padding: 15px;
    margin-top: 28px;
    background: rgba(255, 255, 255, 0);
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.35);
    /* border: solid 1px rgba(162, 161, 161, 0.8); */
  
  
  /*max-width: 520px;
  padding: 15px;
  margin: 0 auto;*/
}


.small-container .small-container-heading,
.small-container .checkbox {
  margin-bottom: 10px;
}
.small-container .checkbox {
  font-weight: normal;
}
.small-container .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.small-container .form-control:focus {
  z-index: 2;
}

/* Signin */
.form-signin input[type="email"] {
  margin-bottom: 15px;
  /*border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;*/
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  /*border-top-left-radius: 0;
  border-top-right-radius: 0;*/
}
.login td {
    padding-right: 2px;
    padding-left: 2px;
}

.login {
	color: #fff;
}