
body {
	background-image: url('tiffany.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	
	
  background-colorx: #0ABAB5;
  font-family: 'Arial', sans-serif;
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100vh;
  margin: 0;
}



.wrapper {
  display: flex;
  position: absolute;
  width: 350px;
  borderx: 1px;
  border-stylex: solid;
  border-colorx:  blue;

}

.login-container {
  width: 350px;
  padding: 20px;
  border-radius: 10px;
}

.lnr-eye {
  color: black;
  font-size: 20px;
}




.logo {
  font-size: 28px;
  font-weight: bold;
  color:  #003153;
  margin-bottom: 10px;
  font-family: 'Dosis', sans-serif;
}

.logo span {
  color: white;
}

h2 {
  margin-bottom: 20px;
}

.input-group {
  margin-bottom: 15px;
  position: relative;
}

.input-group label {
  display: block;
  margin-bottom: 5px;
  color: #003153;
}

.input-group input {
  width: 95%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background: #A4E7EC;
  color: black;
}

.toggle-password {
  position: absolute;
  right: 10px;
  top: 30px;
  cursor: pointer;
}

.options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  margin-bottom: 20px;
}

.forgot {
  color: #003153;
  text-decoration: none;
}

.login-btn {
  width: 100%;
  background-color: #003153;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 50px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 20px;
}

.divider {
  text-align: center;
  color: #888;
  margin-bottom: 10px;
}

.social-login {
  display: flex; 
  justify-content: center; 
  align-items: center;
  background-color: transparent;
  paddingx: 10px;
  border-radiusx: 25px;
  margin-bottom: 40px;
  cursor: pointer;
  font-weight: bold;

}

.social-login span {
widthx: 50%; /* Or any specific width */
  marginx: auto;
}


.social-login img {
  width: 120px;
  margin-rightx: 100px;
}

.google img {
  filter: none;
}

.facebook img {
  filter: none;
}

.create-account {
  text-align: center;
  font-size: 14px;
}

.create-account a {
  color: #49fc03;
  text-decoration: none;
}
