/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #333;
}
body {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
  background-image: url(../img/layer_DNA.jpg);
  background-size: cover;
  background-repeat: no-repeat;
    z-index: 1;
    margin-bottom:-80px;
}
.site-footer {
    font-size: 1.1em;
    text-align: center;
    margin: 0 auto;
    background-color: transparent;
    height: 60px;
}
.site-footer-text {
    height: 20px;
    line-height: 20px;
    color: white;
    text-decoration:none;
}
.site-footer-text a {
    text-decoration:none;
}
.footer_placeholder {
    height: 60px;
}
.site-wrapper-inner {
    z-index: 1;
    display: table-cell;
    vertical-align: top;
  background:#46b5a6;
    background: -webkit-linear-gradient(left top, rgba(102, 205, 170, 0.9), rgba(0, 154, 205, 0.9)); /* Safari 5.1 - 6.0 */
    background:    -moz-linear-gradient(bottom right, rgba(102, 205, 170, 0.9), rgba(0, 154, 205, 0.9)); /* Firefox 3.6 - 15 */
    background:      -o-linear-gradient(bottom right, rgba(102, 205, 170, 0.9), rgba(0, 154, 205, 0.9)); /* Opera 11.1 - 12.0 */
    background:         linear-gradient(to bottom right, rgba(102, 205, 170, 0.9), rgba(0, 154, 205, 0.9)); /* ????? */
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 800px;
  }
}

.container {
  width: inherit;
}
.form-signin {
    border-radius: 6px;
    max-width: 400px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
    background-color: rgba(255,255,255,.1);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 16px;
	padding:10px
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input {
    margin-bottom: 10px;
    border-radius: 6px;
}
.checkbox {
    text-align: left;
}
.form-title {
    font-size: 1.4em;
    line-height: 2.0em;
    height: 2.0em;
}
p.text-right {
    margin-top: 17px;
    font-size: 1.2em;
    line-height: 2.4em;
    height: 2.4em;
}
.btn-block + .btn-block {
    margin-top: 10px;
    background-color: #5cb85c;
    border-color: #5cb85c;
}
#accounts-register {
    max-width: 100%;
}
#accounts-register > input {
    margin-bottom: 20px;
}
.form-signin {
    border-radius: 6px;
    max-width: 400px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
    background-color: rgba(255,255,255,.1);
}
.form-reset .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;
}
.form-reset .form-control:focus {
    z-index: 2;
}
.form-reset input {
    margin-bottom: 10px;
    border-radius: 6px;
}
#container1, #container2 {
    border-radius: 6px;
    max-width: 800px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 20px auto;
    /*background-color: rgba(255,255,255,.1);*/
}
#container1 {
    padding-top: 20px;
    padding-bottom: 20px;
}
#container2 {
    padding-top: 60px;
	padding-bottom: 40px;
}
#container1 > p {
    margin-bottom: 0;
    font-size: 1.4em;
    height: 2em;
    line-height: 2em;
}
#container2 > p {
    text-align: left;
    margin-bottom: 0;
    font-size: 1.2em;
    line-height: 1.6em;
}
#container2 input[type="email"],
#container2 input[type="submit"],
#container2 a {
    border-radius: 6px;
    display: inline-block;
    margin: 2.4em auto;
    font-size: 1em;
    height: 2.8em;
    padding-left: 10px;
    padding-right: 10px;
}
#container2 input[type="email"] {
    color: black;
    width: 49%;
    float: left;
    margin-right: 1%;
}
#container2 input[type="submit"] {
    float: left;
    margin-right: 1%;
}
b {
    color: #c1e2b3;
}
hr {
    border: 1px solid rgba(255,255,255,.1);
}
.alert-danger {
    color: white;
    border-color: transparent;
    background-color: rgba(255,0,0,.1);
}
@media (max-width: 750px) {
	#container2 {
	padding:20px;
    padding-top: 20px;
    padding-bottom: 10px;
	}
 	#container2 input[type="email"]{
		width:100%;
		margin:1em auto;
		float:right;

	}
	#container2 input[type="submit"],#container2 a{
		margin:1em 0;
		float:right;

	}
	#container2 a{
		display:none;
	}
#container1{
		display:none;
	}
.inner{
	padding-bottom:0;
}
.site-footer{
	height:60px;
}

.btn-lg, .btn-group-lg > .btn{
	padding: 5px 16px;
}
.form-signin .form-control {
	padding:6px 12px;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
p.text-right {
    margin: 5px auto;
}
}

