a {
  color: #ce0000 !important;
}

.form-control:focus {
  border-color: #9c0000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(216, 3, 3, 0.6);
  outline: 0 none;
}

.form-control:hover { 
  border-color:#9c0000; 
}

.login-pf {
  background:none;
}

.login-pf body {
	backgroundOLD: DimGrey none;
	background-size1: cover;
	background-image: url('../img/mcmahongroup_1000.png');
	background-width: 90%;
	background-repeat: no-repeat;
}

.btn-primary {
/* 
	background-color: #ce0000; 
	background-image: linear-gradient(to bottom,#dc3939 0,#ce0000 100%);
*/
  background-color: #1a335b;
  background-image: linear-gradient(to bottom,#3a5170 0,#1a335b 100%);
  border-color: #9c0000;
  background-repeat: repeat-x;
  color: #fff;
}

.btn-primary:hover {
/*
  background-color: #ff0202;
  background-image: linear-gradient(to bottom,#ff0202 0,#ff0202 100%);
  border-color: #ff0202;
*/
  background-color: #1a335b;
  background-image: linear-gradient(to bottom,#3a5170 0,#1a335b 100%);
  background-repeat: repeat-x;
  border-color: #ffffff;
  color: #fff;
}

.tti-header { 
  width: 80%;
  text-align:left; 
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.tti-logo{ 
  /* width: 100px; */
  /* margin: 0 10px 0 10px; */
  width: 400px;
  margin: 7px 10px 0 10px;
}

.tti-logo-left { 
  align-self: flex-start;
}

.tti-logo-center { 
  align-self: center;
}

.tti-logo-right { 
  align-self: flex-end;
}

.tti-footer { 
  /* height: 50px; */
  /* height: 100px; */
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #72767b;
}

.tti-footer-text {
	text-align: center;
	font-size: 0.9em;
}

#kc-header-wrapper{
    padding:0px;
}

/**
  Keycloak 13.0.1 login form
*/


.login-pf .card-pf {
	padding: 10px 20px 10px 20px;
	border-top: none;
}

:root {
  --pf-global--primary-color--100: #2A4265;
  --pf-global--primary-color--200: #2A4265;

  --pf-c-form-control--focus--BorderBottomColor: #2A4265;
  --pf-global--BorderColor--200: none;
  --pf-global--BorderColor--300: none;
}

.pf-c-form-control {
  --pf-global--primary-color--100: #2A4265;
}

#kc-header-wrapper-1{
	text-align: center;
	padding:0px;
}


@media (max-width: 767px) { 
  .login-pf body {
      background: white;
		background-image: none;
		background-width: 0%;
		background-repeat: no-repeat;
  }
  #kc-header-wrapper{
    text-align: center;
    padding:0px;
  }

  .tti-footer { 
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 15px;
  }
  .tti-logo{ 
    /* width: 60px; */
    width: 55%;
    justify-content: center;
  }
}
