.control {
    color:#000;
    margin:10px;
}

.label-red {
    color: #EB4F26;
    font-size: 18px;
    font-weight: 500;
}
.label-black {
   text-align: left;
}
.btn-create{
  width: 210px !important;
}

.login-container .form-control {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color -moz-use-text-color #ccc;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: none !important;
  color: #000000 !important;
  font-size: 18px;
  margin-bottom: 30px;
  outline: medium none;
}

.login-container .form-control:focus{
    border-radius: 0px;
    border-bottom: 1px solid #FC563B;
   
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: black !important;
}
.business-form .form-control:focus{
    border-radius: 0px;
    border-bottom: 1px solid #FC563B;
   
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: black !important;
}
.business-form .form-control {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color -moz-use-text-color #ccc;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: none !important;
  color: #000000 !important;
  font-size: 18px;
  margin-bottom: 30px;
  outline: medium none;
}
.business-form textarea{
  resize:none;
}
.btn-orange{
    background-color: #fd6114;
    border-radius: 0px;
    margin: 5px;
    padding: 5px;
    width: 150px;
    font-size: 20px;
    font-weight: inherit;
    color: #FFF;
}

.btn-orange:hover {
    background-color: #fd6114;
    border-radius: 0px;
    margin: 5px;
    padding: 5px;
    width: 150px;
    font-size: 20px;
    font-weight: inherit;
    color:#FFF !important;
}

.line{
    border-bottom : 2px solid #F32D27;
}


.wrapper{
    padding: 0px;
    border: 1px solid rgba(255, 255, 255, 0.29);
    border-radius: 50%;
    width: 200px;
    height: 200px;
}

.category-options .option a{
    color: #FFF;
}
.selectedValue, .selectedLocation {
  background: #ffffff none repeat scroll 0 0;
  color: #999999;
  font-size: 17px;
  height: 48px;
  left: 0;
  margin-top: -12px;
  padding: 10px;
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 0;
}
.search-suggestion {
  background: white none repeat scroll 0 0;
  display: none;
  padding: 3px;
  position: absolute;
  text-align: left;
  top: 45px;
  width: 520px;
  z-index: 3;
}

.search-suggestion li {
    list-style-type: none;
    padding: 5px;
    cursor: pointer;
    border-bottom: 1px solid #EEEEEE;
    color: #212529;
    font-size: 16px;
}

.search-suggestion li:last-child {
    border: none;
}

.search-suggestion li:hover {
    color: #00adee;
}

.district, .location {
  height: 42px;
  margin-top: -6px;
  opacity: 0;
}
.district {
  margin-left: -11px;
  width: 267px;
}
.location {
    width: 200px;
}

.districtShow {
    width: 209px;
    display: block;
    /* background: url(../assets/images/selectBox.png) no-repeat;*/
    height: 42px;
    position: relative;
    float: left;
}


.districtShow select option {
    font-size: 16px;
    color: #999999;
    padding: 5px 0 5px 5px;
}

.selectedLocation {
    border-left: none !important;
}
.slider-content {
  background-color: black;
  height: 23px;
  margin-top: -23px;
  opacity: 0.75;
}

.slider-content .text {
  color: white;
  float: left;
  font-size: 18px;
  margin: 0 auto 0 23px;
  position: absolute;
  text-align: center;
  top: 2px;
  width: 100%;
  z-index: 100;
}
.strip-content {
  height: 19px;
}
.strip-content .text {
  color: white;
  float: left;
  font-size: 32px;
  font-weight: bold;
  left: 24%;
  margin: 0 auto;
  position: absolute;
  text-align: justify;
  top: -31px;
  z-index: 100;
}

