#registration_form fieldset:not(:first-of-type) {
  display: none;
}

* {
  box-sizing: border-box;
}

/* tr:nth-child(odd) {
  background-color: #cfe2f3;
} */

body {
  background-color: #f1f1f1;
  position: relative;
}

h1 {
  text-align: center;
}

input[type="button"] {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

input[type="submit"] {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

label {
  margin-bottom: 0 !important;
}

button {
  background-color: #04aa6d;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04aa6d;
}

table.display {
  margin: 0 auto;
  width: 100%;
  clear: both;
  border-collapse: collapse;
  table-layout: fixed;
  word-wrap: break-word;
}

.close {
  background: #606061;
  color: #ffffff;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}

.close:hover {
  background: #00d9ff;
}

textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 16px;
  resize: none;
}

.user-details3 .input-box3 input {
  height: 40px;
  width: 15%;
  outline: none;
  font-size: 16px;
  background: transparent;
  padding: 0 20px 0 5px;
  /* border-bottom: 2px solid #fff; */
  transition: all 0.3s ease;
  border-radius: 5px;
  margin: 5px;
}

/* Drop button */

.user-details3 .input-box3 select {
  height: 40px;
  width: 15%;
  outline: none;
  font-size: 16px;
  padding: 0 20px 0 5px;
  background: transparent;
  /* border-bottom: 2px solid #fff; */
  transition: all 0.3s ease;
  border-radius: 5px;
  margin: 5px;
}

form .user-details3 .input-box3 .details {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  text-shadow: black;
}

.page {
  background: #fff;
  display: block;
  margin: 3rem auto 3rem auto;
  position: relative;
  box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.1);
}

.page[size="A4"] {
  width: 21cm;
  height: 29.7cm;
  overflow-x: hidden;
}

.header .title {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  text-align: center;
}

form .user-details .details {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-shadow: black;
}
