.nightMode input:focus,
.nightMode textarea:focus,
.nightMode select:focus {
    border-color: #4a19d2  !important;
    box-shadow: 0 1px 0 0 #1976d2 !important;
}
