.full-height {
  min-height: 100vh;
}

.logix-icon {
  max-height: 100px;
}

.module-icon {
  width: 50px;
}

input.logix-input {
  background-color: #F2F2F2;
  border: none;
  border-radius: 15px;
}

.form-container {
  width: 100%;
}

.app-list {
  max-width: 800px;
  margin: 0 auto;
}


.form-icon {
  position: absolute;
  left: -26px;
  top: 12px;
}

#login-submit {
  width: 100%;
  max-width: 200px;
  margin: auto;
  margin-top: 30px;
  border-radius: 30px;
}

.validation-summary {
  padding-top: 15px;
  text-align: center;
  color: #ed3028;
}
.validation-summary > ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 10px;
}

button, .btn {
  cursor: pointer;
  outline: 0 !important;
}

.provider-icon {
  width: 20px;
  margin-right: 10px;
  text-align: center;
  align-self: center;
  display: flex;
}

.provider-icon img {
  max-height: 20px;
  max-width: 20px;
}
a.external-provider {
  color: #333;
  padding: 5px 15px;
  border-radius: 15px;
  background-color: #efefef;
  max-width: 200px;
  margin: 5px auto;
  display: flex;
  align-items: center;
}

a.external-provider svg {
  font-size: 20px;
}

a.external-provider:hover {
  color: #666;
}

.btn-ilabo {
  color: white;
}

label, a.label {
  font-size: 13px;
  margin-bottom: 2px;
  color: rgba(150, 150, 150, 0.8);
}

/* Home screen */

.home-logix-icon {
  height: 50px;
  top: 20px;
  left: 20px;
  position: absolute;
}

.home-module-icon {
  max-height: 150px;
}

.module-box {
  box-shadow: 0 3px 6px rgba(150, 150, 150, 0.1);
  height: 200px;
  width: 200px;
  margin: auto;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 2px solid;
  border-radius: 20px;
  transition: transform 300ms, box-shadow 300ms;
}
.module-box:hover {
  transform: translate(3px, -3px);
  box-shadow: 0 5px 10px rgba(150, 150, 150, 0.2);
}

.hub-icon {
  top: 20px;
  right: 30px;
  font-size: 35px;
  line-height: 1;
  position: absolute;
  cursor: pointer;
  transition: transform 300ms, color 300ms;
}
.hub-icon:hover {
   transform: scale(1.2);
   color: rgba(150, 150, 150, 0.8);
}
.cocpit-icon {
    top: 20px;
    right: 95px;
    font-size: 35px;
    line-height: 1;
    position: absolute;
    cursor: pointer;
    transition: transform 300ms, color 300ms;
}

.cocpit-icon:hover {
    transform: scale(1.2);
    color: rgba(150, 150, 150, 0.8);
}
.lab-icon {
    top: 20px;
    right: 150px;
    font-size: 35px;
    line-height: 1;
    position: absolute;
    cursor: pointer;
    transition: transform 300ms, color 300ms;
}
.lab-icon:hover {
    transform: scale(1.2);
    color: rgba(150, 150, 150, 0.8);
}
