html, body {
  height: 100%;
}
body {
  margin: 0;
  background-color: black;
}
.flex-container {
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.row {
  width: auto;
}

.panel {
  background-color: white;
  border-radius: 5px;
  width: 400px;
  height: 540px;
  color: black;
  text-align: center;
}

.logo {
  height: 52px;
  line-height: 24px;
  width: 320px;
  margin: 0px;
  padding: 0px;
}

.spacer {
  height: 42px;
}

.subtitle {
  font-weight: normal;
  font-size: 24px;
  height: 36px;
  width: 320;
  line-height: 36px;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
}

.entry-field-wrapper {
  text-align: left;
}

.user-label {
  width: 320px;
  font-weight: normal;
  position:relative;
  bottom:-10px;
  left: 48px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: white;
  color: rgb(38,104,173);
  vertical-align:bottom;
  font-family: Arial, Helvetica, sans-serif;
}

.username {
  width: 320px;
  height: 52px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  background-color: white;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid grey;
}

.submit-button {
  width: 320px;
  height: 52px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-style: none;
  border-width: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  background-color: #001e60;
  color: white;
  border-radius: 3px;
  text-transform: uppercase;
}
