/* general padding on various items, panels, headers, etc... */
/* specific padding for buttons */
/* specific padding for input fields */
/* spacing between cells in various grids (SSDataRecordForm, SSTableEditorView, ...) */
/* general border radius of anything that is rounded */
/* border radius specific for inputs */
/* specific border radius for buttons */
/*rgb(150,150,150);*/
.SSLoginManagementFormImage {
  max-height: 400px;
  max-width: 400px;
}
.SSLoginManagementFormImageCell {
  text-align: center;
  vertical-align: center;
}
.SSLoginManagementFormTitleLabel {
  text-align: center;
  font-weight: bold;
  font-size: 120%;
}
.SSLoginManagementFormInstructionsLabel {
  padding: 5mm;
  max-width: 300px;
}
.SSLoginManagementFormInstructionsLabelCell {
  text-align: center;
}
.SSLoginManagementFormField {
  text-align: center;
}
.SSLoginManagementFormField > input {
  text-align: center;
  /*
	background-color: #f8f8f8;
	box-shadow: inset 1px 1px 6px 0px #dcdcdc;
	*/
}
.SSLoginManagementFormPasswordField > .SSInputField {
  padding-left: 3.2em;
}
.SSLoginManagementFormActionButton {
  min-width: 40%;
  margin-top: 10px;
  margin-bottom: 25px;
  /*
	box-shadow: 1px 1px 3px 0px #acacac;
	*/
}
.SSLoginManagementFormActionButtonCell {
  text-align: center;
}
.SSLoginManagementFormAuxiliaryButton.SSButton {
  background: none;
  font-weight: 200;
  font-size: 90%;
  padding: 0.6em;
  opacity: 0.8;
  outline: none;
}
/*
.SSLoginManagementFormAuxiliaryButton.SSButton:hover
{
	background-color: #f0f0f0;
    color: #a0a0a0;
}

.SSLoginManagementFormAuxiliaryButton.SSButton:active
{
	background-color: #e0e0ff;
    color: #a0a0a0;
}

.SSLoginManagementFormAuxiliaryButton.SSButton:visited, .SSLoginManagementFormAuxiliaryButton.SSButton:focus
{
	background: none;
    color: #c0c0c0;
}
*/
.SSLoginManagementFormAuxiliaryButtonCell {
  text-align: center;
  border-top: 1px solid #dcdcdc;
}
body,
html {
  height: 100%;
  min-height: 100%;
}
.LoginView {
  width: 100%;
  background-image: url(../img/login.background.gptplane.light.jpg);
  background-color: #ffffff;
  min-height: 100%;
  /* this doesn't work in firefox... */
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
#LoginFormContainer {
  z-index: 3;
  vertical-align: middle;
}
#LoginFormContainer > table {
  margin: auto;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  padding: 10px;
  background-color: #ffffff;
  box-shadow: 0 4px 5px 1px rgba(0, 0, 0, 0.1);
}
#LoginFormContainer > table {
  border-radius: 35px;
  /* 25px + 10px of padding */
}
#LoginFormContainer .SSImageView {
  width: 250px;
}
#VersionAndRelease {
  font-size: 11px;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 20px;
  z-index: 200;
  opacity: 0.6;
}
.SSLoginManagementFormPasswordField > input {
  padding-left: 2.7em;
}
.SSLoginManagementFormImage {
  border-radius: 25px;
}
