@charset "UTF-8";
/* Yhteiskäyttäiset SCSS-määrittelyt kuten värit */
/* Build profiililla test taustaväriksi vaihtuu vaaleanpunainen #fff0f0. Muutos tehdään war-modulin pom.xml:ssä
   test-profiililla */
/* Styles only for the login page */
* {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px; }

a:link {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

.logoDiv {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; }

/* Ylävalikon oikean laidan sijoittaminen */
.menuright {
  position: absolute;
  top: 15px;
  right: 20px; }

.messageDiv {
  margin-left: 20px; }

.applicationTitle {
  font-size: 4em;
  color: #000000; }

.centered {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px; }

.headerText {
  font-size: 1.3em;
  color: #000000; }

.loginButton {
  width: 350px;
  height: 50px;
  border-radius: 25px 25px 25px 25px;
  background-color: #07467DDE;
  border: none;
  outline: none;
  color: white;
  font-size: 1.3em;
  font-weight: 600;
  cursor: pointer; }

.loginButton > span {
  font-size: 1.2em; }

.loginButton:hover, .loginButton:focus {
  background-color: #07467DB0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3) inset; }

.loginButton:disabled {
  background-color: #cccccc;
  color: #666666;
  text-align: center;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3) inset; }

/* Ainoa tapa skaalata commandButton isommaksi */
.ui-button-text-only .ui-button-text .ui-button-text-icon-left {
  font-size: 1.1em; }

.ui-inputfield .ui-inputtext {
  font-size: 1.5em; }

.loginMessageText {
  font-size: 1.2em;
  color: #000000;
  max-width: 600px; }

/* Poistaa PF-editorin kappalevälit */
.pfEditorHtmlText p,
.pfEditorHtmlText h1,
.pfEditorHtmlText h2,
.pfEditorHtmlText h3,
.pfEditorHtmlText h4,
.pfEditorHtmlText ul {
  margin-block-end: 0px; }

.buttonRed, .buttonRed:hover,
.buttonRed:active,
.buttonRed:focus {
  background-color: #d06256 !important;
  border: 1px solid #d06256 !important; }

.buttonRed:hover {
  background-color: #db877e !important; }
