html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.niceLayout {
  width: 100%;
  max-width: 600px;
  padding: 15px;
  margin: auto;
}
.niceLayout .checkbox {
  font-weight: 400;
}
.niceLayout .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.niceLayout .form-control:focus {
  z-index: 2;
}
.niceLayout input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.tablerecords > thead{
  background-color: #aaaaaa;
}
.floaty{
  background-image: linear-gradient(#f5f5f5CC, #f2f2f2FF);
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 15px 30px 15px 0;
}
.floatybody {
  margin-bottom: 25%;
}
#approverpassword, #recommenderpassword{
  width:65%;
}
#twofapassword{
  width:30%;
  margin-left: 5%;
}
.pwdform{
  margin-left: 0px;
  margin-right: 0px;
}
.select2-selection__rendered {
    line-height: 35px !important;
}
.select2-container .select2-selection--single {
    height: 40px !important;
}
.select2-selection__arrow {
    height: 39px !important;
}