/* body {
  font-family: Arial, sans-serif;
  background-color: #f2f2f2;
  margin: 0;
  padding: 0;
} */

.AccountCreate__Container {
  display: flex;
  justify-content: center;
  align-items: start;
  height: 100vh;
  margin-top: 50px;
}

.AccountLogin__Container{
  display: flex;  
  justify-content: center;
  align-items: center;
  height: 50vh;
}

.AccountForgot__Container{
  
  display: flex;  
  justify-content: center;
  align-items: center;
  height: 50vh;

}

.AccountForgot__FormCard {
  width: 30%;
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(128, 128, 128, 0.5);
margin-top: 13%;
}




.AccountEdit__Container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;
}

.RoleCreate__Container{
  display: flex;
  justify-content: center;
  align-items: start;
  height: 50vh;
  
}

.RoleCreate__FormCard {
  width: 50%;
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(128, 128, 128, 0.5);
}

.AccountCreate__FormCard {
  width: 50%;
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(128, 128, 128, 0.5);
}


.AccountLogin__FormCard {
  width: 50%;
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(128, 128, 128, 0.5);
margin-top: 13%;
}




.AccountPassword__FormCard {
  width: 100%;
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(128, 128, 128, 0.5);
  margin-bottom: 7px;
}

.AccountEdit__FormCard {
  width: 50%;
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(128, 128, 128, 0.5);
}

.AccountCreate__Title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.AccountCreate__FormGroup_BeniHatirla {
  margin-bottom: 15px;
     display: -webkit-box;
  align-items: center;
}

.AccountCreate__FormGroup_BeniHatirla label {
  margin-left: 5px;
  color: #555;
  justify-content: start;
}



.AccountCreate__FormGroup {
  margin-bottom: 15px;
}

.AccountCreate__FormGroup label {
  display: block;
  margin-bottom: 5px;
  color: #555;
}

.AccountCreate__FormGroup input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.AccountCreate__SubmitButton {
  /* width: 100%; */
  padding: 12px;
  background-color: #4a90e2;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  display: inline;
  
}

.AccountCreate__SubmitButton:hover {
  background-color: #357ab8;
}






