.search-space {
    position:fixed;
    padding-left:100px;
    padding-right:100px;
    padding-top:50px;
    margin:0;

    top:0;
    left:0;

    width: 100%;
    height: 100%;
    background:rgba(255,255,255, 0.95);
    overflow: scroll;

    z-index: 100;
}

.search-space {
    font-family: "Gotham";
}

.set-font {
    font-family: 'Gotham', Arial, Helvetica, sans-serif !important;
    font-size: 48px !important;
}

.no-border {
    border: 1px solid #FFFFFF;
}

.border-dashed-bottom {
    border-bottom:2px dashed #e1e1e1;
}

.form-control.input-search {
    font-size: 48px !important;
    padding: 10px 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 0px;
    background:rgba(255,255,255, 0.95);
}

.set-icon-font {
    font-size: 48px !important;
    color: #e1e1e1 !important;
    margin-top: 15px;
}

.search-spance.text-help {
    color: #606060;
}

.m-40 {
    margin: 40px
}

.p-bottom-30 {
    padding-bottom: 30px;
}

::-webkit-input-placeholder {
   color: #e1e1e1 !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #e1e1e1;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #e1e1e1
}

:-ms-input-placeholder {
   color: #e1e1e1;
}
