/* General Styles */
body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  background-color: #f9f9f9;
}

.container {
  width: 100%;
  height: 100vh;
  display: flex;
}

.content {
  display: flex;
  width: 100%;
}

.content-left {
  width: 50%;
}

.content-left img {
  width: 100%;
  height: 99vh;
  object-fit: cover;
}

.content-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.9rem;
  background-color: #fff;
}

/* Top Section */
.top {
  display: flex;
  align-items: center;
  margin: 2rem auto;
}

.brand img {
  width: 5rem;
}

.crm {
  margin-left: 1rem;
}

.crm img {
  width: 16rem;
}

.crm p {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}

/* Form Section */
.form {
  width: 100%;
  max-width: 23rem;
  flex-direction: column;
  display: flex;
  margin: 0 auto;
}

.welcome-text {
  color: #0056b3;
  font-size: 1.2rem;
  /* font-weight: bold; */
  margin-bottom: 0.5rem;
  /* text-align: center; */
}

.sub-text {
  font-size: 1rem;
  color: #777;
  margin-bottom: 2rem;
  /* text-align: center; */
}

.input {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}

.input label {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #333;
}

.input input {
  padding: 0.8rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 7px;
}

.password {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.password-text {
  font-size: 1.2rem;
  color: #333;
}

.forgot-password {
  font-size: 0.9rem;
  color: #007bff;
  text-decoration: none;
}

.forgot-password:hover {
  text-decoration: underline;
}

/* Login Button */
.login-btn {
  width: 100%;
  padding: 0.8rem;
  font-size: 1rem;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.login-btn:hover {
  background-color: #0056b3;
}
.brand {
  display: flex
;
  width: 6rem;
  align-items: center;
}
.brand img {
  HEIGHT: 100%;
  width: 100%;
}
.crm-name span {
  color: grey;
  font-size: 10px;
}
