*{
  padding: 0;
  margin: 0;
}
/*google fonts*/
.cairo-uniquifier {
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
  "slnt" 0;
}
/*google font*/
.title {
  display: flex;
  justify-content: center;
  font-size: 1.2em;
  font-weight: 230;
  /* margin-bottom: 5px; */
}
.main-btnn {
  background-color: var(--red-color);
  color: var(--yellow-color);
  padding: 0.5rem 1rem;
}

input [value="Modify"] {
  width: 300px;
  height: 110px;
  border: none;
  outline: none;
  /* border-radius: 15px; */
  font-size: 20px;
}
.btn {
  /* text-align: center;
   */
  display: flex;

  justify-content: center;
}
.login {
  width: 150px;
  height: 50px;
  background-color: rgb(207, 200, 200);
  color: rgb(101, 17, 197);
  border: none;
  outline: none;
  border-radius: 6px;
  font-size: 20px;
}
.login:hover {
  background-color: rgb(11, 11, 112);
  color: #fff;
}
/* #name {
  width: 100%;
  height: 100px;
  align-items: center;
  display: flex;
}
.name {
  margin-left: 25px;
  margin-right: 30px;
  width: 125px;
  font-size: 18px;
  font-weight: 400;
} */
.number {
  position: relative;
  line-height: 40px;
  width: 69%;
}
.eye {
  position: relative;
  line-height: 40px;
  width: 58%;
}
input[type="password"] {
  border: 1px solid rgb(235, 219, 219);
}
input[type="email"] {
  height: 45px;
  border-radius: 6px;
  border: 1px solid rgb(235, 219, 219);
}
input[type="text"] {
  height: 45px;

  border-radius: 6px;
  border: 1px solid rgb(235, 219, 219);
}
input[type="number"] {
  height: 45px;
  border-radius: 6px;
  border: 1px solid rgb(235, 219, 219);
  border: 1px solid rgb(235, 219, 219);
}
/* checkbox */
select {
  height: 45px;

  border-color: rgb(235, 229, 229);
  border-radius: 6px;
  border: 1px solid rgb(235, 219, 219);
}
.input-group-text {
  height: 45px;
}

.Forgetten {
  display: flex;
  justify-content: space-between;
}
.submit {
  width: 120px;
  height: 70px;
  color: #fff;
  background-color: rgb(17, 201, 26);

  /* background-color: gray; */

  /* color: ; */
  border: none;
  outline: none;

  font-size: 120%;
}
.sub-forget {
  display: flex;

  margin-left: 660px;
}

.delet:hover {
  background-color: rgb(11, 11, 112);
}

.checkbox-title {
  display: flex;

  justify-content: center;
}

.bi {
  color: #fff;
}

.section-one {
  background-color: white;
}
.section-two {
  background-color: rgb(240, 240, 240);
}

.country {
  position: relative;
  /* line-height: 510px; */
  width: 69%;
  padding-top: 12px;
  padding-bottom: 12px;
}
.account {
  display: flex;
  justify-content: space-between;
  color: blue;
}
.star::after {
  content: "*";
  color: rgb(11, 11, 112);
  font-size: 30px;
}
option {
  font-size: smaller;
}

.change-img img {
  width: 150px !important;
  height: 150px !important;
  object-fit: cover;

  margin-bottom: 20px;
  background: #fff;
  padding: 20px;
}
.change-img input {
  display: none;
}
.change-img label {
  color:  #000;
  background: #efefef;
  border: 2px solid #efefef;
  padding: 10px;
  cursor: pointer;
  border-radius: 10px;
}
.section-one {
  border: 2px solid #efefef;
}
.section-one input:not(:checked){
  width: 80%;
  outline: none;
  border: 2px solid #aea3a369;
  background: #fff;
  padding: 5px;
  border-radius:5px ;
}