@import './constants.css';

.bx--breadcrumb-item::after {
  margin-left: 0.5rem
}

.bx--breadcrumb-item::after {
  margin-left: 0.5rem
}

.bx--breadcrumb-item {
  margin-right: 0.5rem
}

.xpa-c-tabs--vertical .bx--tabs__nav {
  flex-direction: column;
}

.bx--breadcrumb {
  margin: 0px !important;
}

.access-page-bg {
  background: var(--page-bg) no-repeat center;
  background-size: cover;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

.padding-top-90 {
  padding-top: 90px;
}

.access-form .form-header {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 1rem;
  width: 312px;
}

.access-form .form-header h5 {
  font-size: 15px;
  font-family: "Poppins", sans-serif !important;
  font-weight: bold;
  color: #232630;
  margin-bottom: 0px !important;
}

.access-form .form-header h5 svg {
  height: 14px;
  width: 14px;
  margin-right: 8px;
}

.access-form .account-type {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.access-form .account-type label {
  cursor: pointer;
  width: 100%;
}

.access-form .account-type label span {
  padding: 15px 10px;
  background: #f7f9fc;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #232630;
  text-align: center;
  width: 100%;
  display: block;
}

.access-form .account-type label input[type="radio"]:checked+span {
  color: #246df8;
  background: rgba(36, 109, 248, 0.2);
  border-color: transparent;
}

.access-form .account-type label input {
  display: none;
}

.access-form .form-group {
  margin-bottom: 30px;
}

.access-form .form-group .form-control {
  height: 50px;
  border: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  width: 310px !important;
}

.access-form .form-group .form-control:focus {
  border-bottom-color: #246df8;
}

.access-form .shortcut-login {
  margin-top: 30px;
}

.access-form .shortcut-login span {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  color: #6f7484;
  margin-bottom: 10px;
  display: inline-block;
}

.access-form .shortcut-login .buttons {
  width: calc(100% - 80px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bx--checkbox--inline {
  position: relative;
}

.PublicJobInfoFooter {
  display: flex;
  justify-content: space-between;
}

/* adding this to center align generic tab(s) looks nicer */
.bx--tabs--scrollable .bx--tabs--scrollable__nav-item .bx--tabs--scrollable__nav-link {
  text-align: center;
}

.css-b62m3t-container .css-1nmdiq5-menu {
  z-index: 999999 !important;
}
