.logo {
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.logo img {
  width: 60%;
  max-width: 201px;
}

.title {
  background: linear-gradient(to right, #ff0000, #cc0000);
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  color: white;
  border: 2px solid #fff;
    width: 350px;
}

.title span {
  color: #ccc;
  font-weight: 400;
}

.login-button {
  background: none;
  color: white;
  border: 2px solid white;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
    width: 350px;
}

.login-button:hover {
  background: white;
  color: black;
}

.machines {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.machines img {
  max-height: 180px;
  width: auto;
}

.rs-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}

.rs-logo img {
  max-height: 40px;
  margin-bottom: 5px;
}

.footer-text {
  position: fixed;
  right: 4%;
  bottom: 1%;
  color: black;
}

.machines-pos {
    position: absolute;
    left: 64%;
    z-index: 1000;
    top: 303px;
}

.machines-icon {
  width: 100%;
  max-width: 510px;
  height: 441px;
  border: none;
}

#rs-team-logo-welcome {
    width: 226px;
}

@media(max-width: 600px) {
  .title {
    font-size: 18px;
  }

  .machines-icon {
    max-height: 100px;
  }

  .logo img {
    width: 45%;
  }

  .title {
      width: 300px;
      margin: 24px 29px 0px 29px;
  }

  .login-button {
     width: 300px;
     margin: 24px 29px;
  }
}

@media(max-width: 882px) {
  .machines-icon {
    display: none;
  }
}


@media(max-width: 1281px) {
   .footer-text {
    font-size: 12px;
  }
}


@media(max-width: 735px) {
  .footer-text {
    display: none;
  }
}

@media (max-width: 993px) {
    .container {
        padding-bottom: 0px;
    }
}
