
.sign-box {
    width: 100%;
    min-width: 400px;
    max-width: 400px;
}

.page-center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#accSelectionBlock {
    max-width: 600px;
}

.sign-box .btn {
    margin: 16px auto 20px;
}

.loader {
    position: absolute;
    left: 52.5%;
    top: 52.5%;
    z-index: 20;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #9e9c9c;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .custlink {
    color: #666bff !important;
  }

  .multi-acc {
    display: block;
    max-height: 320px;
    overflow: auto;
    width: 550px;
  }

  .check-icon {
    float: right;
    display: none;
    font-size: 1.5em;
}


.accept-invitation, .reject-invitation {
    display: inline-block !important;
    width: 60px;
    min-width: 10px !important;
    position: relative;
    bottom: 8px;
}

body.modal-open {
    position: initial !important;
}

.resend-link {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: #666bff !important;
    border-bottom: solid 1px transparent;
  }

  .resend-link:hover {
    border-bottom-color: #040A1A;
  }

  .modal {
    top: 35%;
  }

  span.pull-right.acc-status:first-letter {
    text-transform: uppercase;
  }

  #termsError {
    color: #fa424a;
  }

#accSelectionBlock .accept-invitation {
    margin-right: 5px;
  }

.user-role-sites {
  word-break: break-all;
}

#google-login-btn {
  border: 1px solid #d1d5db; /* Light gray border similar to input field */
  border-radius: 6px; /* Match the rounded corners of input */
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
