.time_picker__select {
    background: #fff;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    height: 54px;
    border-radius: 6px;
    padding: 24px 10px 8px 29px;
    border: solid 1px #c8c8c8;
}
#classType {
    background: #fff;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    height: 54px;
    border-radius: 6px;
    padding: 24px 10px 8px 29px;
    border: solid 1px #c8c8c8;
}
input#phone {
    background: #fff;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    height: 54px;
    border-radius: 6px;
    padding: 24px 10px 8px 29px;
    border: solid 1px #c8c8c8;    width: 100%;
}
input#email {
    background: #fff;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    height: 54px;
    border-radius: 6px;
    padding: 24px 10px 8px 29px;
    border: solid 1px #c8c8c8;    width: 100%;
}