html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

#container {
  min-height: 100%;
  position: relative;
}

#header {
  
}

#body {
  
}

#image_logo {
  width: min(60vw,300px);
  margin: auto;
  display: block;
  margin-bottom: 20px;
}

#inner_section {
  border-radius: 10px;
  border: 3px solid #144A75;
  width: min(90vw,400px);
  margin: 0 auto;
  padding-top: 10px;
  background: #E1EAF3;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  text-align: center;
}

#label_copyright {
  border: none;
  margin-bottom: 20px;
  display: block;
  color: #C0C0C0;
}

#version {
  text-align: right;
  font-size: 10px;
  margin-right: 5px;
  margin-top: 20px;
}

* {
  font-family: "Segoe UI",Arial,sans-serif;
}


#label_username, #label_password, #label_error, .label {
  font-weight: bold;
  display: block;
}

#label_error {
  color: red;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: bold;
  display: block;
}

#label_success {
  color: green;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: bold;
  display: block;
}


a {
  outline: none;
}

#checkbox_remember_me:hover {
  cursor: pointer;
}

.input_container {
  width: 100%;
  display: flex;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

#input_username {
  width: 100%;
  background-image: none;
  background-color: white;
  border: none;
  box-shadow: none;
}

#input_password {
  width: 100%;
  background-image: none;
  background-color: white;
  border: none;
  box-shadow: none;
}

.icon {
  padding: 10px;
  background-color: white;
}

.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
}

fieldset {
  border: none;
  width: 50%;
  margin: 0 auto;
}

#button_sign_in, .button {
  border-radius: 8px;
  background-color: #799d4e;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  display: block;
  opacity: 0.90;
}

  #button_sign_in:hover {
    opacity: 1.0;
  }

#footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 25px;
  font-family: "Segoe UI",Arial,sans-serif;
  font-size: 13px;
  color: #676a6c;
}

.vsi-align-left {
  float: left !important;
  margin-left: 10px;
}

.vsi-align-center {
  text-align: center;
}

.vsi-align-right {
  float: right !important;
  margin-right: 10px;
}

.vsi-fill-parent {
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
