.form-control {

    border-radius: 40px;

    padding: 0 30px;

    height: 40px;

    width: 100%;

    

    font-size: 14px;

}

select.form-control {

    height: 40px !important;

}



.btn {

    font-size: 15px;

    font-family: "futura_icgregular";

    text-transform: uppercase;

    border: 0;

    border-radius: 40px;

    position: relative;

    transition: .2s ease;

    background: #ff4135;

    color: #fff;

}

.btn.btn-primary.btn-sm {
    font-size: 12px;
    margin-left: -8px;
}



input#search_submit {

    padding: 0px 0px 0px 0px;

    width: 77%;

    color: #fff;

    background: #ff4135;

}



p.mt-3.have-an-acc {

    font-size: 20px;

}
.show-hide-paas{
    position: relative;
}
.show-hide-paas > .field_icon {
    position: absolute;
    right: 10px;
    top: calc(50% - 7.5px);
}