/* form styling */
/* line 3, ../../sass/form.sass */
h2 {
  font-size: 20px;
}

/* line 6, ../../sass/form.sass */
h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

/* line 10, ../../sass/form.sass */
.row {
  /*border: 1px solid red */
  position: relative;
margin-left: 0px;
}
/* line 13, ../../sass/form.sass */
.row .error-message {
  top: 0;
}
/* line 15, ../../sass/form.sass */
.row label {
  display: block;
  padding-top:5px;
}
/* line 17, ../../sass/form.sass */
.row .input {
  margin-bottom: 10px;
}
/* line 19, ../../sass/form.sass */
.row .input input {
  height: 28px;
  width: 100%;
  display: block;
}
/* line 23, ../../sass/form.sass */
.row .select {
  padding-bottom: 0;
}
/* line 25, ../../sass/form.sass */
.row .select select {
  width: 100%;
  /*margin-bottom: 6px */
}

/* line 30, ../../sass/form.sass */
#formID {
  margin: 0 15px;
}

/* line 34, ../../sass/form.sass */
#contacts form {
  margin-right: 20px;
}

/* line 38, ../../sass/form.sass */
#UserForgottenForm {
  margin-left: 0px;
}
/* line 40, ../../sass/form.sass */
#UserForgottenForm input[type='text'] {
  width: 300px;
}

/* line 43, ../../sass/form.sass */
.footnote {
  margin-top: 20px;
}

/* line 47, ../../sass/form.sass */
#adverise-a-property h2 {
  padding-top: 20px;
}
/* line 49, ../../sass/form.sass */
#adverise-a-property .row {
  clear: both;
  display: block;
}
/* line 52, ../../sass/form.sass */
#adverise-a-property .row .input {
  display: block;
}
/* line 54, ../../sass/form.sass */
#adverise-a-property .row.padded {
  margin: 0;
}
/* line 58, ../../sass/form.sass */
#adverise-a-property .ui-datepicker-calendar a {
  display: block;
  height: 36px;
  font-size:17px;
}
/* line 62, ../../sass/form.sass */
#adverise-a-property.form-three-col select {
  height: auto;
}
/* line 64, ../../sass/form.sass */
#adverise-a-property .input {
  width: 100%;
}
/* line 65, ../../sass/form.sass */
#adverise-a-property .input input {
  width: 100%;
  height:32px;
}
/* line 69, ../../sass/form.sass */
#adverise-a-property h2, #adverise-a-property h3 {
  display: block;
  clear: both;
  font-size: 20px;
}

/* line 78, ../../sass/form.sass */
#UserHomeForm input,
#UserProfileHomeForm input {
  background-color: #efefef;
}
.checkbox input {
  height: auto;
}
.pa-btn-lg.blue {
  padding: 7px 40px;
}
.auth-form input,
.auth-form select {
  font-size: 12px;
  height: 25px;
}
.auth-form label {
  font-weight: normal;
  font-size: 12px;
}
.auth-form .user-title {
  width: auto;
}
.btns div {
  padding-left:30px;
  margin-top:10px;
  margin-bottom: 0
}
.btns input {
  text-align: center;
  font-size: 16px;
  width:100%;
  min-height:50px;
}
.auth-form .form-group {
  margin-bottom: 10px;
}
.auth-form .form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  padding-top: 0;
}
.auth-form .checkbox input[type=checkbox]
{
  top: -5px;
}
.auth-form .pa-btn-lg.blue {
  font-size: 16px;
  padding: 5px 40px;
}
.auth-form .vline {
  width: 1px;
  border-left: 1px solid #e3e3e3;
  height: 440px;
}
#adverise-a-property .input input.select2-search__field {
  height: 25px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block!important;
}
.auto-width{
  width: auto!important;
}
::-webkit-input-placeholder {color:#555;}
::-moz-placeholder          {color:#555;}/* Firefox 19+ */
:-moz-placeholder           {color:#555;}/* Firefox 18- */
:-ms-input-placeholder      {color:#555;}
.ml15 {
  margin-left: 15px;
}