.bgImage{
    background-image: url('/sso/images/background-7b0015559e9f83fb86b813fc4eede47d.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 100vh; */
}

/* Center the div */
.loginSection {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 82vh;
    margin: 0;
}

/* Style the container div */
.login-container {
    text-align: center;
    padding: 20px;
    width: 450px;
    background-color: #ffffff00;
}

.logo{
    width: 130px;
}
.login{
    font-size: xxx-large;
    color: white;
}
.subTitle{
    font-size:large;
    color: white;
}
.form{
    /* padding-left: 20%; */
    /* padding-right: 20%; */
    margin-top: 70px;
}
.loginButton{
    background-color: #f27327;
    border-radius: inherit;
    padding: 20px 20px 20px 20px;
    width: 280px;
}

.loginSignOnButton{
    background-color: #f2732700;
    border-radius: inherit;
    border: 2px solid rgb(192, 192, 192);
    padding: 20px 20px 20px 20px;
    width: 280px;
}
.orText{
    padding: 20px;
    color: white;
}
.buttonGroup{
    margin-top: 50px;
}

/* Style the input fields and buttons */
input[type="text"],
input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #396995;
    border: none;
    color: white;
    height: 55px;
}

input[type="checkbox"] {
    margin-right: 5px;
}
.keepSignIn{
    float: right;
    color: white;
}

::placeholder { 
    color: white;
    opacity: 0.8;
}

button {
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}
.cas-error{
    /* text-align: center !important; */
    color: #cf4332;
    margin: 0px auto;
    padding-top: 10px;
}
.dBlock{
    display: block;
}







.ft-footer {
  background-color: #003057;
  color: white;
  padding: 40px 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.footer-content {
  max-width: 1200px;
  margin: auto;
}

.footer-logo-section {
  text-align: left;
  margin-bottom: 20px;
}

.footer-logo {
  width: 150px;
}

.footer-sections {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: white;
}

.footer-column {
  flex: 1;
  min-width: 200px;
  margin: 10px 0;
}

.footer-column a {
    color: #f1b434;
    font-weight: 400;
}

.footer-column h6 {
  font-weight: 500;
  margin-bottom: 10px;
  color: #f27327;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #f7aa3a;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.highlight {
  color: #f7aa3a;
}

.footer-disclaimer {
  margin-top: 20px;
  font-size: 12px;
  color: #ccc;
  border-top: 2px solid #fff;
}

.small-text {
  line-height: 1.6;
  padding-top: 30px;
}

@media (max-width: 768px) {
  .footer-sections {
    flex-direction: column;
  }
}
