.options .input.custom {
    width: 65px;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #D1D4D9;
    margin: 0 7px;
    font-size: 14px;
    padding: 0 5px;
}

.options .input.error {
    background: none;
    border-color: red;
}

.options .input.custom.loading {
    background: url('/resources/images/ajax-loader-grey.gif') no-repeat right 5px center;
}

.form-wrap .bu-apply-custom {
    background-color: #4396F7;
    border: none;
    border-radius: 4px;
    color: white;
    font-size: 14px;
    height: 40px;
    padding: 0 10px;
    width: 100%;
    margin: 5px;
}

.form-wrap .bu-apply-custom:hover {
    background: transparent linear-gradient(180deg, #56B8FC 0%, #0084DE 100%) 0% 0% no-repeat padding-box;
}