html, body {
    height: 100%;
}

body {
    background: #d1d5db;
}

#overlay {
    display: none;
    background-color:#000;
    position: fixed;
    left:0;
    top:0;
    height:100%;
    width:100%;
    opacity: 0.7;
    z-index:10000;
}


.form {
    position: relative
}

.form .fa-search {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #9ca3af
}

.form span {
    position: absolute;
    right: 17px;
    top: 13px;
    padding: 2px;
    border-left: 1px solid #d1d5db
}

.left-pan {
    padding-left: 7px
}

.left-pan i {
    padding-left: 10px
}

.form-input {
    height: 55px;
    text-indent: 33px;
    border-radius: 10px
}

.form-input:focus {
    box-shadow: none;
    border: none
}

.form-group.required .control-label:after {
    content:" *";
    color:red;
  }