#custom-menu footer {
  width: 100%;
  background: #fff;
  text-align: center;
}
#custom-menu .login-buttons {
  display: flex;
  justify-content: space-around;
}

#custom-menu .login-buttons > a {
  text-decoration: none;
  height: 38px;
  width: 148px;
  color: #01040e!important;
}

#custom-menu .login-buttons > a:last-child {
  color: #fff!important;
  height: 40px;
}

#custom-menu .login-btn {
  width: 148px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #232325;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
  flex-direction: column;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 11px;
}

#custom-menu .login-btn span:last-child {
  font-size: 14px;
}

#custom-menu .kyt-office {
  background-color: #fff;
  color: #01040e;
}

#custom-menu .tracker {
  background-color: #D64686;
  border: none;
  color: #fff;
}

#custom-menu .language-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#custom-menu .language-container .disabled {
  cursor: default;
}

#custom-menu .language-selector {
  margin-top: 43px;
  width: 208px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#custom-menu .language {
  margin: 0 3px;
  font-size: 16px;
  color: #ccc;
  cursor: pointer;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
#custom-menu .language.active {
  color: #000;
  font-family: "Montserrat";
}
@media (min-width: 744px) {
  #custom-menu .login-btn {
    width: 240px;
    height: 40px;
  }
  #custom-menu .language-selector {
    margin-top: 104px;
  }
}
