﻿.minusculas {
    text-transform: lowercase !important;
}

input::placeholder {
    text-transform: uppercase !important;
}