body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f5f6f8;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

html, body, #app {
  height: 100%;
  width: 100%;
}

.footer {
  font-size: 11px;
  text-align: center;
  font-size: 11px;
  text-align: center;
  color: #686868;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.modal {
  display: block;
  background-color: rgba(0,0,0,0.8);
  align-items: center;
  display: flex;
  justify-content: center;
}

#eulamodal .modal-dialog {
  max-width: 900px;
}

.eulamodal {
  overflow: auto;
  height: 90vh;
}

.modal .cross {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 19px;
  color: #a5a5a5;
  cursor: pointer;
}

.form-control:focus {
  box-shadow: none;
}

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

.auth-container {
  border-radius: 4px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  position: relative;
  text-align: center;
  padding: 30px;
  width: 320px;
}

.auth-intro {
  width: 100%;
  margin-bottom: 25px;
  margin-top: 30px;
}

.auth-title {
  width: 100%;
  font-size: 16px;
  text-align: center;
  color: #242424;
  margin: 5px 0;
}

.auth-action-info {
  width: 100%;
  font-size: 12px;
  font-style: italic;
  text-align: center;
  color: #242424;
}

.auth-input-label {
  width: 100%;
  font-size: 12px;
  margin-bottom: 5px;
  color: #242424;
}

.auth-input {
  width: 260px;
  height: 32px;
  border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}

.auth-input-error-text {
  height: 17px;
  font-size: 12px;
  color: #e53c2e;
}

.auth-action-button {
  color: white;
  font-size: 14px;
  width: 100%;
  height: 32px;
  border-radius: 4px;
  background-color: #1890ff;
  line-height: 1.57;
  text-align: center;
}

.btn-cancel {
  color: #242424;
  background-color: #fff;
  border: 1px solid #242424;
}

.auth-action-link {
  width: 100%;
  height: 17px;
  font-size: 12px;
  text-align: center;
  color: #3863a3;
}

.auth-confirm-img {
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
}

.auth-confirm-val {
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  color: #242424;
  margin:5px 0 10px 0;
}

.input-error {
  font-size: 12px;
  color: #e53c2e;
  text-align: left;
  padding-top: 5px;
}

.toast-wrapper {
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  top: 20vh;
  text-align: center;
}

.toast {
  min-width: 350px;
  border-radius: 4px;
  border: solid 1px #ffa39e;
  background-color: #fff1f0;
  display: inline-block;
  font-size: 14px;
  line-height: 1.57;
  color: #242424;
  padding: 9px 15px;
}

.toast .cross {
  color: #b5b5b5;
  cursor: pointer;
}

.form-group, .form-check {
  margin-bottom: 20px;
}

.auth-controls .form-group label {
  font-size: 12px;
  height: 17px;
  color: #242424;
  text-align: left;
}

.tenant-header {
  padding: 20px 0;
  background-color: white;
  border-bottom: 1px solid #e0e0e0;
}

.tenant-header  .material-icons {
  font-size: 36px;
}

.tenant-header img.logo {
  cursor: pointer;
}

/* drop down styles */
.dropdown > button {
  background-color: #fff;
  border-color: #fff;
  color: rgb(0, 0, 0) !important;
  padding: 0;
  box-shadow: none !important;
  margin-bottom: -10px;
  margin-top: -5px;
}

.dropdown button:hover {
  background-color: #fff;
  border-color: #fff;
  color: rgb(0, 0, 0) !important;
  margin-top: -7px !important;
  box-shadow: none !important;
}

.dropdown-menu {
  transform: translate3d(-105px, 49px, 0px) !important;
}

.dropdown-menu button:hover {
  cursor: pointer;
  color: white !important;
  background-color: grey;
}

.dropdown-item:hover {
  color: white;
  background-color: grey;
}

.content-apps {
  margin: 60px 30px;
}

.app-tile {
  cursor: pointer;
  width: 220px;
  height: 150px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  display: inline-block;
  margin: 0 20px 20px 0;
  text-align: center;
}

.app-tile .app-title {
  height: 50px;
  background-color: #091f40;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  padding: 16px 0;
}

.app-logo {
  height: 100px;
  padding: 25px 0;
}

.app-tile img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.generate-link {
  transform: translate(12%);
}

.redirect-link {
  overflow-wrap: break-word;
  padding-top: 10px;
}

.cancel-btn {
  padding-left: 270px;
}

.cncl-reg {
  padding-left: 250px;
}

/* EULA */
.eulacontent {
  max-width: 900px;
  padding: 30px 35px;
  background-color: white;
}

.eulacontent ul {
  padding-left: 20px;
}

.eulacontent li {
  padding-left: 20px;
}

.eulacontent .header {
  padding-bottom: 20px;
}

.eulacontent .header img {
  margin-bottom: 5px;
}

.eulacontent h1 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 40px;
}

.banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #e53c2e;
  padding: 1rem;
  margin-bottom: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.banner-message {
  color: #dde0e0;
  font-size: 14px;
  margin: 0;
}

.banner-close {
  background: none;
  border: none;
  padding: 0 5px;
  cursor: pointer;
  font-size: 16px;
  color: #dde0e0;
}

