.form-item label {
  display:inline;
  float:right;
  width: 100%;
}
 .form-text {
  display:inline;
 
}

.input-box{
  color: #000;
  font-size: 10px;
}

.input-box-gender{
  width: 123px;
}
.input-box-education{
  width: 123px;
}
.input-box-education{
  width: 123px;
}
.input-box-marja{
  width: 123px;
}

.ajax-message{
  display: none;
  position: absolute;
  top: 30;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.9; 
  background-color: gray;
text-align:center;
}
.pasokhgoo-sms-success-message{
  margin-top: 30px;
  color: white;
}
.pasokhgoo-sms-failure-message{
  margin-top: 20px;
  color: white;
}

.close-button{
  padding: 10px;
  color: #fff !important;
  font-size: 15px;
  background-color: red;	
  margin: 15px;


}
.close-button:hover{
  color: red;
color:#fff;

}
.input-box-mobile{
text-align:left !important;
direction:ltr !important ;  
font-size:15px;
color:#000;
}
.input-send{
text-align:center;
width: 100%;
background-color:#000;

}
