* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.body {
  background-image: radial-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
    url(./images/1img.jpg);
}

.header {
  /* padding: 20px 50px;
  position: relative;*/
  width: 100%;
}

.logo img {
  width: 200px;
  margin-top: -10px;
  margin-left: 10px;
}
.signinsection {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.sign-in-box {
  position: relative;
  height: 600px;
  width: 450px;
  padding: 65px;
  /* margin-left: 35%; */
  background: rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  box-sizing: border-box;
}

.sign-in-box h2 {
  font-size: 30px;
  color: white;
  margin-top: 0px;
  margin-bottom: 25px;
}

.sign-in-form input {
  height: 50px;
  width: 100%;
  color: white;
  background-color: #333;
  box-sizing: border-box;
  padding-left: 15px;
  /* outline: none; */
  border: none;
  border-radius: 3px;
}

.sign-in-form {
  margin-bottom: 15px;
}
.sign-in-button {
  height: 50px;
  color: white;
  width: 100%;
  background-color: #e50914;
  border-radius: 3px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 15px;
  text-align: center;
}
.support {
  display: flex;
  color: #b3b3b3;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 20px;
}
.remember {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.remember input {
  margin-right: 5px;
}

.need-help a {
  text-decoration: none;
  color: #b3b3b3;
}

.need-help a:hover {
  text-decoration: underline;
}

.login-section {
  color: #b3b3b3;
}

.login-facebook {
  display: flex;
  align-items: center;
  width: 100%;
  color: #737373;
  margin-bottom: 15px;
}

.login-facebook img {
  width: 20px;
  height: 20px;
}

.login-facebook p {
  text-decoration: none;
  color: #737373;
  margin-left: 5px;
  font-size: 13px;
}

a {
  text-decoration: none;
}
.sign-up {
  font-size: 16px;
  margin-bottom: 15px;
}
.sign-up a {
  color: white;
}
.sign-up a:hover {
  text-decoration: underline;
}

.terms-conditions {
  font-size: 13px;
}
.terms-conditions a {
  color: #0071eb;
}
.terms-conditions a:hover {
  text-decoration: underline;
}

/*footer*/
footer {
  height: 300px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.footer-section,
.footer-section-1 {
  color: grey;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  display: flex;
  flex-direction: row;
}

.footer-section-2-column {
  padding: 30px 0px;
  padding-right: 70px;
}

.footer-section-2-column p {
  padding: 5px 0px;
}

.footer-section-2-column p a,
.footer-section a {
  text-decoration: none;
  color: grey;
}
.call {
  text-decoration: none;
}
.call:hover {
  text-decoration: underline;
  color: grey;
}

.signandlanguage {
  width: 200px;
  display: flex;
}
#lang-enghindi-1 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 15px;
  padding: 12px 17px;
  background-color: rgba(0, 0, 0, 0);
  color: white;
  border: 1px solid grey;
}

#lang-eng-hindi-1 option {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: white;
  background-color: black;
  font-size: 15px;
  padding: 10px;
}

@media (max-width: 740px) {
  .body {
    background-image: none;
    background-color: black;
  }
  .logo img {
    width: 215px;
    margin-top: -20px;
    margin-left: 0px;
  }
  .sign-in-box {
    height: 520px;
    width: 95%;
    padding: 0px;
    background: none;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .login-section {
    padding-top: 20px;
  }
  .greyline {
    width: 100%;
    background-color: grey;
    height: 2px;
  }
  footer {
    margin-top: 0px;
    margin: 0px 5px;
  }
  .footer-section-2-column {
    padding-right: 30px;
  }
  .footer-section-2-column p a,
  .footer-section a {
    text-decoration: none;
    color: grey;
    font-size: 15px;
  }
  .footer-section-2-column p a:hover {
    text-decoration: underline;
  }
}

@media (max-width: 540px) {
  .footer-section-2-column p {
    font-size: 13px;
  }
  .footer-section-2-column {
    padding-right: 20px;
  }
}

@media (max-width: 500px) {
  .footer-section-1 {
    flex-direction: column;
  }

  .footer-section-2-column {
    padding: 5px 0px;
  }
}
