﻿body,
html {
  width: 100%;
  height: 100%;
  font-style: normal;
}

.card {
  z-index: 100;
}

input {
  background-color: #eff2f9 !important;
  border: 1px solid #80869c !important;
}
input:focus {
  border: 1px solid #fbc130 !important;
  box-shadow: none !important;
}

.welcome-page .logo {
  width: 64px;
}

.icon-banner {
  width: 32px;
}

.welcome-page li {
  list-style: none;
  padding: 4px;
}

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0;
}

.grants-page .card {
  margin-top: 20px;
  border-bottom: 1px solid lightgray;
}
.grants-page .card .card-title {
  font-size: 120%;
  font-weight: bold;
}
.grants-page .card .card-title img {
  width: 100px;
  height: 100px;
}
.grants-page .card label {
  font-weight: bold;
}

.navbar-brand {
  color: #ffffff;
  vertical-align: middle;
}
.navbar-brand .mini-logo {
  width: 40.94px;
  height: 53.8px;
}
.navbar-brand .mini-txt {
  height: 37.89px;
}
.navbar-brand .mini-txt:first-child {
  width: 77.37px;
}
.navbar-brand .mini-txt:last-child {
  width: 68.6px;
}

.connection-bg {
  background-color: #202e5b;
  height: 100%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.client-logo {
  text-align: center;
  padding: 15px 0px;
  padding-bottom: 8px;
}
.client-logo img {
  width: 100px;
}

.login-header h3 {
  font-weight: bold;
}

.bottom-band {
  height: 15px;
  margin: 0;
}
.bottom-band .band-blue {
  background-color: #5072e3;
}
.bottom-band .band-yellow {
  background-color: #f2b241;
}

.connection-input,
.forget-link {
  padding: 0px 10px;
}
.connection-input label,
.forget-link label {
  color: #80869c;
  font-size: 14px;
}
.connection-input input,
.forget-link input {
  padding: 20px 8px;
}
.connection-input input.pwd-input,
.forget-link input.pwd-input {
  border-right: none;
}
.connection-input .input-group .input-group-addon,
.forget-link .input-group .input-group-addon {
  padding: 8px 12px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #80869c;
  background-color: #eff2f9;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-left: none;
}
.connection-input .input-group .input-group-addon a i,
.forget-link .input-group .input-group-addon a i {
  color: black;
}

.btn-ticklive {
  font-family: Roboto, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background: #ffd367;
  border-radius: 5px;
  color: #232323;
  font-weight: 500;
}

.btn-ticklive.disabled {
  background: #e6e7eb !important;
  color: #4d505e !important;
}

.btn-ticklive-secondary {
  background: transparent;
  color: black;
  text-decoration: underline;
  border: none;
}

.link-ticklive {
  color: #232323;
  text-decoration: underline;
}

::-ms-reveal {
  display: none;
}

.welcome-page,
.diagnostics-page {
  padding: 10px;
  background: white;
}

.forget-header {
  padding: 10px 40px;
}

.tick-rights {
  height: 190px;
  bottom: 0;
  width: 100%;
  z-index: 99;
  color: black;
  background-color: white;
}
.tick-rights img {
  padding: 20px 0px;
  height: auto;
}

.login-page .validation-summary-errors ul li {
  list-style: none;
}

.alert-danger {
  border: 3px solid #e06481;
}

.body-container {
  padding-top: 30px;
  height: calc(100vh - 190px);
}

.validation-summary-errors ul li {
  color: red;
  list-style: disc !important;
}

.tick-rights img {
  width: 80%;
  max-width: 724px;
}

/**Mobile css*/
@media screen and (max-width: 576px) {
  .login-page div div.mt-5:first-child {
    margin-top: 0px !important;
  }
  .body-container {
    padding-top: 30px;
  }
}
/** Medium */
@media screen and (max-width: 1400px) and (min-width: 992px) {
  .login-page div div.mt-5:first-child {
    margin-top: 0px !important;
  }
  .body-container {
    padding-top: 30px;
  }
  .client-logo {
    padding: 0px;
  }
  .connection-input {
    padding: 0px 40px;
  }
  .mt-5,
  .my-5,
  mt-4,
  my-5 {
    margin-top: 0.2rem !important;
  }
  .form-group {
    margin-bottom: 0.8rem;
  }
}
/**Large */
@media screen and (min-width: 1400px) {
  .body-container {
    padding-top: 4%;
    padding-bottom: 20px;
  }
  .login-page .card {
    margin: 0 40px;
  }
}
.form-actions {
  padding: 0px 25px;
}
