﻿/* MC - CRDEV-8832 - CNE Mobile - disabling mobile zoom in */
select,
select:focus,
input[type="text"],
input:focus[type="text"],
input[type="password"],
input:focus[type="password"] {
    font-size: 16px !important;
}
