input.ng-invalid.ng-dirty {
    border: 1px solid red;
    color: red;
    outline-color: red;
}

.sliders {
    width: 92%;
}

.suwak {
    margin-top: 10px;
    margin-bottom: 20px;
}

.rz-bar {
    height: 2px !important;
    background: #D099AB !important;
}

.rz-pointer {
    top: -8px !important;
    width: 20px !important;
    height: 20px !important;
    background-color: #78243d !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    outline: none !important;
}

.rz-pointer:after {
    top: 7px !important;
    left: 7px !important;
    width: 6px !important;
    height: 6px !important;
    background: #ffffff !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

.rz-bubble {
    display: none !important;
}

.slider-label {
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.axis-checkbox {
    float: right;
    transform: translate(0px, -30px);
    margin-bottom: -17px !important;
}

.sliders-input {
    display: block;
    width: 62%;
    height: 25px;
    font-size: 14px;
    margin-bottom: 10px;
}

.slider-min, .slider-max {
    display: inline-block;
    width: 45%;
}

.slider-max {
    float: right;
}

form {
    padding-left: 30px;
}