.newLicenceContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.newLicenceContainer__header {
  display: flex;
  flex-direction: column;
  margin: 40px;
}

.newLicenceContainer__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.newLicenceContainer__bodyQ {
  font-weight: 500;
  margin: 30px 24px;
}

.newLicenceContainer__bodyInput {
  padding: 12px 24px;
  min-width: 300px;
  font-size: 16px;
}

.newLicenceContainer__bodybtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  padding: 12px 16px;
  min-width: 300px;
  background-color: #000000;
  border: none;
  color: white;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
}

.newLicenceContainer__bodybtn:focus {
  outline: none;
}

.logo {
  height: 80px;
}

#newLicenceContainer__dashboardContainer {
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-bottom: 100px;
}
.newLicenceContainer__dashboard {
  flex-direction: column;
  justify-content: center;
  text-align: center;
  display: flex;
}

.newLicenceContainer__bodyforgot {
  margin-top: 24px;
  text-decoration: underline;
  color: rgb(47, 47, 47);
}

.newLicenceContainer__dashboardDeviceTile {
  display: flex;
  align-items: center;
  background-color: #f6f6f6;
  border-radius: 8px;
  border: 2px solid #999999;
  text-align: left;
  padding: 24px;
  justify-content: space-between;
  margin-top: 24px;
}

.newLicenceContainer__dashboardDeviceTile > div {
  display: flex;
}

.newLicenceContainer__dashboardDeviceTile > div > p {
  margin-left: 16px;
  font-size: 17px;
}

.newLicenceContainer__dashboardDeviceTile > div > img {
  height: 24px;
  width: 24px;
}

.newLicenceContainer__dashboardDeviceTile > button {
  display: flex;
  align-items: center;
  background-color: #ffa2b8;
  border: none;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  border-radius: 8px;
  padding: 9px 18px;
  font-weight: 500;
}

.newLicenceContainer__dashboardDeviceTile > button > img {
  height: 16px;
  width: 16px;
  margin-left: 5px;
}
