/*Start Header*/
.header_section {
    width: 100%;
    top:0px;
    height:220px;
    float: left;
    background-image: linear-gradient(to right, rgba(132,8,134,1), rgba(179,9,181,1));
    background-size: 100%;
}

.logo_be {
	margin: 0px auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 60px;
	padding-top: 2px;
}

.logo_be a {
	color: #FFFFFF;
}
.logo_be a:hover {
	color: #FFFFFF;
}
.logo_tel {
    top:70px;
    width:100%;
	margin: 0px auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 32px;
}
/*End Header*/

/* Start search profile*/
* {
  box-sizing: border-box;
}

#regForm {
  background-color: #7A077B;
  position: absolute;
  top:160px;
  font-family: Arial;
  padding: 30px;
  width: 100%; 
  min-width: 300px;
}

h1 {
  text-align: center;
  font-size: 22px;
  margin-top: 2px;
}

input {
  padding: 10px;
  width: 100%;
  font-size: 32px;
  font-family: Arial;
  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;
  text-align:center;
  font-size:30px;
  color:white;
  direction:rtl;
}

button {
  background-color: #04AA6D;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 32px;
  font-family: Arial;
  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;
}
.monitin {
  position: absolute;
  top: 30px;
  left: 10px;
}