.main_container{
    width: 100%; height: auto; padding: 150px 0; 
}
.signform{
    width: 400px;
    /* height: 500px; */
    padding: 50px;
    margin: 0 auto;
    border: 1px solid #ededed;
    margin: 0 auto;
    background: #f6f6f6;
}
.bg-w{
    background: #fff !important;
}


.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #ffe08e;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 35px;
    background: #ffbd0d;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 35px;
    background: #ffbd0d;
    cursor: pointer;
}
#page-wrapper{
    min-height: 100vh !important;
}
.float-left{float: left;}
.float-right{float: right;}
.ginfo{font-weight: 500;}
.editinfo{color:#017ebc; cursor: pointer;}