﻿body {
  padding-top: 50px;
  /*padding-bottom: 40px;*/
  background-color: #eee;
}

#fudLoginUserLogout {
  cursor: pointer;

}

.line-separator {
  height:1px;
  background:#717171;
  border-bottom:1px solid #ccc;
}

.docVariable {
  font-style: italic;
}


.form-center {
  max-width: 330px;
  padding-top: 30px;
  margin: 0 auto;
}
.form-center .form-center-heading,
.form-center .checkbox {
  margin-bottom: 10px;
}
.form-center .checkbox {
  font-weight: normal;
}
.form-center .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-center .form-control:focus {
  z-index: 2;
}
.form-center input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-center input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.formFiledsetDiv {
  margin-top: 15px;
}

#registry-button {
  margin-top: 20px;

}

.footer {
  width: 100%;
  position: absolute;
  /*margin-bottom: 0;*/
  padding-bottom: 0;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #5e5e5e;
  color: white;
  font-weight: bold;
}
.container .text-muted {
  margin: 20px 0;
}

.fud-client-name {
  font-style: italic;
  font-weight: bold;
}