﻿.page-appointments .has-icons i > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.form-block.jq-select-holder {
    position: relative;
    z-index: auto;
}

.page-appointments .auth-form form {
    overflow: initial
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-appointments .appointment-datepicker {
        font-size: 1.5rem;
        margin: auto;
    }
}

.page-appointments .auth-form .pretty-input > label {
    font-weight: 400;
    display: inline;
}