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 {
    background: DimGrey none;
}

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

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

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

.tti-logo{ 
  width: 300px;
  margin: 0 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;
  display: flex;
  flex-direction: column;
  justify-content: center;;
  align-items: center;
  color: #72767b;
}

#kc-form-wrapper { 
  border-right: 1px solid rgb(0,70,235);
}

#kc-social-providers { 
  margin-top: 13%;
  border-left: 1px solid rgb(0,70,235);
}

@media (max-width: 767px) { 
  .login-pf body {
      background: white;
  }
  #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: 5px;
  }
  .tti-logo{ 
    width: 300px;
  }

	#kc-form-wrapper { 
	  border-right: none;
	}

	#kc-social-providers { 
	  border-left: none;
	}
}

