* {
  padding: 0%;
  margin: 0%;
}
body {
  overflow: hidden;
  width: 100%;
  background: #0f0d18;
  font-family: system-ui;
}

.container {
  width: 450px;
  height: 70vh;
  background: #29324f;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
  margin: auto;
  margin-top: 8%;
  z-index: 1;
}

.login-form {
  width: 100%;
  height: 100%;
}

h2.heading-login-form {
  color: white;
  font-family: sans-serif;
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
}

.uploadpicture {
  width: 100%;
  height: 156px;
}

img#userphoto {
  width: 150px;
  height: 150px;
  position: relative;
  left: 50%;
  transform: translate(-50%, -6%);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.input-boxes {
  width: 100%;
}

input {
  width: 94%;
  height: 23px;
  border: none;
  outline: none;
  margin-bottom: 20px;
  padding: 10px;
  color: black;
  font-family: system-ui;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

input.checkbox {
  width: 18px;
  position: relative;
  top: 6px;
}

span.agreeText {
  color: white;
  font-family: system-ui;
  font-size: 16px;
}

button.submitbtn {
  width: 100%;
  height: 45px;
  background: #f64f8b;
  color: white;
  font-size: 20px;
  font-family: sans-serif;
  border: none;
  outline: none;
}

button.submitbtn:hover {
  background: #61102d;
}
img.cameraPic {
  width: 20px;
  height: 20px;
  position: relative;
  top: -4%;
  left: 23%;
  transform: translate(-50%, -8%);
  opacity: 1;
  background: rgb(255 255 255);
  border-radius: 100%;
  padding: 11px;
}


input#fileupload {
  display: none;
}

.pop-up-text {
  position: absolute;
  top: 50%;
  left: -50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 329px;
  background: rgb(240, 240, 240);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  z-index: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

h1.pop-up-heading {
  text-align: center;
  color: black;
  font-family: system-ui;
  font-size: 40px;
  padding-bottom: 18px;
}

p.para-text {
  color: black;
  font-size: 17px;
  font-family: system-ui;
}

.somebtn {
  width: 100%;
  margin-top: 50px;
}

button.ok-btn {
  background: #0f0d18;
  width: 100%;
  outline: none;
  border: none;
  height: 40px;
  color: white;
  font-family: sans-serif;
  font-size: 16px;
  margin-right: 1px;
  cursor: pointer;
}
.ok-btn:hover {
  background: #27233a;
}
.back-drop {
  width: 100%;
  height: 100%;
  background: rgba(32, 31, 30, 0.65);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  display: none;
}

.footerText {
  position: relative;
  top: 84px;
  left: 10px;
  color: white;
  font-family: sans-serif;
  font-size: 18px;
}
.footerText a {
  color: yellow;
}
.active {
  display: block;
}

.activePopUp {
  left: 50%;
}
