.row {
width: 135rem;
    justify-content: flex-start;
    flex-direction: row;
    display: flex;
    margin: auto;
    align-items: flex-start;
    overflow: hidden;
    align-content: center;
    gap: 2rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.texte {
  display: flex;
  width: 27rem;
  background: #fff;
  border-radius: 1rem;
  padding: 1rem 0 1rem 0;
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 1rem;
      height: 2rem;
}

form {
  margin-top: 0rem;
}

.input {
  background-color: #fff;
  padding: 10px 20px;
  margin: 10px 0;
  border-radius: 10px;
  border: none;
  background: none;
  outline: none;
}
input {
  border: none;
  background: none;
  outline: none;
}
.submit {
  background-color: var(--primary);
  height: 4rem;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-transform: initial;
  align-items: center;
}
.submit1 {
    height: 4rem;
    cursor: pointer;
    font-weight: bold;
    background: #3F3D50;
    color: #fff;
    font-size: 14px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-transform: initial;
    align-items: center;
    border-radius: 10px;
}

.submit1>  img {
    height: 2rem;
  }

.submit:hover {
  filter: brightness(1.1);
}
.input img {
  height: 2rem;
  cursor: pointer;
}
#buttonsubmit {
  float: left;
  margin-top: 0px;
  margin-left: 20px;
}
#arrow {
  margin-right: 25px;
  float: right;
  font-size: 20px;
  padding-top: 6px;
  float: right;
}
input::placeholder {
  color: 000;
}

.box-login {
  flex: 0 0 30rem;
}
.box-news {
  flex: 1;
  height: 30rem;
}

.box-news-publish {
  background-image: url(https://images.habbo.com/web_images/habbo-web-articles/lpromo_2019_habbo2020.png);
  height: 100%;
  background-repeat: no-repeat;
  background-position-x: -11rem;
  border-radius: 2rem;
  position: relative;
}

.box-carrousel {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  right: 1rem;
  justify-content: space-between;
}

.box-news-title {
  background: rgba(0, 0, 0, 0.8);
  padding: 2rem;
  border-radius: 2rem 2rem 0rem 0rem;
}

.box-notif {
  flex: 0 0 30rem;
}

.box-notif-publish {
  color: #fff;
  border-radius: 1rem;
  margin-top: 1rem;
}

.box-notif-list {
  background: rgba(39, 37, 55, 0.3);
  border-radius: 1rem 1rem 0rem 0rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
.box-notif-list1 {
  background: rgba(39, 37, 55, 0.5);
  border-radius: 1rem 1rem 0rem 0rem;
  padding: 1rem;
  margin-bottom: 1rem;
}

.inscription {
  text-align: center;
}