﻿:root {
  --pp-blue: #2e2556;
  --pp-yellow: #f5d40e;
}

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

.icon-banner {
  width: 32px;
}

.body-container {
  margin-top: 60px;
  padding-bottom: 40px;
}

.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;
}

.login-form-container {
  width: 320px !important;
  min-width: 320px !important;
}

.login-form-container .form-control {
  width: 100% !important;
  min-width: 100% !important;
}

.pp-card-width {
  min-width: 380px !important;
}

button.btn-pp-primary,
.btn-pp-primary {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 700 !important;
  color: var(--pp-blue);
  background-color: var(--pp-yellow);
  border-radius: 10px;
  margin-left: 8px;
  margin-right: 8px;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);
}

button.btn-pp-primary:hover,
.btn-pp-primary:hover {
  color: var(--pp-blue);
  background-color: #dfc00d;
}

button.btn-pp-primary:focus,
.btn-pp-primary:focus {
  color: var(--pp-blue);
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12), 0 0 0 0.25rem rgba(245, 212, 14, 0.5);
}
