body {
  background-color: #F4F4F4;
  min-height: 100vh;
}

#microsoftImage{
    width: 18px;
    height: 18px;
    background-color: #fafafa;    
    margin-top: 8px;
    margin-bottom: 8px !important;
    
  }

  .container-logo{
    width:140px; 
    height:140px;
  }

  .infoLogin{
    width: max-content;
    min-width: 700px;
    height: max-content;
    padding: 64px 32px;
    background-color: #fff;
    border-radius: 8px;
  
    position: relative;
    z-index: 999;
    margin: -100px auto 0px auto;
  }

  .infoLogin .d-flex .container-logo .logo {
    border-radius: 8px;
    object-fit: contain;
    width:100%;
    height:100%;
  }

  #login-error {
    max-width: 600px;
    text-align: center;
    margin-top: 16px;
  }
  
  #microsoftButtonDiv{
    display: flex;
    margin-top: 5px;
    width: 398px;
  }
  
  #microsoftTextSpan{
    width: 92%;
  }
  
  #microsoftImageSpan{
    background-color: #fafafa;
    width: 8%;
    font-size: 13px;
  }
  
 
  
  #microsoftLoginButton{
    padding-left: 1px;
    display: flex;
    width: 100%;
    height: 100%;
    line-height:34px;
    background-color: #9A9A9A;
    border: none;
    font-size: 13px;
    color: #fafafa;
  }
  
  .google-btn {
    width: 220px;
    height: 40px;
    background-color: #4285f4;
    border-radius: 2px;
    cursor: pointer;
  }
  
  .microsoft-icon-wrapper,
  .google-icon-wrapper {
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    width: 38px;
    height: 38px;
    border-radius: 2px;
    background-color: #fff;
  }
  
  .microsoft-icon,
  .google-icon {
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    width: 18px;
    height: 18px;
  }
  
  .btn-text {
    float: right;
    margin: 10px 65px 0 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.2px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    
  }

  .btn-text b {
    font-weight: 400;
  }

  .infoPortal {
    max-width: 220px;
    text-align: center;
  }
  .container-img img {
    height: 225px;

  }
  @media (max-width: 1366px) {
    #microsoftImageSpan{
      width: 14%;
    }
  
    #microsoftTextSpan{
      width: 86%;
    }
  
    #microsoftImage{
      margin-bottom: 0px;
    }
  }

  @media (max-width: 768px) {
    .modal-full.modal-dialog {
      width: auto; } 
  
    .infoLogin {
        width: max-content;
        min-width: auto;
        height: max-content;
        padding: 32px 32px;
        margin: -50px auto 0 auto;
      }
    .buttonsSection {
      flex-direction: column;
    }

    .container-img img {
      height: 150px;
    }
   
    }