@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

.login-logo-container
{
    width: 100%;
    max-width: 24%;
    padding: 0 !important;
    margin: 0 !important;
}
#html-login
{
    overflow-x:hidden;
}
.login-logo-container img
{
    width: 300px;
    height: auto;
}

.login-header{
    background:white;
    padding: 35px 100px;
}
.form-parent-container
{
    display: flex;
    width:100%;
    justify-content: start;
}
.form-parent-container form{
    width:100%;
    margin: 0 !important;
}
.login-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: stretch;
    padding: 1% 85px; /* to change*/
    background-image: none!important;
}

.login-image-container {
    width: 50%;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: auto;
    background-color:#1b198f;
    background-repeat: no-repeat;
    background-size: cover;

}

.login-form-container {
    max-width: 45%;
    width: 100%;
    background:transparent;
    padding:0;
    font-family: "Montserrat", sans-serif;
    box-shadow: none !important;
    border:none;
}
.login-left-container
{
    display: none;
}

.login-right-container
{
    display: none;
}


.login-headline {
    font-size: 38px;
    font-weight: 400;
    color: #02029f;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-family: "Montserrat", sans-serif;
}


.login-subheader {
    font-size:20px;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    color:#1B198F;;
    text-transform: uppercase;
}

.input-label {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    margin: 1rem 0 0.3rem;
    color:#1B198F;
}

.login-form-container input[type="text"],
.login-form-container input[type="password"] {
    width: 100%;
    padding: 1rem 0.8rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background:white;
    font-family: "Montserrat", sans-serif;
    height: 3.5rem;
    border-radius: 2px;
    margin-bottom: 1.5rem !important;
}

.login-form-container input::placeholder {
    color: #999;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

.button-container {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    
}

.button-container input[type="submit"], .button-container input[type="button"] {
    background-color: #02029f !important;
    width:32%;
    height: 3.15rem;
    color: white;
    border: none;
    /*padding: 0.75rem 2rem;*/
    box-sizing: border-box;
    font-size: 1rem;
    border-radius: 0px;
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom: 0;
    
    
    overflow-wrap: anywhere;
    word-break: break-word;
    box-sizing: border-box;
    display: inline-block;
    white-space: normal;
    line-height: 1.1rem;
}
.square-dot
{
    top: 12%;
    right: 34%;
}
.sso-container
{
    display: flex;
    justify-content: center;
}

.btn-sso
{
    width:auto;
    padding: 5px 10px !important;
}

/*
footer code
*/
.login-footer
{
  background: white;
  text-align: center;
  margin: 0 !important;
  font-family: "Montserrat", sans-serif;
}
.login-footer > :first-child
{
    margin: 5px auto 25px auto !important;
    font-size: 0.8rem !important;
}
.footer-portal-copyright
{
    font-size: 0.8rem;
}
.footer-portal-site
{
    margin: 15px auto 10px auto;
}
.footer-copyright-product-link
{
    color: #007bff;
}
.footer-copyright 
{
    margin-top:0;
}
.modal-footer a 
{
    font-size: 1rem;
    color:#1B198F;
}
.company-line{
    margin-bottom: 1rem;
}
.company-line span{
    background: #a9db1b;
    padding: 5px 10px;
    color:#1B198F;
    font-size: 2.64rem;
    margin-bottom: 1rem !important;
    font-weight: bold;
    text-transform: uppercase;
}

@media (min-width: 2000px)
{
    .login-container
    {
        height: 90vh;
        /*padding:5.75rem 5.15rem;*/
    }
  #html-login .login-headline {
    font-size: 4.5rem;
  }
  .company-line span
  {
      font-size: 4.5rem !important;
  }
  .login-subheader
  {
      font-size: 3.2rem;
  }
}
@media (max-width: 1900px) {
  #html-login .login-headline {
    font-size: 2.65rem;
  }
  .company-line span
  {
      font-size: 2.65rem;
  }
}
@media (max-width: 1440px) {
  #html-login .login-headline {
    font-size: 2.25rem;
  }
  .company-line span
  {
      font-size: 2.25rem;
  }
  .login-header
  {
      padding:1.75rem 1.25rem;
  }
  .login-container
  {
      padding:0;
  }
}
@media (max-width: 1024px) {
  #html-login .login-headline {
    font-size: 2.5rem;
  }
  .login-image-container{
      background-size:contain;
      background-repeat: no-repeat;
  }
  .company-line span
  {
      font-size: 2.5rem;
  }
}

@media (max-width: 992px) {
  .login-container
  {
      flex-direction: column-reverse;
      gap: 2rem;
  }
  .login-image-container
  {
      height: 26rem;
      background-size:contain;
      background-repeat: no-repeat;
      width:100%;
  }
  #html-login
  {
      overflow-x: hidden;
  }
  .login-form-container
  {
      max-width: 100%;
      padding:2rem;
  }
  
}
@media (max-width: 576px) {
    .button-container input[type="submit"], .button-container input[type="button"]
    {
        width:50% !important;
    }
     #html-login .login-headline {
    font-size: 1.65rem;
  }
  .company-line span
  {
      font-size: 1.65rem;
  }
  .login-subheader
  {
      font-size:1.2rem;
  }
  .square-dot{
      right: 24%;
  }
}
/*.footer-container{*/
/*    padding-top:30px;*/
/*    justify-content: space-between;*/
/*    width:100%;*/
/*    padding-left:2rem;*/
/*    padding-right:2rem;*/
/*}*/
/*.footer-info-container*/
/*{*/
/*    display: flex;*/
/*    gap:3rem;*/
/*}*/
/*.footer-list a{*/
/*    color:#5f6c72;*/
/*    text-decoration: none;*/
/*    font-family: "Montserrat", sans-serif;*/
/*}*/
/* .footer-list a:hover{*/
/*    color:#5f6c72;*/
/*    text-decoration: none;*/
/*}*/






/*
#portal-inner-content {
    background-color: white !important;
}
*/
