@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300&display=swap");
body {
  background-image: url(/image\ 24.png);
  margin: 0px;
}
.nav {
  background-color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 15px;
  left: 0px;
  top: 0px;
  border-radius: 0px;
  padding: 30px;
}
.navlogo {
  color: #ffffff;
  font-size: 15px;
}
#navlogofed {
  color: #ffffff;
  font-size: 30px;
}
.navlogo1 {
  color: #f45725;
  font-size: 15px;
}
#logomiddle {
  display: block;
  color: #ffffff;
  font-size: 50px;
  text-align: center;
  font-family: "Rubik", sans-serif;
  margin-top: 0px;
  margin-bottom: 20px;
}

.personaldetails {
  font-family: "Mulish", sans-serif;
}

#details {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-content: space-between;
  align-items: center;
  background-color: #ffffff;
  width: 500px;
  height: 700px;
  margin: auto;
  border-radius: 16.1px;
  font-family: "Mulish", sans-serif;
  margin: 0%;
}

hr {
  border-top: 20px dotted rgb(63, 61, 61);
  width: 200px;
}
a {
  color: #181823;
  text-decoration: none;
}

p {
  display: inline-block;
}

#personaldetailslogin {
  /*background-color: #ad7be9;
  display: inline-block;
  align-items: center;
  margin: auto;
  border: #000000 solid;
  border-radius: 16.19999885559082px;
  text-align: center;
  font-size: xx-large;
  margin-bottom: 20px;*/
  font-family: "Mulish", sans-serif;
}

select {
  display: inline;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 40px;
}

.mainDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  width: 700px;
  height: 900px;
  border-radius: 64px;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 56.24%,
    #0f0e0e 100%
  );
  /* gradient(), */
}

input {
  width: 360px;
  border-style: none none solid;
  margin-top: 25px;
  margin-left: 65px;
}

select {
  width: 360px;
  border-style: none none solid;
  margin-top: 25px;
  margin-left: 65px;
}

textarea {
  width: 360px;
  border-style: none none solid;
  margin-top: 25px;
  margin-left: 65px;
  resize: none;
}

.submit {
  background-color: #282828;
  color: #ffffff;
  width: 360px;
  height: 40px;
}
