@font-face {
  font-family: "montserrat";
  src: url(montserrat_bold.ttf);
}
@font-face {
  font-family: "montserrat-medium";
  src: url(montserrat_medium.ttf);
}

.img {
  width: 60%;
  max-width: 60px;
  margin-left: 0%;
  margin-top: 0%;
}

body {
  font-family: "montserrat-medium";
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

.container {
  background-color: #fff;
  border-radius: 10px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  padding: 0px;
  width: 90%;
  height: 100%;
  /* text-align: center; */
}

.PT{
  color: #7a7a7a;
  font-size: 12px;
  margin-bottom: 20px;
  text-decoration: none;
  text-align: center;
}

.a{
  color:#424874 ;
}

.delete {
    font-family: "montserrat";
  color: #424874;
  margin: 0;
  font-size: 18px;
}

.name {
  font-family: "montserrat";
  color: #ff4081;
  margin: 5px 0 20px;
  font-size: 18px;
}

.subtitle {
  color: #7a7a7a;
  font-size: 14px;
  margin-bottom: 20px;
}

.input-group {
  position: relative;
  margin-bottom: 15px;
}

.input-group input {
  width: 100%;
  padding: 10px;
  padding-left: 30px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 14px;
}

.input-group .icon {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #aaa;
  font-size: 16px;
}

.remember-me {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
}

.remember-me input {
  margin-right: 5px;
}

.login-button {
  background-color: #ff4081;
  color: #fff;
  border: none;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.login-button:hover {
  background-color: #e0366d;
}

.signup-text {
  font-size: 14px;
  margin-top: 20px;
}

.signup-text a {
  color: #ff4081;
  text-decoration: none;
}

.signup-text a:hover {
  text-decoration: underline;
}

.divider {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.divider hr {
  flex: 1;
  border: none;
  border-top: 1px solid #ccc;
  margin: 0;
}

.divider span {
  margin: 0 10px;
  color: #aaa;
  font-size: 14px;
}

.google-login-button {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.google-login-button img {
  height: 20px;
  margin-right: 10px;
}

.google-login-button:hover {
  background-color: #f5f5f5;
}

.terms {
  font-size: 12px;
  color: #aaa;
  margin-top: 20px;
}

.terms a {
  color: #ff4081;
  text-decoration: none;
}

.terms a:hover {
  text-decoration: underline;
}

.headerOfpt{
  font-family: "montserrat";
}