/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

html, body {
  height: 100%;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0;
}

.block {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-button {
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  margin-top: 20px;
  width: 70px;
  height: 35px;
  background-color: #3B846B;
  color: #FFFFFF;
  text-shadow: none;
  border-radius: 4px;
  border: none;
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, .15) inset;
}

.card {
  display: flex;
  justify-content: center;
  width: 400px;
  padding: 50px;
  background-color: #D5EDE6;
  border-radius: 4px;
  box-shadow: 0px 1px 3px 0px #D4D4D5, 0px 0px 0px 1px #D4D4D5;
}

.login-form {
  display: flex;
  flex-direction: column;
  width: 350px;
  align-items: center;
  justify-content: center;
}

.login-form-field {
  width: 100%;
  float: left;
  margin: 0 0 10px;
}

.login-input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 15px;
  padding: 10px;
}

.home {
  display: flex;
  flex-direction: row;
  height: 100%;
}

.menu {
  background-color: #3B846B;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}

.menu-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 20px 0 80px;
}

.menu-footer {
  position:absolute;
  bottom: 20px
}

a {
  color: inherit;
  text-decoration: inherit;
}

a:hover {
  color: inherit;
  text-decoration: inherit;
}

.header-icon {
  width: 25px;
  height: 25px;
  object-fit: contain;
  margin-right: 10px;
}

.home-background {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
