@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: 200px;
  margin: auto;
  border-radius: 16.1px;
  font-family: "Mulish", sans-serif;
  margin: 0%;
}

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

a {
  color: #181823;
}

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

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;
}

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